:root {
  --ink: #090a09;
  --panel: #111310;
  --gold: #edc449;
  --gold-light: #f8d877;
  --paper: #f0f0e8;
  --muted: #a3a69a;
  --line: #30342b;
  --display: "Big Shoulders Display", Impact, "Arial Narrow", sans-serif;
  --body: "Figtree", system-ui, sans-serif;
  --mono: "Share Tech Mono", ui-monospace, monospace;
  --gutter: clamp(20px, 4.5vw, 72px);
  --max: 1320px;
  color-scheme: dark;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font: 400 1rem/1.6 var(--body);
}
body.modal-open {
  overflow: hidden;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(3.3rem, 5.9vw, 5.8rem);
}
h3 {
  font-size: 2rem;
}
strong {
  font-weight: 700;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
code:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 5px;
}
.community-section a:focus-visible {
  outline-color: var(--ink);
}
.wrap {
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.gold {
  color: var(--gold);
}
.muted {
  color: #797e70;
}
.eyebrow,
.section-meta,
.subject-label,
.hero-bottom,
.stamp-small,
.file-note,
.scene-caption,
.note-number,
.step-number,
.market-card-title,
.meme-card figcaption > span,
.download-note,
.community-footnote,
.footer-bottom > span {
  font-family: var(--mono);
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.eyebrow {
  color: var(--gold);
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: 10px;
  transform: translateY(-150%);
  background: var(--gold);
  color: var(--ink);
  padding: 12px 18px;
}
.skip-link:focus {
  transform: none;
}
.section {
  padding: 96px 0;
}
.section-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.section-meta span:first-child {
  color: var(--gold);
}
/* Consistent, generous targets on both touch and desktop. */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  transition:
    background 0.18s,
    transform 0.18s,
    border-color 0.18s;
  white-space: normal;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 1.2em;
}
.button-gold {
  background: var(--gold);
  color: var(--ink);
}
.button-gold:hover {
  background: var(--gold-light);
}
.button-outline {
  border-color: #535747;
  background: transparent;
  color: var(--paper);
}
.button-outline:hover {
  border-color: var(--gold);
  background: #181b14;
}
.button-small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 0.875rem;
  gap: 16px;
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-dark:hover {
  background: #262b20;
}
.button-dark-outline {
  border-color: #4b451e;
  color: var(--ink);
  background: transparent;
}
.button-dark-outline:hover {
  background: #d4ae3e;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-decoration-color: #64694d;
  text-underline-offset: 6px;
}
.text-link:hover {
  color: var(--gold);
}
/* The subject fills the opening rather than living in a card. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 10, 9, 0.96);
  backdrop-filter: blur(16px);
}
.header-inner {
  max-width: 1600px;
  margin: auto;
  min-height: 88px;
  padding: 16px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.brand > span {
  font: 900 1.9rem/1 var(--display);
  letter-spacing: -0.025em;
}
.brand-period {
  color: var(--gold);
}
.site-nav {
  display: flex;
  gap: 26px;
}
.site-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #c2c6b9;
  text-decoration: none;
  padding: 10px 0;
}
.site-nav a:hover {
  color: var(--gold);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #535747;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--paper);
  transition: transform 0.2s;
}
.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 730px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 62px 0 48px;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.status-dot {
  display: inline-block;
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px #eac44c44;
}
.eyebrow-divider {
  opacity: 0.35;
  padding: 0 7px;
}
.hero h1 {
  font-size: clamp(5.5rem, 9.7vw, 9rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.025em;
}
.hero h1 > span:not(.gold) {
  color: var(--gold);
}
.hero-description {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #bec1b5;
  margin: 26px 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-guide {
  display: inline-block;
  color: var(--muted);
  font-size: 0.8125rem;
  margin-top: 18px;
  text-decoration: none;
}
.hero-guide span {
  color: var(--gold);
  padding-left: 9px;
}
.hero-guide:hover {
  color: var(--paper);
}
.hero-art {
  position: absolute;
  z-index: 0;
  top: 15px;
  right: -8%;
  width: 65%;
  height: calc(100% - 15px);
}
.hero-portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  mask-image:
    linear-gradient(90deg, transparent, #000 15%, #000 90%, transparent),
    linear-gradient(0deg, transparent, #000 15%);
  mask-composite: intersect;
}
.hero-orbit {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid #6f602d;
  border-radius: 50%;
  opacity: 0.4;
}
.subject-label {
  position: absolute;
  right: 13%;
  top: 28px;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 0.6875rem;
  color: var(--muted);
}
.subject-label span:first-child {
  color: var(--gold);
  margin-bottom: 3px;
}
.hero-stamp {
  position: absolute;
  right: 7%;
  bottom: 85px;
  border: 1px solid #978444;
  padding: 15px 22px;
  transform: rotate(-9deg);
  color: var(--gold);
  background: #090a09d9;
  text-align: center;
}
.hero-stamp strong {
  display: block;
  font: 700 1.7rem/1.2 var(--display);
  letter-spacing: 0.035em;
}
.stamp-small {
  font-size: 0.625rem;
}
.hero-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 21px 0;
  color: #939986;
  font-size: 0.6875rem;
}
.hero-bottom a {
  text-decoration: none;
  color: var(--paper);
}
.hero-bottom a span {
  margin-left: 16px;
  color: var(--gold);
}
.ticker-tape {
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
  padding: 14px 0;
}
.tape-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 36px;
  font: 800 1.2rem/1 var(--display);
  letter-spacing: 0.055em;
}
.tape-track span:nth-child(even) {
  font-family: var(--body);
  font-size: 1.25rem;
}
@keyframes travel {
  to {
    transform: translateX(-50%);
  }
}
/* Brand story: one scene, three short character beats. */
.dossier-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 40px;
}
.dossier-heading > p {
  color: var(--muted);
  max-width: 34ch;
  font-size: 1.0625rem;
  padding-bottom: 5px;
}
.dossier-heading strong {
  display: block;
  color: var(--paper);
  margin-top: 16px;
}
.archive-scene {
  position: relative;
  isolation: isolate;
  min-height: 490px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0c0e0b;
}
.archive-scene > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.archive-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #090a09e6, transparent 60%);
}
.archive-copy {
  padding: 54px;
}
.archive-copy h3 {
  font-size: clamp(3.5rem, 6vw, 6rem);
  margin: 22px 0;
}
.redacted-word {
  display: inline-block;
  color: var(--gold);
  background: #12150d;
  box-shadow: 6px 6px 0 #edc449;
  transform: rotate(-3deg);
  padding: 2px 8px 8px;
}
.archive-copy p {
  color: #bec1b5;
  margin: 28px 0 40px;
}
.file-note {
  color: var(--gold);
  font-size: 0.75rem;
}
.scene-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  font-size: 0.6875rem;
  color: #d0c9a9;
}
.character-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 36px;
}
.character-notes article {
  position: relative;
  padding-left: 44px;
}
.note-number {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--gold);
}
.character-notes h3 {
  font-size: 1.75rem;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.character-notes p {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 30ch;
}
/* The buying route is an ordered list, readable without JavaScript. */
.buy-section {
  background: #0e100d;
  border-block: 1px solid var(--line);
}
.buy-layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 90px;
}
.buy-intro > .eyebrow {
  display: block;
  margin-bottom: 20px;
}
.buy-intro h2 {
  font-size: clamp(3.5rem, 5.3vw, 5.5rem);
}
.buy-intro > p {
  color: var(--muted);
  margin: 25px 0 30px;
  line-height: 1.8;
}
.buy-intro > .text-link {
  display: flex;
  width: fit-content;
  margin-top: 22px;
}
.wallet-note {
  display: flex;
  gap: 15px;
  max-width: 340px;
  margin-top: 38px;
  border-left: 1px solid #585437;
  padding-left: 16px;
}
.wallet-note > span {
  color: var(--gold);
}
.wallet-note p {
  font-size: 0.8125rem;
  color: var(--muted);
}
.buy-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buy-steps li {
  display: flex;
  gap: 24px;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.buy-steps li:last-child {
  margin: 0;
  border: 0;
  padding-bottom: 0;
}
.step-number {
  color: var(--gold);
  flex: 0 0 35px;
  padding-top: 5px;
  font-size: 1rem;
}
.buy-steps h3 {
  font-size: 1.85rem;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.buy-steps p {
  color: var(--muted);
  font-size: 0.9375rem;
  max-width: 51ch;
}
.buy-steps strong {
  color: var(--paper);
}
.buy-steps a {
  color: #dbdecf;
}
.market-card {
  margin-top: 56px;
  border: 1px solid #5d5836;
  background: #12150f;
  padding: 24px 26px;
}
.market-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.75rem;
}
.market-network {
  margin-left: auto;
  color: var(--muted);
}
.market-id-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 15px;
}
#market-id {
  font: 400 0.875rem/1.7 var(--mono);
  overflow-wrap: anywhere;
  min-width: 0;
  user-select: all;
}
.market-id-row .button {
  flex-shrink: 0;
}
.copy-status {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 10px;
  min-height: 1.6em;
}
.faq-list {
  margin-top: 30px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 62px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold);
  transition: transform 0.15s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  font-size: 0.9375rem;
  max-width: 90ch;
  margin: 0 0 24px;
}
/* Art is the content: image-first gallery, legible captions, full-size files. */
.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading-row > p {
  color: var(--muted);
  font-size: 1rem;
}
.section-heading-row .text-link {
  margin-top: 16px;
  color: var(--paper);
}
.meme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}
.meme-card {
  min-width: 0;
}
.meme-open {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid #35382d;
}
.meme-open img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.4s;
}
.meme-open:hover img {
  transform: scale(1.04);
}
.image-open-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #090a09ee;
  border: 1px solid #747556;
  padding: 9px 12px;
  font: 400 0.6875rem/1.3 var(--mono);
  letter-spacing: 0.06em;
  color: var(--paper);
}
.meme-card figcaption {
  padding-top: 18px;
}
.meme-card figcaption > span {
  color: var(--gold);
  font-size: 0.6875rem;
}
.meme-card h3 {
  font-size: 1.75rem;
  letter-spacing: 0;
  margin-top: 8px;
}
.meme-card figcaption p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 5px;
}
.vault-card {
  background: var(--panel);
  border: 1px dashed #5c613d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
}
.vault-card > .eyebrow {
  font-size: 0.6875rem;
}
.vault-card img {
  width: 46%;
  max-width: 180px;
  margin: 10px auto 0;
}
.vault-card h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
.vault-card p {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 14px 0 22px;
}
.vault-card .text-link {
  font-size: 0.8125rem;
}
.sticker-pack {
  margin-top: 80px;
  padding: 44px 48px;
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 47px,
    #ffffff04 48px
  );
}
.sticker-copy h3 {
  font-size: 4.1rem;
  margin: 18px 0;
}
.sticker-copy p {
  color: var(--muted);
  margin-bottom: 25px;
}
.sticker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.download-note {
  display: block;
  font-size: 0.625rem;
  color: var(--muted);
  margin-top: 14px;
}
.sticker-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: center;
  justify-items: center;
}
.sticker-wall img {
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.25s;
  filter: drop-shadow(0 8px 7px #0008);
}
.sticker-wall img:nth-child(3n + 1) {
  transform: rotate(-9deg);
}
.sticker-wall img:nth-child(3n + 2) {
  transform: rotate(7deg);
}
.sticker-wall img:hover {
  transform: rotate(0deg) scale(1.12);
}
.community-section {
  background: var(--gold);
  color: var(--ink);
  padding: 86px 0;
  position: relative;
  overflow: hidden;
}
.community-inner {
  text-align: center;
}
.community-inner > .eyebrow {
  color: #4c461e;
}
.community-inner h2 {
  font-size: clamp(4rem, 8vw, 8rem);
  margin: 25px 0;
}
.community-inner h2 > span {
  text-decoration: line-through;
  text-decoration-thickness: 5px;
  text-decoration-color: #090a0944;
}
.community-inner p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #413e21;
}
.community-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.community-footnote {
  display: block;
  font-size: 0.6875rem;
  margin-top: 35px;
  color: #504a24;
}
.site-footer {
  padding: 42px 0 0;
  overflow: hidden;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.footer-links a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #c9ccbf;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 30px 0 40px;
}
.footer-bottom p {
  color: #9ca18e;
  font-size: 0.8125rem;
  max-width: 76ch;
}
.footer-bottom > span {
  color: #9ca18e;
  font-size: 0.6875rem;
  white-space: nowrap;
}
.footer-wordmark {
  font: 900 clamp(6rem, 19vw, 18rem) / 0.82 var(--display);
  letter-spacing: -0.045em;
  color: #1d2118;
  text-align: center;
  user-select: none;
}
/* Progressive enhancement: the image links still work if scripting is off. */
.meme-dialog {
  width: min(660px, calc(100% - 32px));
  max-height: 90svh;
  padding: 0;
  border: 1px solid #5b5e45;
  background: #11130f;
  color: var(--paper);
  overflow: auto;
  overscroll-behavior: contain;
}
.meme-dialog::backdrop {
  background: #000d;
  backdrop-filter: blur(8px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
}
.dialog-top .eyebrow {
  font-size: 0.6875rem;
}
.dialog-close {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: none;
  color: var(--paper);
  font-size: 1.25rem;
}
.meme-dialog > img {
  width: 100%;
  max-height: 52svh;
  object-fit: contain;
  background: #050605;
}
.dialog-bottom {
  padding: 24px;
}
.dialog-bottom h2 {
  font-size: 2.2rem;
}
.dialog-bottom p {
  margin: 12px 0 22px;
  color: var(--muted);
  font-size: 0.9375rem;
}
.dialog-bottom .button {
  width: 100%;
}
@media (min-width: 1600px) {
  .hero-grid {
    min-height: 810px;
  }
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 18px;
  }
  .site-nav {
    gap: 17px;
  }
  .site-nav a {
    font-size: 0.8125rem;
  }
  .brand > span {
    font-size: 1.6rem;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .header-actions .button {
    padding: 11px 13px;
  }
  .hero-grid {
    min-height: 650px;
  }
  .hero h1 {
    font-size: 10.3vw;
  }
  .hero-art {
    width: 70%;
    right: -13%;
  }
  .hero-stamp {
    right: 17%;
    bottom: 100px;
  }
  .hero-actions .button {
    font-size: 0.875rem;
    padding: 14px 17px;
    gap: 15px;
  }
  .dossier-heading {
    gap: 40px;
  }
  .buy-layout {
    gap: 50px;
  }
  .sticker-pack {
    padding: 34px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
}
@media (max-width: 1000px) {
  .nav-toggle {
    display: flex;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--ink);
    padding: 12px var(--gutter) 22px;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #25291f;
    font-size: 1rem;
  }
  .header-inner {
    min-height: 76px;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 60% 40%;
    min-height: 655px;
  }
  .hero-copy {
    padding-top: 52px;
  }
  .hero-copy > .eyebrow {
    font-size: 0.625rem;
    gap: 7px;
  }
  .hero-art {
    width: 83%;
    right: -27%;
    top: 30px;
  }
  .hero h1 {
    font-size: 11.3vw;
  }
  .hero-stamp {
    display: none;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    max-width: 270px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
  }
  .hero-guide {
    font-size: 0.75rem;
  }
  .subject-label {
    right: 34%;
    font-size: 0.5625rem;
  }
  .section {
    padding: 72px 0;
  }
  .section-meta {
    margin-bottom: 36px;
    font-size: 0.6875rem;
  }
  .dossier-heading {
    gap: 25px;
  }
  .dossier-heading h2 {
    font-size: 3.6rem;
  }
  .dossier-heading > p {
    font-size: 0.9375rem;
  }
  .archive-copy {
    padding: 38px;
  }
  .archive-scene {
    min-height: 440px;
  }
  .archive-scene > img {
    object-position: 60% center;
  }
  .character-notes {
    gap: 20px;
  }
  .character-notes article {
    padding-left: 0;
  }
  .note-number {
    position: static;
    display: block;
    margin-bottom: 15px;
  }
  .buy-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .buy-intro > p {
    margin: 22px 0;
  }
  .wallet-note {
    display: none;
  }
  .buy-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .buy-steps li {
    margin: 0;
    padding-bottom: 24px;
    gap: 14px;
  }
  .buy-steps li:last-child {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }
  .buy-steps h3 {
    font-size: 1.7rem;
  }
  .market-id-row {
    flex-wrap: wrap;
    gap: 16px;
  }
  .meme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
  .section-heading-row h2 {
    font-size: 3.8rem;
  }
  .section-heading-row > p {
    font-size: 0.875rem;
  }
  .sticker-pack {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    padding: 34px 0;
  }
  .sticker-copy h3 {
    font-size: 3.3rem;
  }
  .sticker-copy .button {
    font-size: 0.8125rem;
    gap: 12px;
  }
  .sticker-actions {
    justify-content: flex-start;
  }
  .footer-links {
    gap: 18px;
  }
  .footer-bottom {
    gap: 30px;
  }
  .footer-bottom p {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 20px;
  }
  .header-inner {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 10px;
  }
  .header-actions {
    gap: 9px;
  }
  .brand > span {
    font-size: 1.6rem;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .header-actions .button {
    font-size: 0.75rem;
    padding: 11px 12px;
    gap: 12px;
  }
  .nav-toggle {
    width: 42px;
    height: 42px;
  }
  .hero-grid {
    display: block;
    min-height: auto;
    padding-top: 0;
  }
  .hero-copy {
    padding: 34px 0 0;
  }
  .hero-copy > .eyebrow {
    font-size: 0.625rem;
    margin-bottom: 24px;
    gap: 7px;
  }
  .hero h1 {
    font-size: clamp(4.2rem, 16vw, 6.2rem);
    line-height: 0.88;
    position: relative;
    z-index: 2;
    max-width: 100%;
  }
  .hero-description {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 22px 0;
    position: relative;
    z-index: 2;
  }
  .hero-actions {
    position: relative;
    z-index: 3;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    margin-top: 28px;
  }
  .hero-actions .button {
    font-size: 0.8125rem;
    padding: 14px 12px;
    min-height: 52px;
    gap: 10px;
    justify-content: center;
  }
  .hero-guide {
    margin-top: 18px;
    position: relative;
    z-index: 3;
  }
  .hero-art {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 285px;
    margin: 6px 0 0;
    z-index: 0;
  }
  .hero-portrait {
    width: 100%;
    height: 390px;
    object-fit: contain;
    bottom: -65px;
    mask-image: linear-gradient(
      0deg,
      transparent,
      #000 20%,
      #000 85%,
      transparent
    );
    mask-composite: add;
    object-position: center;
  }
  .hero-orbit {
    width: 65%;
    left: 17.5%;
    top: 5%;
  }
  .subject-label {
    top: 40px;
    right: 0;
    font-size: 0.5625rem;
  }
  .hero-bottom {
    font-size: 0.5625rem;
    gap: 12px;
    padding: 17px 0;
  }
  .hero-bottom a span {
    margin-left: 8px;
  }
  .ticker-tape {
    padding: 12px 0;
  }
  .tape-track {
    font-size: 1rem;
    gap: 24px;
  }
  .section {
    padding: 56px 0;
  }
  .section-meta {
    font-size: 0.625rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    gap: 20px;
  }
  .section-meta > span:last-child {
    max-width: 135px;
    text-align: right;
  }
  h2 {
    font-size: 3.2rem;
  }
  .dossier-heading {
    display: block;
    margin-bottom: 28px;
  }
  .dossier-heading h2 {
    font-size: clamp(2.8rem, 11vw, 4rem);
  }
  .dossier-heading > p {
    margin-top: 25px;
    max-width: none;
    font-size: 1rem;
  }
  .archive-scene {
    min-height: 530px;
  }
  .archive-copy {
    padding: 26px;
    position: relative;
  }
  .archive-copy > .eyebrow {
    font-size: 0.625rem;
  }
  .archive-copy h3 {
    font-size: 3.8rem;
    margin: 17px 0;
  }
  .archive-copy p {
    font-size: 0.8125rem;
    margin: 25px 0 18px;
  }
  .file-note {
    font-size: 0.625rem;
  }
  .archive-scene > img {
    height: 100%;
    width: 170%;
    max-width: none;
    left: -64%;
    object-fit: cover;
    object-position: center;
  }
  .archive-scene:after {
    background:
      linear-gradient(90deg, #090a09b3, transparent),
      linear-gradient(180deg, #090a09b3, transparent 55%);
  }
  .scene-caption {
    font-size: 0.5625rem;
    bottom: 16px;
    right: 16px;
  }
  .character-notes {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
  }
  .character-notes article {
    padding: 22px 0 22px 42px;
    border-bottom: 1px solid var(--line);
  }
  .note-number {
    position: absolute;
    left: 0;
    top: 25px;
    margin: 0;
  }
  .character-notes h3 {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }
  .character-notes p {
    font-size: 0.9375rem;
    max-width: none;
  }
  .buy-intro h2 {
    font-size: clamp(3rem, 12vw, 4rem);
  }
  .buy-intro > .eyebrow {
    font-size: 0.6875rem;
  }
  .buy-intro > p {
    font-size: 0.9375rem;
  }
  .buy-intro > .button {
    width: 100%;
    justify-content: space-between;
  }
  .buy-intro > .text-link {
    font-size: 0.875rem;
  }
  .buy-layout {
    gap: 36px;
  }
  .buy-steps {
    display: block;
  }
  .buy-steps li {
    gap: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .buy-steps h3 {
    font-size: 1.75rem;
  }
  .buy-steps p {
    font-size: 0.9375rem;
  }
  .step-number {
    flex-basis: 27px;
  }
  .market-card {
    padding: 20px;
    margin-top: 28px;
  }
  .market-card-title {
    font-size: 0.625rem;
    flex-wrap: wrap;
  }
  .market-network {
    margin-left: 0;
    display: none;
  }
  #market-id {
    font-size: 0.8125rem;
  }
  .market-id-row .button {
    width: 100%;
    justify-content: space-between;
  }
  .copy-status {
    font-size: 0.75rem;
  }
  .faq-list summary {
    font-size: 0.875rem;
    min-height: 66px;
  }
  .faq-list details p {
    font-size: 0.875rem;
  }
  .section-heading-row {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading-row h2 {
    font-size: clamp(3rem, 11.5vw, 4rem);
  }
  .section-heading-row > p {
    margin-top: 22px;
    font-size: 0.9375rem;
  }
  .meme-grid {
    gap: 26px 14px;
  }
  .meme-card h3 {
    font-size: 1.4rem;
    line-height: 1.04;
  }
  .meme-card figcaption {
    padding-top: 12px;
  }
  .meme-card figcaption > span {
    font-size: 0.5625rem;
  }
  .meme-card figcaption p {
    font-size: 0.75rem;
  }
  .image-open-label {
    font-size: 0.5625rem;
    right: 7px;
    bottom: 7px;
    padding: 6px 7px;
    gap: 9px;
  }
  .vault-card {
    padding: 15px 10px;
  }
  .vault-card > .eyebrow {
    font-size: 0.5625rem;
  }
  .vault-card img {
    width: 62%;
    margin: 12px auto 0;
  }
  .vault-card h3 {
    font-size: 1.9rem;
  }
  .vault-card p {
    font-size: 0.75rem;
    margin: 12px 0 14px;
  }
  .vault-card .text-link {
    font-size: 0.6875rem;
    gap: 5px;
  }
  .sticker-pack {
    margin-top: 45px;
    grid-template-columns: 1fr;
    padding: 35px 0;
    gap: 26px;
  }
  .sticker-copy {
    text-align: center;
  }
  .sticker-copy h3 {
    font-size: 4rem;
  }
  .sticker-copy > .eyebrow {
    font-size: 0.6875rem;
  }
  .sticker-copy .button {
    font-size: 0.9375rem;
  }
  .sticker-actions {
    justify-content: center;
  }
  .sticker-wall {
    gap: 5px;
    max-width: 410px;
    justify-self: center;
  }
  .sticker-wall img {
    max-width: 135px;
  }
  .community-section {
    padding: 60px 0;
  }
  .community-inner > .eyebrow {
    font-size: 0.6875rem;
  }
  .community-inner h2 {
    font-size: clamp(3.5rem, 13vw, 5rem);
    margin: 24px 0;
  }
  .community-inner h2 > span {
    text-decoration-thickness: 3px;
  }
  .community-inner p {
    font-size: 0.9375rem;
  }
  .community-actions {
    gap: 10px;
  }
  .community-actions .button {
    font-size: 0.875rem;
    gap: 20px;
  }
  .community-footnote {
    font-size: 0.625rem;
    margin-top: 30px;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 25px;
  }
  .footer-links {
    gap: 24px;
  }
  .footer-links a {
    font-size: 0.8125rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding: 25px 0 30px;
  }
  .footer-bottom > span {
    font-size: 0.625rem;
  }
  .footer-wordmark {
    font-size: 21.5vw;
    line-height: 0.85;
  }
  .dialog-bottom {
    padding: 20px;
  }
  .dialog-bottom h2 {
    font-size: 2rem;
  }
}
@media (max-width: 360px) {
  .brand img {
    display: none;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 15.6vw;
  }
  .meme-grid {
    grid-template-columns: 1fr;
  }
  .vault-card {
    padding: 28px;
  }
  .vault-card img {
    width: 140px;
  }
  .vault-card h3 {
    font-size: 2.6rem;
  }
  .vault-card p {
    font-size: 1rem;
  }
  .vault-card .text-link {
    font-size: 0.875rem;
  }
  .meme-card h3 {
    font-size: 1.8rem;
  }
  .meme-card figcaption p {
    font-size: 0.875rem;
  }
  .footer-links {
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .meme-open:hover img,
  .sticker-wall img:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .ticker-tape,
  .hero-art,
  .archive-scene,
  .meme-grid,
  .sticker-pack,
  .community-section,
  .footer-wordmark,
  .meme-dialog {
    display: none;
  }
  body {
    background: white;
    color: black;
  }
  .section {
    padding: 25px 0;
  }
  .wrap {
    width: 100%;
  }
  .hero-grid {
    display: block;
    min-height: 0;
  }
  .hero-copy {
    padding: 20px 0;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero h1 > span {
    color: black !important;
  }
  .buy-layout {
    display: block;
  }
  .buy-steps p,
  .buy-intro p {
    color: black;
  }
  .button {
    border: 1px solid black;
  }
  .footer-bottom p {
    color: black;
  }
}

/* Small labels remain readable without competing with the artwork. */
.hero-copy > .eyebrow,
.subject-label,
.stamp-small,
.hero-bottom,
.section-meta,
.file-note,
.scene-caption,
.market-card-title,
.meme-card figcaption > span,
.image-open-label,
.vault-card > .eyebrow,
.download-note,
.community-footnote,
.footer-bottom > span,
.dialog-top .eyebrow {
  font-size: 0.75rem;
}
.hero-bottom {
  flex-wrap: wrap;
}
.buy-steps p,
.character-notes p {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .hero-description,
  .buy-intro > p,
  .community-inner p {
    font-size: 1rem;
  }
  .hero-copy > .eyebrow {
    letter-spacing: 0.04em;
  }
  .subject-label {
    font-size: 0.625rem;
  }
  .hero-bottom {
    font-size: 0.625rem;
  }
  .section-meta {
    font-size: 0.6875rem;
  }
  .scene-caption {
    font-size: 0.625rem;
  }
}
@media (max-width: 1000px) {
  html:not(.js) .header-inner {
    flex-wrap: wrap;
  }
  html:not(.js) .site-nav {
    display: flex;
    position: static;
    order: 3;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border: 0;
    gap: 8px 20px;
  }
  html:not(.js) .site-nav a {
    padding: 8px 0;
    font-size: 0.875rem;
  }
  html:not(.js) .nav-toggle {
    display: none;
  }
}

.all-stickers {
  border-bottom: 1px solid var(--line);
  padding: 8px 0 20px;
}
.all-stickers summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.all-stickers summary::-webkit-details-marker {
  display: none;
}
.all-stickers summary > span {
  font-size: 1.5rem;
  color: var(--gold);
}
.all-stickers[open] summary > span {
  transform: rotate(45deg);
}
.all-stickers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}
.sticker-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.18s;
}
.sticker-file:hover {
  border-color: var(--gold);
}
.sticker-file img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1;
  object-fit: contain;
}
.sticker-file > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-top: 16px;
}
.sticker-file > span > span {
  color: var(--gold);
}
.all-stickers > p {
  color: var(--muted);
  font-size: 0.875rem;
  max-width: 80ch;
  padding-top: 14px;
}
@media (max-width: 600px) {
  .all-stickers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .sticker-file {
    padding: 12px;
  }
  .sticker-file > span {
    font-size: 0.8125rem;
  }
  .all-stickers summary {
    font-size: 0.9375rem;
  }
}

/* Three loops, ready to take into the group chat. */
.animated-stickers {
  padding-top: 58px;
}
.animated-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.animated-heading h3 {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  margin-top: 13px;
}
.animated-heading .text-link {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.animated-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.animated-card {
  min-width: 0;
}
.sticker-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #111310;
  border: 1px solid var(--line);
  border-radius: 6px;
  aspect-ratio: 1;
}
.sticker-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sticker-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #75795d;
  border-radius: 50%;
  background: #090a09e8;
  color: var(--gold);
  font-size: 14px;
}
.sticker-play:hover {
  background: var(--gold);
  color: var(--ink);
}
.sticker-play[hidden],
.motion-toggle[hidden] {
  display: none;
}
.animated-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px 0 8px;
}
.animated-caption .eyebrow {
  font-size: 0.6875rem;
}
.animated-caption h4 {
  font: 600 1rem/1.35 var(--body);
  margin: 7px 0 0;
  color: var(--paper);
}
.animated-caption > a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  text-decoration: none;
  font-size: 1.4rem;
}
.animated-caption > a:hover {
  border-color: var(--gold);
  background: #1b1e13;
}
.animated-help {
  margin: 22px 0 38px;
  color: var(--muted);
  font-size: 0.875rem;
}
.animated-help summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
  min-height: 44px;
  list-style: none;
  border-bottom: 1px solid var(--line);
}
.animated-help summary::-webkit-details-marker {
  display: none;
}
.animated-help summary span {
  color: var(--gold);
  font-size: 1.5rem;
}
.animated-help[open] summary span {
  transform: rotate(45deg);
}
.animated-help p {
  padding: 18px 0 0;
  max-width: 80ch;
}
.animated-help a {
  color: var(--paper);
}

/* One visitor control covers decorative motion and automatic video playback. */
.motion-toggle {
  position: static;
  flex: 0 0 44px;
  width: 44px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  border: 1px solid #64694d;
  border-radius: 30px;
  background: #10120ff2;
  color: var(--paper);
  font: 400 0.6875rem/1 var(--mono);
  box-shadow: 0 4px 20px #0004;
}
.motion-label {
  display: none;
}
.site-nav {
  align-items: center;
}
.motion-toggle:hover {
  border-color: var(--gold);
}
.motion-icon {
  width: 10px;
  height: 11px;
  border-inline: 3px solid var(--gold);
}
html[data-motion="off"] .motion-icon {
  border: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--gold);
}
html[data-motion="off"] {
  scroll-behavior: auto;
}
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation-play-state: paused !important;
  transition: none !important;
}
.reveal {
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.2, 0.65, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
html[data-motion="on"] .reveal-pending {
  opacity: 0;
  transform: translateY(20px);
}
html[data-motion="off"] .reveal-pending {
  opacity: 1;
  transform: none;
}

/* Quiet, cinematic character motion; only runs while the hero is visible. */
.hero-orbit {
  border-color: #c1a653;
  border-style: dashed;
  animation: orbit-drift 48s linear infinite;
  animation-play-state: paused;
}
.hero-orbit::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 15px #edc449b3;
}
.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid #a3904330;
  border-bottom-color: #d8b55799;
}
.hero-portrait {
  animation: subject-breathe 7s ease-in-out infinite;
  animation-play-state: paused;
  transform-origin: 55% 65%;
}
.hero .status-dot {
  animation: signal-breathe 4s ease-in-out infinite;
  animation-play-state: paused;
}
html[data-motion="on"].page-visible.hero-visible .hero-orbit,
html[data-motion="on"].page-visible.hero-visible .hero-portrait,
html[data-motion="on"].page-visible.hero-visible .hero .status-dot {
  animation-play-state: running;
}
@keyframes orbit-drift {
  to {
    transform: rotate(360deg);
  }
}
@keyframes subject-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015) translateY(-3px);
  }
}
@keyframes signal-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 #edc44900;
  }
  50% {
    box-shadow: 0 0 0 5px #edc44914;
  }
}
html[data-motion="on"] .hero-copy > * {
  animation: hero-enter 0.8s cubic-bezier(0.2, 0.65, 0.25, 1) both;
}
html[data-motion="on"] .hero-copy > :nth-child(2) {
  animation-delay: 0.06s;
}
html[data-motion="on"] .hero-copy > :nth-child(3) {
  animation-delay: 0.12s;
}
html[data-motion="on"] .hero-copy > :nth-child(4) {
  animation-delay: 0.18s;
}
html[data-motion="on"] .hero-copy > :nth-child(5) {
  animation-delay: 0.24s;
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.site-nav a {
  position: relative;
}
.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 4px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}
.meme-open::after,
.sticker-stage::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(
    260px circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
    #edc44910,
    transparent 75%
  );
  transition: opacity 0.3s;
}
html[data-motion="on"] .pointer-active::after {
  opacity: 1;
}
@media (min-width: 701px) and (hover: hover) and (pointer: fine) {
  html[data-motion="on"] .animated-card {
    transition:
      transform 0.3s ease,
      opacity 0.65s ease;
  }
  html[data-motion="on"] .animated-card:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 1000px) {
  .animated-grid {
    gap: 16px;
  }
  .animated-caption {
    align-items: start;
  }
  .animated-caption h4 {
    font-size: 0.875rem;
  }
  .animated-caption > a {
    width: 40px;
    min-height: 44px;
  }
}
@media (max-width: 600px) {
  .animated-stickers {
    padding-top: 38px;
  }
  .animated-heading {
    display: block;
    margin-bottom: 24px;
  }
  .animated-heading .eyebrow {
    font-size: 0.625rem;
  }
  .animated-heading h3 {
    font-size: 2.8rem;
  }
  .animated-heading .text-link {
    margin-top: 20px;
  }
  .animated-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sticker-stage {
    max-height: 380px;
  }
  .animated-caption {
    padding-top: 15px;
  }
  .animated-caption h4 {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="on"]) .reveal-pending {
    opacity: 1;
    transform: none;
  }
}
@media print {
  .motion-toggle,
  .sticker-play,
  .animated-stickers {
    display: none !important;
  }
  .reveal-pending {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* A little more life, in the same black-and-gold world. */
.reading-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: var(--gold);
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left;
  pointer-events: none;
}
.site-header.has-scrolled {
  background: #090a09f5;
  box-shadow: 0 12px 35px #0003;
}
.site-nav a[aria-current="location"] {
  color: var(--gold-light);
}
.site-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}
.hero-art {
  --hero-pan-x: 0px;
  --hero-pan-y: 0px;
  --hero-scroll: 0px;
}
.hero-orbit {
  z-index: 1;
  top: 9%;
  left: 18%;
  width: 72%;
  opacity: 0.38;
  border-style: solid;
  border-color: #d7b95330;
  border-left-color: #e6c46cb3;
  border-right-color: #e6c46b70;
  animation-duration: 28s;
  pointer-events: none;
}
.hero-orbit::after {
  border-style: dashed;
  border-color: #ebce761f;
}
.subject-label,
.hero-stamp {
  z-index: 3;
}
.hero-sparks {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero-sparks i {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffd96e;
  border-radius: 50%;
  box-shadow: 0 0 14px #e9b648;
  animation: gold-drift 9s ease-in-out infinite;
  animation-play-state: paused;
  opacity: 0;
}
.hero-sparks i:nth-child(1) {
  left: 21%;
  top: 45%;
  animation-delay: -2s;
}
.hero-sparks i:nth-child(2) {
  left: 31%;
  top: 76%;
  animation-delay: -5s;
  width: 2px;
}
.hero-sparks i:nth-child(3) {
  left: 82%;
  top: 36%;
  animation-delay: -1s;
}
.hero-sparks i:nth-child(4) {
  left: 74%;
  top: 67%;
  animation-delay: -7s;
  width: 2px;
}
.hero-sparks i:nth-child(5) {
  left: 58%;
  top: 18%;
  animation-delay: -4s;
}
.hero-sparks i:nth-child(6) {
  left: 89%;
  top: 79%;
  animation-delay: -6s;
}
html[data-motion="on"].page-visible.hero-visible .hero-sparks i {
  animation-play-state: running;
}
@keyframes gold-drift {
  0%,
  100% {
    transform: translate3d(0, 22px, 0);
    opacity: 0;
  }
  35%,
  65% {
    opacity: 0.7;
  }
  80% {
    transform: translate3d(13px, -38px, 0);
    opacity: 0;
  }
}
@keyframes subject-breathe {
  0%,
  100% {
    transform: translate3d(
        var(--hero-pan-x),
        calc(var(--hero-pan-y) + var(--hero-scroll)),
        0
      )
      scale(1.025);
  }
  50% {
    transform: translate3d(
        var(--hero-pan-x),
        calc(var(--hero-pan-y) + var(--hero-scroll) - 7px),
        0
      )
      scale(1.045);
  }
}
html[data-motion="off"] .hero-portrait {
  animation: none !important;
  transform: none !important;
}
.hero h1 > span:not(.gold) {
  background: linear-gradient(
    105deg,
    #b58928 0%,
    #edc449 25%,
    #fff0ad 40%,
    #edc449 55%,
    #b58928 85%
  );
  background-size: 250% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gold-lettering 9s ease-in-out infinite;
  animation-play-state: paused;
}
html[data-motion="on"].page-visible.hero-visible .hero h1 > span:not(.gold) {
  animation-play-state: running;
}
@keyframes gold-lettering {
  0%,
  100% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
}
.tape-track {
  gap: 0;
  animation: tape-drift 34s linear infinite;
  animation-play-state: paused;
}
.tape-set {
  min-width: 100vw;
  justify-content: space-around;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 36px;
  padding-right: 36px;
}
.tape-set > span {
  white-space: nowrap;
}
.tape-set > span:nth-child(even) {
  font: 400 1.25rem/1 var(--body);
}
@keyframes tape-drift {
  to {
    transform: translateX(-50%);
  }
}
html[data-motion="on"].page-visible .ticker-tape.is-inview .tape-track {
  animation-play-state: running;
}
html[data-motion="on"] .archive-scene > img {
  transform: translate3d(0, var(--archive-shift, 0px), 0) scale(1.085);
}
.button > span[aria-hidden] {
  display: inline-block;
  transition: transform 0.25s ease;
}
html[data-motion="on"] .button:hover > span[aria-hidden] {
  transform: translate(3px, -2px);
}

/* The eye test is a tiny character moment, not a wallet tool. */
.vision-lab {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: clamp(30px, 4vw, 65px);
  padding-block: 58px 76px;
  border-block: 1px solid var(--line);
  margin-bottom: 12px;
}
.vision-copy > .eyebrow {
  font-size: 0.6875rem;
}
.vision-copy h2 {
  font-size: clamp(3.7rem, 5.6vw, 5.8rem);
  margin: 23px 0;
}
.vision-copy h2 > span {
  color: var(--gold);
}
.vision-copy > p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.vision-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 27px 0 0;
}
.vision-actions .button {
  padding-inline: 18px;
  font-size: 0.875rem;
  min-height: 48px;
}
.vision-actions .button[hidden] {
  display: none;
}
.vision-actions .button:disabled {
  cursor: progress;
  opacity: 0.65;
  transform: none;
}
.vision-result {
  border-left: 2px solid var(--gold);
  padding: 1px 0 1px 16px;
  margin-top: 27px;
  min-height: 62px;
}
.result-label {
  font: 400 0.625rem/1.3 var(--mono);
  letter-spacing: 0.12em;
  color: var(--muted);
}
.vision-result p {
  font: 500 1rem/1.45 var(--body);
  margin-top: 7px;
}
.vision-instrument {
  position: relative;
  aspect-ratio: 1.15;
  width: 100%;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 50%, #30271245, transparent 65%);
  border: 1px solid #a28a352e;
  border-radius: 6px;
}
.vision-instrument::before,
.vision-instrument::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.vision-instrument::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}
.vision-instrument::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
.lens-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#b2973b0d 1px, transparent 1px),
    linear-gradient(90deg, #b2973b0d 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse, #000 40%, transparent 78%);
}
.lens-orbit {
  position: absolute;
  border: 1px solid #c8a24136;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lens-turn 32s linear infinite;
  animation-play-state: paused;
  pointer-events: none;
}
.lens-orbit::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  top: -4px;
  left: 50%;
  box-shadow: 0 0 18px #e4af4280;
}
.lens-orbit-inner {
  width: 64%;
  border-style: dashed;
  border-color: #c8a24130;
  animation-duration: 48s;
  animation-direction: reverse;
}
.lens-orbit-inner::before {
  width: 3px;
  height: 3px;
  top: -2px;
  background: #927638;
}
@keyframes lens-turn {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cyclops-eye {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: visible;
  filter: drop-shadow(0 20px 25px #0009);
}
.eye-aperture {
  transform-origin: 300px 200px;
  animation: idle-blink 7.5s ease-in-out infinite;
  animation-play-state: paused;
}
.eye-gaze {
  transform: translate(var(--gaze-x, 0px), var(--gaze-y, 0px));
  transition: transform 0.28s ease-out;
}
.eye-pupil {
  transform-origin: 300px 200px;
  animation: pupil-breathe 5.6s ease-in-out infinite;
  animation-play-state: paused;
}
@keyframes idle-blink {
  0%,
  43%,
  49%,
  100% {
    transform: scaleY(1);
  }
  46% {
    transform: scaleY(0.025);
  }
}
@keyframes pupil-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.88);
  }
}
.vision-instrument.is-blinking .eye-aperture {
  animation: deliberate-blink 0.38s ease-in-out;
}
@keyframes deliberate-blink {
  0%,
  100% {
    transform: scaleY(1);
  }
  45%,
  55% {
    transform: scaleY(0.025);
  }
}
.lens-coordinate {
  position: absolute;
  inset: 22px 24px auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font: 400 0.5625rem/1.4 var(--mono);
  letter-spacing: 0.12em;
  color: #b6a572;
}
.lens-coordinate-top i {
  display: block;
  margin-left: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.lens-coordinate-bottom {
  inset: auto 24px 22px;
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
}
.lens-scan {
  pointer-events: none;
  position: absolute;
  inset: 18% 10%;
  opacity: 0;
  background: linear-gradient(
    transparent 48%,
    #f6d76c70 49.5%,
    #fff2ae 50%,
    #f6d76c25 51%,
    transparent 54%
  );
  transform: translateY(-50%);
}
.vision-instrument.is-testing .lens-scan {
  animation: vision-scan 1.25s ease-in-out;
}
.vision-instrument.is-testing {
  border-color: #edc44988;
}
@keyframes vision-scan {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  15%,
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
html[data-motion="on"].page-visible .vision-lab.is-inview .lens-orbit,
html[data-motion="on"].page-visible .vision-lab.is-inview .eye-aperture,
html[data-motion="on"].page-visible .vision-lab.is-inview .eye-pupil {
  animation-play-state: running;
}
html[data-motion="off"] .eye-aperture,
html[data-motion="off"] .eye-pupil {
  animation: none !important;
  transform: none !important;
}
html[data-motion="off"] .eye-gaze {
  transform: none;
}
html[data-motion="off"] .lens-scan {
  display: none;
}
.community-section {
  overflow: hidden;
  isolation: isolate;
}
.community-inner {
  position: relative;
  z-index: 1;
}
.community-orbits {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.community-orbits i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 950px;
  aspect-ratio: 1;
  border: 1px solid #66511c26;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: community-ring 12s ease-in-out infinite;
  animation-play-state: paused;
}
.community-orbits i:nth-child(2) {
  width: 1100px;
  animation-delay: -4s;
}
.community-orbits i:nth-child(3) {
  width: 1250px;
  animation-delay: -8s;
}
@keyframes community-ring {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 0.85;
  }
}
html[data-motion="on"].page-visible
  .community-section.is-inview
  .community-orbits
  i {
  animation-play-state: running;
}
@media (max-width: 1050px) {
  .vision-lab {
    gap: 24px;
  }
  .vision-copy h2 {
    font-size: 4.1rem;
  }
  .vision-actions {
    gap: 8px;
  }
  .vision-actions .button {
    font-size: 0.75rem;
    padding-inline: 13px;
  }
}
@media (max-width: 800px) {
  .vision-lab {
    grid-template-columns: 1fr;
    padding-block: 38px 42px;
    gap: 30px;
  }
  .vision-copy {
    max-width: none;
  }
  .vision-instrument {
    max-width: 600px;
    justify-self: center;
    aspect-ratio: 1.4;
  }
  .vision-copy h2 {
    font-size: clamp(3.8rem, 9vw, 5rem);
  }
  .vision-actions .button {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .hero-orbit {
    left: 16%;
    top: 8%;
    width: 68%;
  }
  .hero-sparks i {
    width: 2px;
  }
  .tape-set {
    gap: 24px;
    padding-right: 24px;
  }
  .vision-copy > .eyebrow {
    font-size: 0.5625rem;
    letter-spacing: 0.045em;
  }
  .vision-copy h2 {
    font-size: clamp(3.35rem, 13.5vw, 4.7rem);
  }
  .vision-copy > p {
    font-size: 0.9375rem;
  }
  .vision-instrument {
    aspect-ratio: 1.1;
  }
  .vision-actions {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
  }
  .vision-actions .button {
    font-size: 0.8125rem;
    padding-inline: 12px;
    gap: 10px;
  }
  .vision-result p {
    font-size: 0.9375rem;
  }
  .lens-coordinate {
    inset: 17px 15px auto;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
  }
  .lens-coordinate-bottom {
    inset: auto 15px 17px;
    font-size: 0.4375rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .eye-gaze {
    transition: none;
  }
  .lens-scan {
    display: none;
  }
  .hero-portrait {
    transform: none !important;
  }
}
@media print {
  .vision-lab {
    display: block;
  }
  .vision-instrument,
  .vision-actions,
  .hero-sparks,
  .reading-progress {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .site-nav {
    align-items: stretch;
  }
  .motion-toggle {
    width: auto;
    align-self: flex-start;
    margin-top: 16px;
    padding: 0 16px;
  }
  .motion-label {
    display: inline;
  }
}

/* Soft light across the portrait, keeping the original artwork intact. */
.hero-light {
  position: absolute;
  inset: 0 0 8% 5%;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 52% 38%,
    #ffe4a333 0%,
    #d99a351c 27%,
    #aa68250b 48%,
    transparent 70%
  );
  mix-blend-mode: screen;
  opacity: 0.45;
  animation: portrait-light 8s ease-in-out infinite;
  animation-play-state: paused;
}
@keyframes portrait-light {
  0%,
  100% {
    opacity: 0.3;
    transform: translate3d(-12px, 5px, 0) scale(0.97);
  }
  50% {
    opacity: 0.85;
    transform: translate3d(12px, -8px, 0) scale(1.07);
  }
}
html[data-motion="on"].page-visible.hero-visible .hero-light {
  animation-play-state: running;
}
html[data-motion="off"] .hero-light {
  animation: none;
}
@media (hover: hover) and (pointer: fine) {
  .meme-open {
    transition:
      transform 0.32s ease-out,
      border-color 0.25s,
      box-shadow 0.3s;
    transform-origin: center;
  }
  html[data-motion="on"] .meme-open.pointer-active {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg))
      rotateY(var(--tilt-y, 0deg)) translateY(-3px);
    border-color: #b89c54;
    box-shadow: 0 14px 30px #0005;
  }
  .meme-open:focus-visible {
    border-color: var(--gold);
  }
}
html[data-motion="on"] .meme-dialog[open] {
  animation: artwork-enter 0.26s cubic-bezier(0.2, 0.65, 0.25, 1);
}
html[data-motion="on"] .meme-dialog[open]::backdrop {
  animation: backdrop-enter 0.22s ease-out;
}
@keyframes artwork-enter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes backdrop-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  html[data-motion="on"] .site-nav.open {
    animation: menu-enter 0.22s ease-out;
  }
}
@keyframes menu-enter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-light,
  .meme-open {
    transform: none !important;
  }
}
