@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,800&family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --ink: #090509;
  --plum: #160817;
  --panel: #211021;
  --paper: #fff2d8;
  --cream: #f7dca8;
  --hot: #ff315f;
  --orange: #ff9a2f;
  --cyan: #2fffdc;
  --muted: #c5aeba;
  --line: rgba(255, 242, 216, 0.18);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}

body.menu-open, body.wallet-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.055;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.scrolled {
  background: rgba(9, 5, 9, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.wordmark-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--orange);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--hot);
  transform: rotate(-3deg);
}

.header-actions { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.site-nav { display: flex; gap: clamp(18px, 2.4vw, 34px); }
.site-nav a {
  position: relative;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--cyan);
  transition: right 180ms ease;
}
.site-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.wallet-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--cyan);
  border: 0;
  box-shadow: 4px 4px 0 var(--hot);
  cursor: pointer;
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.wallet-trigger:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--hot); }
.wallet-trigger:focus-visible, .wallet-choice:focus-visible, .wallet-close:focus-visible,
.wallet-network-button:focus-visible, .wallet-disconnect:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
}
.wallet-trigger-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.wallet-trigger.connected { color: var(--paper); background: var(--panel); border: 1px solid var(--cyan); box-shadow: 4px 4px 0 var(--cyan); }
.wallet-trigger.connected .wallet-trigger-dot { background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: var(--plum);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-drift 12s ease-out both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 5, 9, 0.92) 0%, rgba(9, 5, 9, 0.58) 32%, rgba(9, 5, 9, 0.06) 64%),
    linear-gradient(0deg, rgba(9, 5, 9, 0.9) 0%, transparent 50%);
}

.hero-copy {
  width: min(680px, 90vw);
  margin: 0 0 clamp(58px, 9vh, 110px) clamp(22px, 7vw, 120px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(6rem, 14vw, 12rem);
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.4);
}
h1 span, h1 em { display: block; }
h1 em { color: var(--hot); font-style: italic; }

.hero-lede, .section-lede {
  max-width: 600px;
  color: #f8e8e8;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 2px solid var(--paper);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.button:hover { transform: translate(-3px, -3px); }
.button-primary {
  color: var(--ink);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 5px 5px 0 var(--hot);
}
.button-primary:hover { box-shadow: 8px 8px 0 var(--hot); }
.button-ghost { background: rgba(9, 5, 9, 0.35); }
.button-ghost:hover { background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--cyan); }

.hero-ticket {
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: var(--paper);
  background: rgba(9, 5, 9, 0.72);
  border: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }

.ticker { overflow: hidden; color: var(--ink); background: var(--orange); border-block: 3px solid var(--ink); transform: rotate(-1deg) scale(1.01); }
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 22s linear infinite;
}
.ticker span {
  padding: 15px 34px;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.ticker span::after { content: "★"; margin-left: 68px; }

.section-shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(100px, 14vw, 190px);
}

.portrait-wrap { position: relative; }
.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  z-index: -1;
  background: var(--hot);
}
.portrait-wrap img { width: 100%; border: 2px solid var(--paper); }
.portrait-stamp {
  position: absolute;
  right: -32px;
  top: -34px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  color: var(--ink);
  background: var(--cyan);
  border: 3px solid var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  transform: rotate(9deg);
}

.split-copy h2, .section-heading h2, .drop-inner h2 { font-size: clamp(4rem, 8vw, 7.5rem); }
.split-copy h2 { margin-bottom: 34px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.feature-grid article { min-height: 210px; padding: 22px; background: var(--panel); border-top: 3px solid var(--hot); }
.feature-grid span { color: var(--orange); font-family: var(--display); font-weight: 900; }
.feature-grid h3 { margin: 35px 0 10px; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.6; }

.project-section {
  position: relative;
  padding-block: clamp(100px, 14vw, 180px);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 242, 216, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 242, 216, 0.035) 1px, transparent 1px),
    var(--plum);
  background-size: 42px 42px;
  border-block: 1px solid var(--line);
}

.project-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 255, 220, 0.14), transparent 68%);
  pointer-events: none;
}

.project-intro {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: end;
}

.project-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.project-intro h2 {
  margin-bottom: 0;
  font-size: clamp(4.4rem, 8vw, 8rem);
}

.plain-english {
  padding: clamp(26px, 4vw, 46px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--hot);
  transform: rotate(1deg);
}

.plain-english > span {
  display: inline-block;
  margin-bottom: 22px;
  color: #7b273d;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plain-english p {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.project-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(70px, 10vw, 120px);
  background: var(--line);
  border: 1px solid var(--line);
}

.project-step {
  position: relative;
  min-height: 390px;
  padding: clamp(26px, 4vw, 42px);
  background: rgba(9, 5, 9, 0.92);
}

.project-step:nth-child(2) { background: rgba(33, 16, 33, 0.96); }
.step-number {
  display: block;
  color: var(--hot);
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 6.5rem);
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.3;
}

.project-step > div { position: absolute; left: clamp(26px, 4vw, 42px); right: clamp(26px, 4vw, 42px); bottom: clamp(28px, 4vw, 42px); }
.step-kicker {
  margin-bottom: 12px;
  color: var(--cyan);
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-step h3 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}
.project-step div > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.project-step div > p:last-child strong { color: var(--paper); }

.activity-engine {
  margin-top: 34px;
  padding: clamp(30px, 5vw, 56px);
  color: var(--ink);
  background: var(--orange);
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--hot);
}

.activity-engine-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: end;
}
.activity-engine-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; color: #682036; }
.activity-engine-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}
.activity-engine-copy > p:last-child { margin: 0; font-weight: 600; line-height: 1.65; }

.activity-ladder {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  margin: 50px 0 22px;
  padding: 3px;
  list-style: none;
  background: var(--ink);
}
.activity-ladder li {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  background: var(--paper);
}
.activity-ladder strong {
  margin-bottom: auto;
  color: var(--hot);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
}
.activity-ladder span { font-family: var(--display); font-weight: 900; text-transform: uppercase; }
.activity-ladder small { margin-top: 4px; color: #6d505b; font-weight: 700; }
.engine-caption { margin: 0; font-size: 0.84rem; font-weight: 700; }

.project-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 900px;
  margin-top: 34px;
  padding: 20px 22px;
  color: var(--muted);
  background: rgba(9, 5, 9, 0.72);
  border: 1px solid var(--line);
}
.project-note .status-dot { flex: 0 0 auto; margin-top: 8px; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.project-note p { margin: 0; line-height: 1.65; }
.project-note strong { color: var(--paper); }

.independence-section {
  padding-block: clamp(28px, 4vw, 52px);
  background: linear-gradient(110deg, rgba(255, 61, 145, 0.13), rgba(0, 238, 255, 0.08));
  border-block: 1px solid var(--line);
}
.independence-notice {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.independence-tag {
  width: fit-content;
  margin: 8px 0 0;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--cyan);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.independence-copy h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 4rem); }
.independence-copy p { max-width: 920px; margin: 0; color: var(--muted); font-size: clamp(0.98rem, 1.35vw, 1.12rem); line-height: 1.75; }

.film-section { padding-bottom: clamp(100px, 14vw, 190px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 180px; color: var(--muted); text-align: right; }
.film-frame { position: relative; padding: clamp(10px, 1.4vw, 18px); background: var(--cream); box-shadow: 18px 18px 0 var(--hot); }
.film-frame video { width: 100%; max-height: 76vh; background: #000; object-fit: contain; }
.film-corner { position: absolute; width: 54px; height: 54px; border-color: var(--cyan); }
.film-corner.top-left { top: -14px; left: -14px; border-top: 4px solid; border-left: 4px solid; }
.film-corner.bottom-right { right: -30px; bottom: -30px; border-right: 4px solid; border-bottom: 4px solid; }

.drop-section { position: relative; overflow: hidden; background: var(--plum); border-block: 1px solid var(--line); }
.drop-glow {
  position: absolute;
  width: 680px;
  height: 680px;
  right: -200px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 49, 95, 0.28), transparent 68%);
}
.drop-inner { position: relative; padding-block: clamp(110px, 15vw, 190px); }
.drop-inner h2 { margin-bottom: 34px; }
.drop-inner > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.status-board { max-width: 820px; margin: 48px 0 40px; border-top: 1px solid var(--line); }
.status-board div { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.status-board span { color: var(--muted); }
.status-board strong { color: var(--orange); text-transform: uppercase; }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 150px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}
.site-footer p { margin: 0; }

.wallet-modal[hidden] { display: none; }
.wallet-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.wallet-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(9, 5, 9, 0.82); border: 0; backdrop-filter: blur(12px); cursor: default; }
.wallet-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(780px, calc(100svh - 40px));
  overflow-y: auto;
  padding: clamp(28px, 5vw, 48px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 14px 14px 0 var(--hot);
}
.wallet-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font: 400 1.8rem/1 var(--body);
}
.wallet-dialog-heading h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 8vw, 5rem); }
.wallet-dialog-heading > p:last-child { margin-bottom: 22px; color: var(--muted); line-height: 1.6; }
.wallet-status { min-height: 24px; margin-bottom: 18px; color: var(--cyan); font-size: 0.82rem; font-weight: 700; }
.wallet-status.error { color: #ff8b8b; }
.wallet-list { display: grid; gap: 10px; }
.wallet-choice {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 72px;
  padding: 10px 14px;
  color: var(--paper);
  text-align: left;
  background: rgba(9, 5, 9, 0.52);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}
.wallet-choice:hover:not(:disabled) { background: rgba(47, 255, 220, 0.07); border-color: var(--cyan); transform: translateX(3px); }
.wallet-choice:disabled { cursor: not-allowed; opacity: 0.58; }
.wallet-choice-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ink); background: var(--orange); font-family: var(--display); font-weight: 900; }
.wallet-choice[data-wallet-key="metamask"] .wallet-choice-mark { background: #f6851b; }
.wallet-choice[data-wallet-key="rabby"] .wallet-choice-mark { color: white; background: #8697ff; }
.wallet-choice[data-wallet-key="phantom"] .wallet-choice-mark { color: white; background: #ab9ff2; }
.wallet-choice[data-wallet-key="robinhood"] .wallet-choice-mark { background: #00c805; }
.wallet-choice-copy { min-width: 0; }
.wallet-choice-copy strong, .wallet-choice-copy small { display: block; }
.wallet-choice-copy strong { font-size: 0.96rem; }
.wallet-choice-copy small { margin-top: 4px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.wallet-choice-state { color: var(--orange); font-family: var(--display); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.wallet-choice.available .wallet-choice-state { color: var(--cyan); }
.wallet-connected {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px;
  background: rgba(47, 255, 220, 0.07);
  border: 1px solid var(--cyan);
}
.wallet-connected[hidden] { display: none; }
.wallet-connected-mark { grid-row: 1 / span 2; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--cyan); border-radius: 50%; font-weight: 900; }
.wallet-connected span, .wallet-connected strong, .wallet-connected small { display: block; }
.wallet-connected span { color: var(--muted); font-size: 0.76rem; text-transform: uppercase; }
.wallet-connected strong { margin-top: 3px; overflow: hidden; text-overflow: ellipsis; }
.wallet-connected small { margin-top: 4px; color: var(--cyan); }
.wallet-network-button, .wallet-disconnect {
  grid-column: 1 / -1;
  min-height: 40px;
  margin-top: 9px;
  padding: 0 14px;
  cursor: pointer;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.wallet-network-button { color: var(--ink); background: var(--orange); border: 0; }
.wallet-network-button[hidden] { display: none; }
.wallet-disconnect { color: var(--muted); background: transparent; border: 1px solid var(--line); }
.wallet-safety { margin: 20px 0 0; color: var(--muted); font-size: 0.74rem; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hero-drift { from { transform: scale(1.08); } to { transform: scale(1); } }

@media (max-width: 900px) {
  .site-header { min-height: 68px; }
  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 7px;
    width: 42px;
    height: 42px;
    place-content: center;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 1px solid var(--line);
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    background: rgba(9, 5, 9, 0.97);
    visibility: hidden;
    opacity: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-nav a { font-size: 2.4rem; }
  .wallet-trigger { position: relative; z-index: 2; min-height: 40px; padding-inline: 12px; }
  .hero-art { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9, 5, 9, 0.97) 0%, rgba(9, 5, 9, 0.35) 70%); }
  .hero-copy { margin-left: 22px; }
  .hero-ticket { display: none; }
  .split-section { grid-template-columns: 1fr; }
  .portrait-wrap { width: min(88%, 520px); }
  .project-intro { grid-template-columns: 1fr; }
  .project-intro .eyebrow { grid-column: auto; margin-bottom: -20px; }
  .project-steps { grid-template-columns: 1fr; }
  .project-step { min-height: 320px; }
  .activity-engine-copy { grid-template-columns: 1fr; }
  .activity-engine-copy .eyebrow { grid-column: auto; }
  .activity-ladder { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; }
  .independence-notice { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 14px; }
  .wordmark > span:last-child { display: none; }
  .header-actions { gap: 10px; }
  .wallet-trigger { font-size: 0.78rem; }
  .wallet-dialog { padding: 34px 20px 24px; box-shadow: 8px 8px 0 var(--hot); }
  .wallet-choice { grid-template-columns: 42px minmax(0, 1fr); }
  .wallet-choice-mark { width: 40px; height: 40px; }
  .wallet-choice-state { grid-column: 2; }
  .hero { min-height: 880px; }
  .hero-art { height: 58%; object-position: center; }
  .hero-shade { background: linear-gradient(0deg, var(--ink) 38%, rgba(9, 5, 9, 0.1) 85%); }
  .hero-copy { width: calc(100% - 44px); margin-bottom: 54px; }
  h1 { font-size: clamp(5.4rem, 28vw, 8rem); }
  .hero-lede { font-size: 0.98rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-grid h3 { margin-top: 18px; }
  .plain-english { transform: none; box-shadow: 8px 8px 0 var(--hot); }
  .project-step { min-height: 300px; }
  .activity-engine { box-shadow: 8px 8px 0 var(--hot); }
  .activity-ladder { margin-top: 34px; }
  .section-heading { display: block; }
  .section-heading > p { text-align: left; }
  .film-frame { box-shadow: 10px 10px 0 var(--hot); }
  .status-board div { grid-template-columns: 1fr; gap: 7px; }
  .site-footer { flex-direction: column; align-items: flex-start; justify-content: center; }
}

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