:root {
  --bg: #1b130d;
  --bg-deep: #0b0908;
  --panel: rgba(43, 28, 18, 0.7);
  --panel-strong: rgba(64, 39, 22, 0.86);
  --text: #fff8ea;
  --muted: #dbcda9;
  --line: rgba(255, 225, 163, 0.18);
  --gold: #f3ba38;
  --gold-2: #ffda79;
  --green: #6eb45e;
  --green-2: #95d07e;
  --brown: #5f3a17;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --max: 1180px;
  --header-h: 86px;
  --wheel: conic-gradient(
    #f1be43 0 40%,
    #84cf71 40% 55%,
    #f4972f 55% 65%,
    #e95a2f 65% 75%,
    #d0a350 75% 82%,
    #8bc6c8 82% 86%,
    #8975d6 86% 90%,
    #dd7ea6 90% 100%
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main section[id] {
  scroll-margin-top: calc(var(--header-h) + 34px);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: linear-gradient(180deg, #22150d 0%, #140e0b 100%);
  font-family: "Sora", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 0 0.5px, transparent 0.7px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.5) 0 0.5px, transparent 0.7px);
  background-size: 22px 22px, 27px 27px;
  mix-blend-mode: soft-light;
  z-index: 1;
}

.world-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(180deg, #7d511f 0%, #47301b 30%, #211611 68%, #130e0c 100%);
}

.world-backdrop__sky,
.world-backdrop__sun,
.world-backdrop__atmosphere,
.world-backdrop__ridge,
.world-backdrop__trail,
.world-backdrop__ground,
.world-backdrop__dust,
.world-backdrop__rails,
.world-backdrop__plant {
  position: absolute;
}

.world-backdrop__sky {
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 213, 115, 0.35), transparent 18%),
    radial-gradient(circle at 18% 24%, rgba(244, 165, 62, 0.18), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(146, 178, 111, 0.12), transparent 20%),
    linear-gradient(180deg, #c3832c 0%, #8f5926 22%, #5e3d25 44%, #2b1d16 76%, #17110e 100%);
}

.world-backdrop__sky::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0 1px,
      transparent 1px 74px
    );
  opacity: 0.22;
}

.world-backdrop__sun {
  top: 8vh;
  left: 50%;
  width: min(34vw, 460px);
  height: min(34vw, 460px);
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, rgba(255, 242, 197, 0.92) 0 11%, rgba(255, 213, 103, 0.68) 24%, rgba(245, 170, 58, 0.22) 52%, transparent 72%);
  filter: blur(10px);
  opacity: 0.95;
}

.world-backdrop__atmosphere {
  inset: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 229, 163, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 222, 151, 0.06) 0 30%, transparent 48%),
    linear-gradient(180deg, rgba(17, 12, 10, 0.04), rgba(17, 12, 10, 0.56) 66%, rgba(13, 10, 9, 0.88) 100%);
}

.world-backdrop__ridge {
  left: -6vw;
  right: -6vw;
  bottom: 0;
  overflow: hidden;
}

.world-backdrop__ridge::before,
.world-backdrop__ridge::after {
  content: "";
  position: absolute;
  inset: 0;
}

.world-backdrop__ridge--far {
  height: 34vh;
  bottom: 29vh;
  background:
    linear-gradient(180deg, rgba(154, 101, 49, 0.34), rgba(80, 49, 28, 0.2));
  clip-path: polygon(0 68%, 7% 61%, 16% 65%, 24% 56%, 35% 62%, 46% 51%, 58% 58%, 70% 48%, 81% 54%, 91% 42%, 100% 47%, 100% 100%, 0 100%);
  opacity: 0.82;
}

.world-backdrop__ridge--far::before {
  background:
    radial-gradient(circle at 15% 48%, rgba(255, 221, 154, 0.1), transparent 14%),
    radial-gradient(circle at 68% 40%, rgba(255, 214, 146, 0.08), transparent 15%);
}

.world-backdrop__ridge--mid {
  height: 39vh;
  bottom: 16vh;
  background:
    linear-gradient(180deg, rgba(122, 75, 36, 0.5), rgba(63, 39, 22, 0.34));
  clip-path: polygon(0 74%, 8% 70%, 18% 74%, 26% 65%, 38% 70%, 46% 50%, 54% 57%, 62% 46%, 72% 55%, 79% 44%, 88% 49%, 100% 38%, 100% 100%, 0 100%);
  opacity: 0.9;
}

.world-backdrop__ridge--mid::before {
  background:
    linear-gradient(180deg, rgba(255, 225, 162, 0.05), transparent 50%),
    radial-gradient(circle at 52% 22%, rgba(255, 214, 137, 0.1), transparent 11%);
}

.world-backdrop__ridge--near {
  height: 43vh;
  bottom: 7vh;
  background:
    linear-gradient(180deg, rgba(87, 50, 24, 0.78), rgba(26, 17, 12, 0.9));
  clip-path: polygon(0 79%, 9% 72%, 20% 78%, 29% 69%, 39% 75%, 49% 63%, 58% 69%, 68% 60%, 79% 66%, 89% 57%, 100% 62%, 100% 100%, 0 100%);
  opacity: 0.97;
}

.world-backdrop__trail {
  left: 50%;
  bottom: -2vh;
  width: min(28vw, 420px);
  height: 36vh;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255, 229, 174, 0.18), rgba(193, 132, 64, 0.05) 74%, transparent),
    linear-gradient(90deg, transparent, rgba(255, 228, 175, 0.08), transparent);
  clip-path: polygon(47% 0, 53% 0, 68% 100%, 32% 100%);
  filter: blur(1px);
  opacity: 0.72;
}

.world-backdrop__ground {
  left: 0;
  right: 0;
  bottom: 0;
  height: 26vh;
  background:
    linear-gradient(180deg, rgba(72, 44, 25, 0), rgba(36, 23, 17, 0.96) 55%),
    radial-gradient(circle at 50% 0, rgba(255, 215, 139, 0.08), transparent 30%),
    repeating-linear-gradient(
      0deg,
      rgba(94, 58, 34, 0.22) 0 2px,
      rgba(45, 29, 20, 0.04) 2px 24px
    );
}

.world-backdrop__dust {
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 15% 80%, rgba(255, 214, 122, 0.22) 0 2px, transparent 2.4px),
    radial-gradient(circle at 44% 74%, rgba(255, 214, 122, 0.18) 0 1.5px, transparent 2px),
    radial-gradient(circle at 72% 82%, rgba(255, 214, 122, 0.14) 0 2px, transparent 2.5px),
    radial-gradient(circle at 88% 72%, rgba(255, 214, 122, 0.1) 0 1.5px, transparent 2px);
  background-size: 240px 240px, 180px 180px, 220px 220px, 200px 200px;
}

.world-backdrop__rails {
  inset: auto auto -7vh -7vw;
  width: 34vw;
  height: 38vh;
  background:
    linear-gradient(64deg, transparent 0 30%, rgba(58, 37, 22, 0.92) 30% 31.2%, transparent 31.2%),
    linear-gradient(64deg, transparent 0 39%, rgba(32, 20, 13, 0.96) 39% 40.2%, transparent 40.2%),
    repeating-linear-gradient(
      154deg,
      transparent 0 14px,
      rgba(101, 67, 37, 0.9) 14px 28px,
      transparent 28px 56px
    );
  opacity: 0.62;
  transform: rotate(-4deg);
  filter: blur(0.2px);
}

.world-backdrop__plant {
  bottom: 8vh;
  width: 58px;
  height: 148px;
  opacity: 0.2;
  filter: blur(0.15px);
}

.world-backdrop__plant::before,
.world-backdrop__plant::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(57, 83, 44, 0.9), rgba(22, 34, 18, 0.95));
  border-radius: 999px;
}

.world-backdrop__plant::before {
  inset: 0 18px 0 18px;
}

.world-backdrop__plant::after {
  width: 18px;
  height: 62px;
  left: 4px;
  top: 40px;
  box-shadow: 32px -14px 0 rgba(31, 51, 23, 0.95);
}

.world-backdrop__plant--left {
  left: 7vw;
}

.world-backdrop__plant--center {
  left: 50%;
  bottom: 6vh;
  transform: translateX(24vw) scale(0.76);
}

.world-backdrop__plant--right {
  right: 6vw;
  bottom: 7vh;
  transform: scale(0.84);
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 30;
  background: rgba(255, 255, 255, 0.05);
}

.scroll-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green-2), var(--gold));
  box-shadow: 0 0 20px rgba(243, 186, 56, 0.6);
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section {
  padding: 110px 0;
}

.story-main,
.story-world,
.story-section {
  position: relative;
  z-index: 2;
}

.story-world {
  padding-bottom: 40px;
}

.story-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 225, 163, 0.16), transparent);
}

.story-section:last-child::after {
  display: none;
}

.story-beat {
  margin: 0 0 12px;
  color: #f2cf83;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.eyebrow,
.board-kicker,
.card-label,
.phase-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Rye", serif;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(3.3rem, 10vw, 6.6rem);
}

h2 {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

p {
  margin: 0 0 16px;
  color: var(--muted);
}

ul {
  margin: 0;
  padding-left: 18px;
}

li + li {
  margin-top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  font-weight: 700;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--gold {
  color: #221308;
  background: linear-gradient(180deg, #ffd76d 0%, #f1b126 100%);
  box-shadow: 0 18px 32px rgba(241, 177, 38, 0.28);
}

.btn--ghost {
  color: var(--text);
  border-color: rgba(255, 233, 183, 0.24);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.btn--small {
  min-height: 44px;
  padding: 0 18px;
}

.btn--wide {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(18, 12, 9, 0.62);
  border-bottom: 1px solid rgba(255, 225, 163, 0.1);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img,
.footer-logo {
  width: 150px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
  color: #f7ebcb;
}

.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-current::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 225, 163, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  padding: 54px 0 70px;
  overflow: clip;
}

.hero-backdrop,
.hero-grid,
.hero-orb {
  position: absolute;
  inset: 0;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 90%);
}

.hero-orb {
  filter: blur(40px);
}

.hero-orb--one {
  background: radial-gradient(circle, rgba(135, 201, 105, 0.33) 0%, transparent 55%);
  transform: translate(-20%, -10%);
}

.hero-orb--two {
  background: radial-gradient(circle, rgba(243, 186, 56, 0.28) 0%, transparent 54%);
  transform: translate(45%, 15%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 28px;
  align-items: center;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #fff4d4;
}

.hero-summary {
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-card,
.info-tile,
.glass-card,
.paper-card,
.step-card,
.phase-panel,
.content-card,
.stage-board,
.wanted-poster,
.media-card,
.token-wheel-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 244, 217, 0.08), transparent 38%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.metric-card,
.info-tile {
  padding: 16px;
  border-radius: 22px;
}

.metric-label,
.stage-label,
.info-tile span,
.contract-card__label {
  display: block;
  font-size: 0.78rem;
  color: #d5c28d;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.metric-card strong,
.info-tile strong {
  font-size: 1rem;
  color: #fff5d6;
}

.hero-stage {
  min-height: 700px;
}

.stage-board {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin-left: 0;
  margin-right: auto;
  padding: 28px;
  border-radius: 30px;
}

.stage-highlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  margin: 28px 0 24px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.18);
}

.stage-highlight strong,
.stage-grid strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #fff4ca;
}

.progress-shell {
  margin-bottom: 24px;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: #edd8a2;
}

.progress-track {
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.18);
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.board-actions {
  margin-top: 18px;
}

.hero-board-strip {
  position: relative;
  padding: 42px 0 34px;
}

.hero-board-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.hero-board-copy {
  max-width: 520px;
}

.hero-board-copy h2 {
  max-width: 12ch;
}

.hero-board-copy p:last-of-type {
  max-width: 48ch;
}

.hero-board-stage {
  display: flex;
  justify-content: flex-end;
}

.hero-board-stage .stage-board {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.hero-visuals {
  position: relative;
  min-height: 700px;
  pointer-events: none;
  z-index: 1;
}

.hero-frog {
  position: absolute;
  right: -54px;
  bottom: -34px;
  width: min(700px, 56vw);
  filter: drop-shadow(0 36px 40px rgba(0, 0, 0, 0.38));
}

.hero-smoke {
  position: absolute;
  right: 84px;
  top: 118px;
  width: min(360px, 28vw);
  opacity: 0.28;
}

.ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 225, 163, 0.12);
  border-bottom: 1px solid rgba(255, 225, 163, 0.12);
  background: linear-gradient(90deg, rgba(104, 67, 21, 0.28), rgba(46, 30, 17, 0.38));
}

.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 14px 0;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  font-family: "Rye", serif;
  letter-spacing: 0.05em;
  color: #fff1ca;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33%);
  }
}

.split-layout,
.gameplay-layout,
.dossier-grid,
.tokenomics-layout,
.footer-layout {
  display: grid;
  gap: 28px;
}

.split-layout {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
}

.gameplay-layout {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
}

.split-layout--reverse {
  grid-template-columns: 1.02fr 0.98fr;
}

.media-card,
.wanted-poster {
  border-radius: 28px;
  overflow: hidden;
}

.content-card,
.paper-card,
.glass-card,
.token-wheel-card,
.phase-panel {
  border-radius: 28px;
  padding: 28px;
}

.feature-ribbon,
.chip-row,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-ribbon {
  margin-top: 28px;
}

.feature-ribbon > div,
.chip-row span {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 225, 163, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.feature-ribbon strong {
  display: block;
  color: #fff2c4;
  margin-bottom: 4px;
}

.feature-ribbon span {
  font-size: 0.9rem;
  color: var(--muted);
}

.about--timetravel {
  position: relative;
}

.about--timetravel::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 440px;
  background:
    radial-gradient(circle at 22% 40%, rgba(77, 212, 255, 0.12), transparent 24%),
    radial-gradient(circle at 78% 28%, rgba(255, 163, 74, 0.12), transparent 24%);
  pointer-events: none;
}

.about-layout {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-layout > * {
  height: 100%;
}

.about-media-card,
.about-panel {
  min-height: 780px;
}

.about-media-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(101, 218, 255, 0.14);
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 212, 109, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(89, 219, 255, 0.05), transparent 30%),
    linear-gradient(180deg, rgba(34, 22, 15, 0.86), rgba(21, 15, 11, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 173, 109, 0.05),
    0 34px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.about-media-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(90, 217, 255, 0.12);
  pointer-events: none;
}

.about-media-card > * {
  position: relative;
  z-index: 1;
}

.about-media-card__clock {
  position: absolute;
  top: 58px;
  left: 50%;
  width: min(62%, 420px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 225, 155, 0.18);
  background:
    radial-gradient(circle at center, rgba(255, 243, 205, 0.08), transparent 54%),
    repeating-conic-gradient(
      from 0deg,
      rgba(255, 228, 172, 0.16) 0deg 2deg,
      transparent 2deg 30deg
    );
  box-shadow:
    0 0 0 16px rgba(255, 186, 84, 0.05),
    0 0 58px rgba(255, 194, 93, 0.18);
  opacity: 0.72;
  pointer-events: none;
}

.about-media-card__frame {
  position: relative;
  height: 100%;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 228, 173, 0.03), transparent 24%),
    radial-gradient(circle at 50% 18%, rgba(255, 222, 152, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(71, 44, 26, 0.22), rgba(20, 13, 10, 0.14));
}

.about-media-card__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 211, 112, 0.08), transparent 20%),
    linear-gradient(0deg, rgba(63, 38, 22, 0.26), transparent 16%);
  pointer-events: none;
}

.about-media-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.34));
}

.about-media-card__glow,
.about-media-card__streak {
  position: absolute;
  pointer-events: none;
}

.about-media-card__glow {
  left: 10%;
  right: 10%;
  bottom: 10%;
  height: 150px;
  z-index: 1;
  background:
    radial-gradient(circle at 22% 48%, rgba(82, 213, 255, 0.48), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(255, 156, 61, 0.44), transparent 26%),
    radial-gradient(circle at 78% 48%, rgba(82, 213, 255, 0.44), transparent 24%);
  filter: blur(24px);
  opacity: 0.76;
}

.about-media-card__streak {
  left: 10%;
  right: 10%;
  height: 6px;
  border-radius: 999px;
  z-index: 3;
}

.about-media-card__streak--one {
  bottom: 14%;
  background: linear-gradient(90deg, transparent, rgba(84, 219, 255, 0.95) 24%, rgba(255, 151, 52, 0.95) 74%, transparent);
  box-shadow: 0 0 24px rgba(84, 219, 255, 0.28);
}

.about-media-card__streak--two {
  bottom: 11%;
  left: 14%;
  right: 14%;
  background: linear-gradient(90deg, transparent, rgba(255, 151, 52, 0.95) 18%, rgba(84, 219, 255, 0.95) 82%, transparent);
  box-shadow: 0 0 24px rgba(255, 151, 52, 0.24);
}

.about-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(103, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(89, 219, 255, 0.05), transparent 24%),
    linear-gradient(135deg, rgba(255, 141, 52, 0.08), transparent 48%),
    rgba(35, 22, 15, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 174, 110, 0.05),
    0 32px 72px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.about-panel > * {
  position: relative;
  z-index: 1;
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(87, 214, 255, 0.08);
  pointer-events: none;
}

.about-panel h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  text-shadow:
    0 0 18px rgba(255, 152, 54, 0.08),
    0 0 26px rgba(86, 213, 255, 0.05);
}

.about-panel p + p {
  margin-top: 0;
}

.gameplay-copy,
.gameplay-frame {
  position: relative;
}

.gameplay-frame {
  padding-top: 8px;
}

.gameplay-frame::before {
  content: "";
  position: absolute;
  inset: 12px auto auto -24px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 186, 56, 0.14), transparent 70%);
  pointer-events: none;
}

.gameplay-tv {
  position: relative;
  padding: 26px 26px 48px;
  border-radius: 42px;
  border: 1px solid rgba(139, 98, 53, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 221, 164, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(56, 35, 21, 0.9) 0%, rgba(114, 73, 37, 0.98) 22%, rgba(145, 95, 48, 0.98) 50%, rgba(112, 71, 37, 0.98) 78%, rgba(54, 34, 21, 0.9) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 227, 176, 0.08),
    inset 0 0 38px rgba(38, 23, 14, 0.45),
    0 34px 80px rgba(0, 0, 0, 0.38);
}

.gameplay-tv::before,
.gameplay-tv::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  pointer-events: none;
}

.gameplay-tv::before {
  border: 1px solid rgba(255, 226, 172, 0.08);
}

.gameplay-tv::after {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0 3px,
      rgba(0, 0, 0, 0.02) 3px 82px
    );
  mix-blend-mode: soft-light;
  opacity: 0.4;
}

.gameplay-tv__marquee {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(59, 35, 19, 0.92), rgba(86, 51, 28, 0.92));
  border: 1px solid rgba(219, 173, 104, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 224, 166, 0.06);
}

.gameplay-tv__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: stretch;
}

.gameplay-tv__screen {
  padding: 12px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(26, 20, 16, 0.98), rgba(9, 8, 8, 0.98));
  border: 2px solid rgba(35, 26, 21, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 211, 0.05),
    inset 0 12px 28px rgba(255, 255, 255, 0.02),
    inset 0 -30px 60px rgba(0, 0, 0, 0.35);
}

.gameplay-tv__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 18px 16px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(71, 42, 23, 0.9), rgba(48, 30, 18, 0.94));
  border: 1px solid rgba(214, 168, 102, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 223, 169, 0.04);
}

.gameplay-tv__badge {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26, 18, 13, 0.34);
  border: 1px solid rgba(226, 180, 109, 0.24);
  color: #ffe1a0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.gameplay-tv__speaker {
  height: 120px;
  border-radius: 20px;
  background:
    radial-gradient(circle, rgba(255, 225, 167, 0.12) 0 1px, transparent 1.4px),
    linear-gradient(180deg, rgba(18, 13, 10, 0.82), rgba(40, 25, 16, 0.82));
  background-size: 10px 10px, auto;
  border: 1px solid rgba(19, 15, 12, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 233, 191, 0.04);
}

.gameplay-tv__knobs {
  display: flex;
  gap: 12px;
}

.gameplay-tv__knobs span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 235, 186, 0.38), rgba(181, 121, 56, 0.9) 48%, rgba(79, 51, 28, 0.95) 100%);
  border: 1px solid rgba(255, 214, 137, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 205, 0.08),
    0 5px 10px rgba(0, 0, 0, 0.18);
}

.gameplay-tv__dial {
  display: flex;
  justify-content: space-between;
  color: #e9cd92;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.gameplay-tv__legs {
  position: absolute;
  left: 110px;
  right: 110px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.gameplay-tv__legs span {
  width: 18px;
  height: 52px;
  background: linear-gradient(180deg, rgba(101, 67, 37, 0.98), rgba(46, 29, 19, 0.98));
  border-radius: 0 0 16px 16px;
  transform-origin: top center;
}

.gameplay-tv__legs span:first-child {
  transform: skew(-12deg);
}

.gameplay-tv__legs span:last-child {
  transform: skew(12deg);
}

.gameplay-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(68, 42, 23, 0.92), rgba(44, 28, 18, 0.92));
  border: 1px solid rgba(226, 180, 109, 0.26);
  color: #ffe4a3;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.gameplay-video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  background: #120d0a;
  border: 1px solid rgba(255, 225, 163, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 10px rgba(13, 10, 9, 0.65);
}

.dossier-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
}

.paper-card {
  background:
    radial-gradient(circle at top right, rgba(110, 180, 94, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 229, 161, 0.1), transparent 50%),
    var(--panel-strong);
}

.glass-card h3 {
  font-size: 1.45rem;
}

.chip-row span {
  color: #fff2cf;
}

.chip-row--brand span {
  background: linear-gradient(180deg, rgba(149, 208, 126, 0.16), rgba(243, 186, 56, 0.1));
}

.dossier-scene {
  --dossier-accent: #ffd46f;
  --dossier-accent-strong: #ff9c42;
  --dossier-neon: #63ddff;
  --dossier-door-left: 48deg;
  --dossier-door-right: -48deg;
  position: relative;
  padding: clamp(22px, 3vw, 38px);
  border-radius: 40px;
  border: 1px solid rgba(255, 226, 171, 0.14);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 224, 124, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(86, 49, 21, 0.18), rgba(25, 16, 11, 0.76)),
    rgba(31, 20, 14, 0.64);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dossier-scene::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 229, 185, 0.08);
  pointer-events: none;
}

.dossier-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(22px, 3vw, 30px);
}

.dossier-saloon {
  position: relative;
  min-height: clamp(540px, 62vw, 720px);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 228, 182, 0.14);
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 242, 199, 0.14), transparent 18%),
    linear-gradient(180deg, #f0b24f 0%, #d3832d 34%, #704123 68%, #22150e 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 189, 93, 0.06),
    0 24px 44px rgba(0, 0, 0, 0.24);
}

.dossier-saloon::before,
.dossier-saloon::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  pointer-events: none;
}

.dossier-saloon::before {
  height: 34%;
  background:
    linear-gradient(180deg, rgba(31, 20, 14, 0), rgba(31, 20, 14, 0.28) 32%, rgba(17, 11, 8, 0.72)),
    repeating-linear-gradient(
      90deg,
      rgba(247, 198, 121, 0.08) 0,
      rgba(247, 198, 121, 0.08) 2px,
      transparent 2px,
      transparent 68px
    );
}

.dossier-saloon::after {
  left: 18%;
  right: 18%;
  bottom: 58px;
  height: 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(87, 220, 255, 0.92) 20%, rgba(255, 177, 83, 0.92) 48%, rgba(87, 220, 255, 0.92) 78%, transparent);
  filter: blur(1px);
  opacity: 0.92;
}

.dossier-saloon__sky,
.dossier-saloon__sun,
.dossier-saloon__cloud,
.dossier-saloon__ridge,
.dossier-saloon__dust {
  position: absolute;
}

.dossier-saloon__sky {
  inset: 0;
}

.dossier-saloon__sun {
  top: 9%;
  left: 50%;
  width: min(18vw, 200px);
  height: min(18vw, 200px);
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 247, 203, 0.9) 0%, rgba(255, 210, 94, 0.54) 42%, rgba(255, 210, 94, 0) 74%);
  filter: blur(1px);
}

.dossier-saloon__cloud {
  top: 15%;
  width: 180px;
  height: 54px;
  background: rgba(255, 241, 183, 0.64);
  border-radius: 999px;
  box-shadow:
    34px -16px 0 8px rgba(255, 241, 183, 0.66),
    86px -8px 0 4px rgba(255, 241, 183, 0.6);
}

.dossier-saloon__cloud--left {
  left: 12%;
}

.dossier-saloon__cloud--right {
  right: 12%;
  transform: scale(0.86);
}

.dossier-saloon__ridge {
  left: -4%;
  right: -4%;
  border-radius: 50% 50% 0 0;
}

.dossier-saloon__ridge--far {
  bottom: 36%;
  height: 26%;
  background: #b96a28;
  clip-path: polygon(0 72%, 12% 68%, 22% 62%, 34% 68%, 49% 58%, 63% 63%, 76% 56%, 100% 66%, 100% 100%, 0 100%);
  opacity: 0.9;
}

.dossier-saloon__ridge--mid {
  bottom: 22%;
  height: 26%;
  background: #7a4324;
  clip-path: polygon(0 72%, 16% 60%, 28% 66%, 44% 52%, 58% 62%, 74% 50%, 100% 66%, 100% 100%, 0 100%);
  opacity: 0.94;
}

.dossier-saloon__ridge--near {
  bottom: 0;
  height: 28%;
  background:
    linear-gradient(180deg, rgba(75, 39, 22, 0.92), rgba(26, 16, 11, 0.98));
  clip-path: polygon(0 74%, 15% 56%, 33% 66%, 48% 54%, 68% 70%, 82% 60%, 100% 68%, 100% 100%, 0 100%);
}

.dossier-saloon__dust {
  bottom: 12%;
  width: 130px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 202, 126, 0.28), rgba(255, 202, 126, 0));
  filter: blur(6px);
}

.dossier-saloon__dust--left {
  left: 8%;
}

.dossier-saloon__dust--right {
  right: 10%;
}

.dossier-saloon__building {
  position: absolute;
  left: 50%;
  bottom: clamp(54px, 7vw, 90px);
  width: min(920px, 82%);
  height: clamp(390px, 44vw, 560px);
  transform: translateX(-50%);
}

.dossier-saloon__cornice,
.dossier-saloon__front,
.dossier-saloon__balcony,
.dossier-saloon__porch,
.dossier-saloon__post {
  position: absolute;
}

.dossier-saloon__cornice {
  left: 50%;
  top: 0;
  width: 62%;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 22px 22px 12px 12px;
  background:
    linear-gradient(180deg, rgba(255, 218, 120, 0.3), rgba(255, 218, 120, 0)),
    linear-gradient(180deg, #a65c22, #6d3718);
  border: 5px solid #76411d;
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.12);
}

.dossier-saloon__front {
  inset: 54px 7% 0;
  border-radius: 24px 24px 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 222, 134, 0.12), rgba(255, 222, 134, 0) 18%),
    repeating-linear-gradient(
      90deg,
      rgba(110, 58, 26, 0.22) 0,
      rgba(110, 58, 26, 0.22) 4px,
      transparent 4px,
      transparent 76px
    ),
    linear-gradient(180deg, #cb7428 0%, #b05e24 42%, #934a1f 100%);
  border: 5px solid #7a441d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 225, 159, 0.1),
    inset 0 -18px 36px rgba(74, 31, 12, 0.22);
}

.dossier-saloon__front::before {
  content: "";
  position: absolute;
  inset: 92px 0 auto;
  height: 88px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(118, 65, 29, 0.84) 0,
      rgba(118, 65, 29, 0.84) 6px,
      transparent 6px,
      transparent 86px
    ),
    linear-gradient(180deg, rgba(255, 217, 122, 0.14), rgba(255, 217, 122, 0));
  border-top: 5px solid #7a441d;
  border-bottom: 5px solid #7a441d;
}

.dossier-saloon__front::after {
  content: "";
  position: absolute;
  inset: auto 0 86px;
  height: 132px;
  background:
    linear-gradient(180deg, rgba(255, 212, 116, 0.08), rgba(255, 212, 116, 0)),
    linear-gradient(180deg, rgba(35, 21, 14, 0), rgba(35, 21, 14, 0.12));
  border-top: 5px solid #7a441d;
}

.dossier-saloon__balcony {
  left: 16%;
  right: 16%;
  top: 194px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(180deg, #8a4920, #613015);
  box-shadow:
    0 30px 0 0 rgba(105, 52, 22, 0.9),
    0 58px 0 0 rgba(105, 52, 22, 0.84);
}

.dossier-saloon__balcony::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 20px;
  height: 70px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(116, 62, 28, 0.86) 0,
      rgba(116, 62, 28, 0.86) 10px,
      transparent 10px,
      transparent 46px
    );
}

.dossier-saloon__porch {
  left: 11%;
  right: 11%;
  bottom: 24px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #73411e, #5a2e16);
}

.dossier-saloon__post {
  bottom: 42px;
  width: 16px;
  height: 170px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7b471f, #4f2814);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 134, 0.1);
}

.dossier-saloon__post--left {
  left: 18%;
}

.dossier-saloon__post--mid-left {
  left: 36%;
}

.dossier-saloon__post--mid-right {
  right: 36%;
}

.dossier-saloon__post--right {
  right: 18%;
}

.dossier-tab {
  position: absolute;
  z-index: 3;
  padding: 18px 20px;
  border: 1px solid rgba(255, 227, 168, 0.18);
  color: #fff2d2;
  text-align: left;
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.dossier-tab:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--dossier-neon) 80%, white 20%);
  outline-offset: 4px;
}

.dossier-tab:hover,
.dossier-tab[aria-selected="true"] {
  border-color: color-mix(in srgb, var(--dossier-neon) 40%, rgba(255, 227, 168, 0.4) 60%);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 175, 70, 0.08),
    0 0 30px color-mix(in srgb, var(--dossier-neon) 28%, transparent);
}

.dossier-tab--sign {
  top: 18px;
  left: 50%;
  width: min(430px, 52%);
  min-height: 152px;
  transform: translateX(-50%);
  padding: 24px 30px 28px;
  clip-path: polygon(8% 0, 92% 0, 100% 16%, 100% 82%, 92% 100%, 8% 100%, 0 82%, 0 16%);
  background:
    linear-gradient(180deg, rgba(255, 226, 150, 0.22), rgba(255, 226, 150, 0.06) 28%, rgba(255, 226, 150, 0)),
    linear-gradient(180deg, #a85e24 0%, #84441d 100%);
}

.dossier-tab--sign:hover,
.dossier-tab--sign[aria-selected="true"] {
  transform: translateX(-50%) translateY(-4px);
}

.dossier-tab--window {
  top: 278px;
  width: clamp(170px, 21vw, 230px);
  min-height: 170px;
  padding: 18px 16px 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 219, 131, 0.12), rgba(255, 219, 131, 0) 20%),
    linear-gradient(180deg, rgba(12, 20, 28, 0.44), rgba(27, 16, 11, 0.26)),
    rgba(75, 39, 19, 0.54);
  backdrop-filter: blur(2px);
}

.dossier-tab--window::before,
.dossier-tab--window::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 12px;
  pointer-events: none;
}

.dossier-tab--window::before {
  border: 4px solid rgba(115, 62, 28, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 221, 153, 0.08);
}

.dossier-tab--window::after {
  inset: 14px calc(50% - 2px) 14px calc(50% - 2px);
  background: rgba(115, 62, 28, 0.92);
  box-shadow:
    -58px 70px 0 0 rgba(115, 62, 28, 0.92),
    58px 70px 0 0 rgba(115, 62, 28, 0.92);
}

.dossier-tab--window-left {
  left: 14%;
}

.dossier-tab--window-right {
  right: 14%;
}

.dossier-tab__kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--dossier-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dossier-tab strong,
.dossier-tab__hint {
  position: relative;
  z-index: 1;
  display: block;
}

.dossier-tab strong {
  max-width: 8ch;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.06;
  margin-bottom: 10px;
  text-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
}

.dossier-tab--sign strong {
  max-width: none;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.dossier-tab__hint {
  max-width: 16ch;
  color: rgba(255, 239, 210, 0.9);
  font-size: 0.96rem;
  line-height: 1.38;
}

.dossier-saloon__doorway {
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: clamp(148px, 16vw, 190px);
  height: clamp(176px, 18vw, 220px);
  transform: translateX(-50%);
  perspective: 1200px;
}

.dossier-saloon__interior,
.dossier-door {
  position: absolute;
  inset: 0;
}

.dossier-saloon__interior {
  overflow: hidden;
  border-radius: 14px 14px 10px 10px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 214, 120, 0.42), rgba(255, 214, 120, 0) 44%),
    linear-gradient(180deg, rgba(10, 16, 22, 0.74), rgba(46, 22, 12, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 214, 140, 0.08);
}

.dossier-saloon__interior-glow,
.dossier-saloon__interior-beam {
  position: absolute;
}

.dossier-saloon__interior-glow {
  inset: 26px 22px 78px;
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--dossier-neon) 44%, var(--dossier-accent-strong) 56%), transparent 68%);
  filter: blur(16px);
  opacity: 0.88;
}

.dossier-saloon__interior-beam {
  bottom: -10px;
  width: 26px;
  height: 150px;
  background: linear-gradient(180deg, rgba(255, 227, 168, 0.18), rgba(255, 227, 168, 0));
  transform-origin: top center;
}

.dossier-saloon__interior-beam--left {
  left: 26px;
  transform: rotate(18deg);
}

.dossier-saloon__interior-beam--right {
  right: 26px;
  transform: rotate(-18deg);
}

.dossier-door {
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 16px 10px;
  border: 4px solid #6f3a1b;
  background:
    linear-gradient(180deg, rgba(255, 221, 145, 0.1), rgba(255, 221, 145, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 204, 129, 0.08) 0,
      rgba(255, 204, 129, 0.08) 2px,
      transparent 2px,
      transparent 22px
    ),
    linear-gradient(180deg, #9b5724, #6f3a1b);
  box-shadow: inset 0 0 0 1px rgba(255, 223, 160, 0.08);
  transition: transform 320ms ease;
}

.dossier-door span {
  display: block;
  height: 18px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(88, 46, 23, 0.72);
}

.dossier-door--left {
  left: 0;
  border-radius: 14px 0 0 10px;
  transform-origin: right center;
  transform: perspective(1200px) rotateY(var(--dossier-door-left));
}

.dossier-door--right {
  right: 0;
  border-radius: 0 14px 10px 0;
  transform-origin: left center;
  transform: perspective(1200px) rotateY(var(--dossier-door-right));
}

.dossier-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(26px, 3vw, 34px);
  border-radius: 32px;
  border: 1px solid rgba(255, 226, 172, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 243, 216, 0.05), transparent 20%),
    linear-gradient(135deg, rgba(89, 211, 255, 0.06), transparent 42%),
    rgba(34, 21, 15, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 169, 88, 0.04),
    0 22px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.dossier-copy::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 220, 157, 0.08);
  pointer-events: none;
}

.dossier-copy__lead,
.dossier-copy__body {
  position: relative;
  z-index: 1;
}

.dossier-copy__lead {
  display: grid;
  align-content: start;
  gap: 12px;
}

.dossier-copy__body {
  display: grid;
  align-content: start;
}

.dossier-copy h2 {
  max-width: 15ch;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.94;
  text-wrap: balance;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.dossier-copy__body p {
  max-width: 48ch;
}

.dossier-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dossier-chip-row span {
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 224, 167, 0.18);
  background:
    linear-gradient(180deg, rgba(23, 34, 45, 0.92), rgba(39, 24, 16, 0.9));
  color: #fff3cd;
  box-shadow:
    inset 0 0 0 1px rgba(89, 211, 255, 0.06),
    0 0 0 1px rgba(255, 165, 70, 0.02);
}

.dossier-actions {
  margin-top: 28px;
}

.dossier-scene[data-dossier-theme="whitepaper"] {
  --dossier-accent: #ffd975;
  --dossier-accent-strong: #ff9f3f;
  --dossier-neon: #67ddff;
  --dossier-door-left: 50deg;
  --dossier-door-right: -50deg;
}

.dossier-scene[data-dossier-theme="utility"] {
  --dossier-accent: #78e2ff;
  --dossier-accent-strong: #ff9d48;
  --dossier-neon: #7be7ff;
  --dossier-door-left: 66deg;
  --dossier-door-right: -38deg;
}

.dossier-scene[data-dossier-theme="visibility"] {
  --dossier-accent: #ffd27f;
  --dossier-accent-strong: #ff8351;
  --dossier-neon: #ffc166;
  --dossier-door-left: 38deg;
  --dossier-door-right: -66deg;
}

.dossier-scene[data-dossier-theme="whitepaper"] .dossier-tab--sign,
.dossier-scene[data-dossier-theme="whitepaper"] .dossier-tab--sign[aria-selected="true"] {
  background:
    linear-gradient(180deg, rgba(255, 223, 139, 0.26), rgba(255, 223, 139, 0.06) 28%, rgba(255, 223, 139, 0)),
    linear-gradient(180deg, #b86b28 0%, #88451d 100%);
}

.dossier-scene[data-dossier-theme="utility"] .dossier-tab--window-left {
  background:
    linear-gradient(180deg, rgba(122, 231, 255, 0.2), rgba(122, 231, 255, 0) 24%),
    linear-gradient(180deg, rgba(18, 33, 43, 0.72), rgba(45, 23, 12, 0.26)),
    rgba(75, 39, 19, 0.58);
}

.dossier-scene[data-dossier-theme="visibility"] .dossier-tab--window-right {
  background:
    linear-gradient(180deg, rgba(255, 197, 114, 0.22), rgba(255, 197, 114, 0) 22%),
    linear-gradient(180deg, rgba(40, 23, 14, 0.44), rgba(40, 23, 14, 0.22)),
    rgba(79, 38, 18, 0.62);
}

.dossier-scene[data-dossier-theme="utility"] .dossier-copy {
  border-color: rgba(93, 214, 255, 0.18);
}

.dossier-scene[data-dossier-theme="visibility"] .dossier-copy {
  border-color: rgba(255, 183, 93, 0.18);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0 auto;
  text-align: left;
}

.section-intro {
  margin-left: auto;
  margin-right: auto;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  position: relative;
  padding: 28px 22px 24px;
  border-radius: 24px;
  overflow: hidden;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -44% auto;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 186, 56, 0.17), transparent 65%);
}

.step-card:hover {
  transform: translateY(-6px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #1c1208;
  background: linear-gradient(180deg, #ffd877, #f0ab1f);
  font-weight: 800;
}

.tokenomics-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
}

.token-wheel-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.98fr);
  gap: 34px;
  align-items: stretch;
  overflow: hidden;
  min-height: 744px;
  padding: 34px;
  border-radius: 34px;
}

.token-wheel-card::before,
.token-wheel-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.token-wheel-card::before {
  inset: 16px;
  border-radius: 28px;
  border: 1px solid rgba(255, 228, 179, 0.08);
}

.token-wheel-card::after {
  inset: 0;
  background:
    radial-gradient(circle at 22% 42%, rgba(255, 214, 122, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 243, 217, 0.05), transparent 34%);
}

.token-wheel-card > * {
  position: relative;
  z-index: 1;
}

.token-wheel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.token-wheel--revolver {
  justify-content: center;
  min-width: 0;
}

.token-revolver {
  --revolver-scale: 1;
  position: relative;
  width: min(100%, 560px);
  min-height: calc(510px * var(--revolver-scale));
  display: grid;
  place-items: center;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.34));
}

.token-revolver__barrel,
.token-revolver__body,
.token-revolver__grip,
.token-revolver__sight {
  position: absolute;
  background: linear-gradient(180deg, #4a3426, #1e1714);
  border: 1px solid rgba(255, 227, 176, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 233, 196, 0.04);
}

.token-revolver__barrel {
  top: calc(88px * var(--revolver-scale));
  left: 55%;
  width: calc(182px * var(--revolver-scale));
  height: calc(54px * var(--revolver-scale));
  border-radius: 18px 18px 14px 14px;
  background:
    linear-gradient(180deg, rgba(103, 76, 54, 0.96), rgba(27, 20, 18, 1)),
    linear-gradient(90deg, rgba(255, 228, 176, 0.06), transparent);
}

.token-revolver__barrel::after {
  content: "";
  position: absolute;
  inset: calc(16px * var(--revolver-scale)) calc(-10px * var(--revolver-scale)) calc(16px * var(--revolver-scale)) auto;
  width: calc(24px * var(--revolver-scale));
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(28, 18, 14, 1), rgba(81, 58, 42, 0.6));
}

.token-revolver__sight {
  top: calc(70px * var(--revolver-scale));
  left: calc(55% + 66px * var(--revolver-scale));
  width: calc(52px * var(--revolver-scale));
  height: calc(18px * var(--revolver-scale));
  border-radius: 10px;
}

.token-revolver__body {
  top: calc(122px * var(--revolver-scale));
  left: 50%;
  width: calc(170px * var(--revolver-scale));
  height: calc(88px * var(--revolver-scale));
  border-radius: 32px;
  transform: translateX(-14%);
  background:
    linear-gradient(180deg, rgba(94, 67, 48, 0.92), rgba(28, 20, 18, 1)),
    linear-gradient(90deg, rgba(255, 229, 181, 0.08), transparent);
}

.token-revolver__body::before,
.token-revolver__body::after {
  content: "";
  position: absolute;
}

.token-revolver__body::before {
  top: calc(12px * var(--revolver-scale));
  right: calc(-18px * var(--revolver-scale));
  width: calc(36px * var(--revolver-scale));
  height: calc(18px * var(--revolver-scale));
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(94, 67, 48, 0.92), rgba(24, 17, 14, 1));
}

.token-revolver__body::after {
  left: calc(28px * var(--revolver-scale));
  bottom: calc(-44px * var(--revolver-scale));
  width: calc(58px * var(--revolver-scale));
  height: calc(58px * var(--revolver-scale));
  border-left: calc(8px * var(--revolver-scale)) solid rgba(81, 59, 43, 0.92);
  border-bottom: calc(8px * var(--revolver-scale)) solid rgba(81, 59, 43, 0.92);
  border-bottom-left-radius: calc(28px * var(--revolver-scale));
  transform: rotate(-16deg);
}

.token-revolver__grip {
  bottom: calc(38px * var(--revolver-scale));
  left: 49%;
  width: calc(108px * var(--revolver-scale));
  height: calc(156px * var(--revolver-scale));
  border-radius: 26px 26px 34px 34px;
  transform: translateX(-10%) rotate(20deg);
  background:
    linear-gradient(180deg, rgba(117, 75, 40, 0.98), rgba(68, 40, 23, 0.98)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 236, 198, 0.05) 0 10px,
      rgba(0, 0, 0, 0.04) 10px 18px
    );
}

.token-revolver__cylinder {
  position: relative;
  z-index: 2;
  width: min(100%, calc(362px * var(--revolver-scale)));
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 228, 177, 0.1), transparent 18%),
    radial-gradient(circle, rgba(87, 61, 40, 0.95), rgba(38, 27, 20, 0.98));
  box-shadow:
    inset 0 0 0 2px rgba(255, 221, 160, 0.08),
    inset 0 0 34px rgba(0, 0, 0, 0.4),
    0 28px 60px rgba(0, 0, 0, 0.35);
  transform: rotate(var(--revolver-angle));
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.token-revolver__cylinder::before {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(65, 39, 23, 0.98), rgba(30, 20, 13, 0.98));
  border: 1px solid rgba(255, 225, 163, 0.14);
}

.token-revolver__cylinder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(84px * var(--revolver-scale));
  height: calc(16px * var(--revolver-scale));
  border-radius: 999px;
  transform: translate(-10px, -50%);
  background: linear-gradient(90deg, rgba(255, 214, 123, 0.4), rgba(255, 214, 123, 0.02));
  opacity: 0.7;
}

.token-chamber {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(78px * var(--revolver-scale));
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 226, 172, 0.1);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 220, 153, 0.2), rgba(84, 56, 32, 0.95) 52%, rgba(25, 18, 14, 1) 100%);
  transform:
    translate(-50%, -50%)
    rotate(var(--chamber-angle))
    translateY(calc(-128px * var(--revolver-scale)));
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 210, 0.04),
    0 10px 18px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.token-chamber::before {
  content: "";
  position: absolute;
  inset: calc(18px * var(--revolver-scale));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 12, 10, 0.98), rgba(51, 33, 21, 0.98));
}

.token-chamber:hover {
  border-color: rgba(255, 221, 160, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 210, 0.06),
    0 0 0 6px rgba(243, 186, 56, 0.06),
    0 12px 22px rgba(0, 0, 0, 0.22);
}

.token-chamber.is-active {
  border-color: rgba(255, 221, 160, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 210, 0.08),
    0 0 0 8px rgba(243, 186, 56, 0.1),
    0 12px 22px rgba(0, 0, 0, 0.24);
}

.token-wheel__center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  z-index: 1;
  transform: rotate(calc(var(--revolver-angle) * -1));
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.token-wheel__center span {
  color: #d4c492;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
}

.token-wheel__center strong {
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: #fff3cf;
}

.token-summary {
  display: grid;
  grid-template-rows: auto minmax(120px, 120px) minmax(196px, auto) auto auto;
  justify-content: flex-start;
  align-self: stretch;
  gap: 20px;
  padding-top: 28px;
  min-width: 0;
}

.token-summary h3 {
  margin: 0;
  width: min(100%, 11ch);
  max-width: none;
  min-height: 2.1em;
  font-size: clamp(1.72rem, 2.35vw, 2.25rem);
  line-height: 0.94;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.token-summary-copy {
  margin: 0;
  width: min(100%, 24ch);
  max-width: none;
  min-height: 5.6em;
  color: #e9d9b1;
  line-height: 1.65;
}

.token-summary-supply {
  display: grid;
  gap: 12px;
  width: min(100%, 300px);
  min-height: 152px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 225, 163, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 248, 224, 0.04), transparent 55%),
    rgba(255, 255, 255, 0.03);
}

.token-summary-supply__label {
  display: block;
  color: #d5c28d;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.supply-number {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #fff4cb;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.contract-card {
  width: 100%;
  max-width: 300px;
  min-height: 160px;
  padding: 18px;
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.contract-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.96rem;
  word-break: break-all;
}

.contract-card__hint {
  color: var(--gold-2);
  font-size: 0.88rem;
}

.token-list {
  display: grid;
  gap: 14px;
  align-content: start;
}

.token-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 82px;
  padding: 20px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 225, 163, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.token-item::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 244, 210, 0.9), rgba(193, 134, 55, 0.92) 45%, rgba(92, 57, 29, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 205, 0.18),
    0 0 0 4px rgba(255, 214, 122, 0.06);
}

.token-item:hover,
.token-item.is-active {
  transform: translateX(8px);
  border-color: rgba(255, 225, 163, 0.36);
  background: rgba(255, 222, 136, 0.08);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.token-item span {
  flex: 1;
  min-width: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #f6ecc8;
}

.token-item strong {
  flex: 0 0 auto;
  font-size: 1.25rem;
  color: var(--gold-2);
}

.token-item.is-active::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 205, 0.24),
    0 0 0 6px rgba(255, 214, 122, 0.12);
}

.roadmap {
  position: relative;
  overflow: clip;
}

.roadmap::before {
  content: "";
  position: absolute;
  inset: 40px 0 auto;
  height: 180px;
  background:
    radial-gradient(circle at 20% 40%, rgba(255, 210, 118, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 225, 163, 0.04), transparent);
}

.roadmap-shell {
  position: relative;
}

.roadmap-scene {
  position: relative;
  min-height: 860px;
  padding: 34px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(35, 24, 16, 0.24), rgba(26, 17, 12, 0.82)),
    rgba(25, 17, 12, 0.56);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.roadmap-scene__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-bottom: 28px;
}

.roadmap-sign,
.roadmap-cowboy {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.roadmap-sign {
  top: -44px;
  right: 14px;
  width: min(300px, 30vw);
  opacity: 0.82;
  transform: rotate(-4deg);
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.28));
}

.roadmap-cowboy {
  right: -10px;
  bottom: 36px;
  width: min(360px, 34vw);
  opacity: 0.55;
  mix-blend-mode: screen;
}

.railway-wrap {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 26px;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 215, 109, 0.5) rgba(255, 255, 255, 0.04);
}

.railway-wrap::-webkit-scrollbar {
  height: 10px;
}

.railway-wrap::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.railway-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126, 198, 106, 0.92), rgba(243, 186, 56, 0.96));
}

.railway-wrap:focus-visible {
  outline: 2px solid rgba(255, 215, 109, 0.72);
  outline-offset: 10px;
}

.railway-track {
  position: relative;
  width: max(1360px, 100%);
  min-width: 1360px;
  height: 260px;
  padding: 0 44px 42px;
}

.railway-rails {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 46px;
  height: 34px;
}

.railway-rails::before,
.railway-rails::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7f5830, #cfab70 45%, #7f5830);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.railway-rails::before {
  top: 5px;
}

.railway-rails::after {
  bottom: 5px;
}

.railway-rails span {
  position: absolute;
  left: 0;
  top: 5px;
  height: 24px;
  width: 10%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126, 198, 106, 0.9), rgba(243, 186, 56, 0.95));
  opacity: 0.75;
  transition: width 320ms ease;
}

.railway-rails span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 36px,
    rgba(52, 35, 20, 0.5) 36px 48px
  );
  border-radius: inherit;
}

.railway-track::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 48px;
  height: 22px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 24px,
    #7d542e 24px 40px,
    transparent 40px 70px
  );
  opacity: 0.95;
}

.station-stop {
  position: absolute;
  bottom: 96px;
  width: 170px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  border-radius: 22px 22px 18px 18px;
  background:
    linear-gradient(180deg, rgba(145, 92, 47, 0.96), rgba(78, 48, 26, 0.98));
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transform: translateX(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.station-stop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -39px;
  width: 8px;
  height: 40px;
  background: linear-gradient(180deg, #7d542e, #503117);
  transform: translateX(-50%);
}

.station-stop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd76d 0%, #f0ab1f 72%);
  box-shadow: 0 0 0 6px rgba(255, 215, 109, 0.16);
  transform: translateX(-50%);
}

.station-stop:hover,
.station-stop.is-active {
  transform: translateX(-50%) translateY(-6px);
  border-color: rgba(255, 225, 163, 0.34);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.28);
}

.station-stop[data-stop="10"] {
  left: 10%;
}

.station-stop[data-stop="36"] {
  left: 36%;
}

.station-stop[data-stop="62"] {
  left: 62%;
}

.station-stop[data-stop="88"] {
  left: 88%;
}

.station-stop__badge {
  display: block;
  margin-bottom: 6px;
  color: #ffe2a5;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.station-stop strong {
  display: block;
  font-family: "Rye", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.roadmap-train {
  position: absolute;
  bottom: 22px;
  width: 144px;
  height: 92px;
  transition: left 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: train-bob 2.4s ease-in-out infinite;
}

.roadmap-train__boiler,
.roadmap-train__cabin,
.roadmap-train__tender,
.roadmap-train__cowcatcher {
  position: absolute;
  bottom: 24px;
  background: linear-gradient(180deg, #3b2f27, #171110);
  border: 2px solid rgba(255, 234, 190, 0.12);
}

.roadmap-train__boiler {
  left: 40px;
  width: 58px;
  height: 34px;
  border-radius: 12px 18px 8px 8px;
}

.roadmap-train__boiler::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -18px;
  width: 14px;
  height: 20px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #514137, #1d1512);
}

.roadmap-train__cabin {
  left: 8px;
  width: 34px;
  height: 42px;
  border-radius: 8px 8px 4px 4px;
}

.roadmap-train__cabin::before,
.roadmap-train__cabin::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 10px;
  background: rgba(255, 217, 122, 0.35);
  border-radius: 2px;
}

.roadmap-train__cabin::before {
  left: 8px;
}

.roadmap-train__cabin::after {
  right: 8px;
}

.roadmap-train__tender {
  left: 98px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.roadmap-train__cowcatcher {
  left: 120px;
  width: 0;
  height: 0;
  border: 0;
  background: none;
  border-left: 20px solid #2a1d17;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  bottom: 26px;
}

.roadmap-train__smoke {
  position: absolute;
  left: 58px;
  bottom: 62px;
  width: 40px;
  height: 44px;
}

.roadmap-train__smoke span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(198, 187, 171, 0.08));
  animation: smoke-rise 1.9s ease-out infinite;
}

.roadmap-train__smoke span:nth-child(2) {
  left: 10px;
  animation-delay: 0.4s;
}

.roadmap-train__smoke span:nth-child(3) {
  left: 18px;
  animation-delay: 0.8s;
}

.roadmap-train__wheel {
  position: absolute;
  bottom: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f0b93c 0 22%, #2a1c15 24% 100%);
  border: 2px solid #dcb15b;
}

.roadmap-train__wheel--one {
  left: 18px;
}

.roadmap-train__wheel--two {
  left: 50px;
}

.roadmap-train__wheel--three {
  left: 84px;
}

.roadmap-train__wheel--four {
  left: 110px;
}

.phase-panel__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  color: #edd9a4;
  font-size: 0.92rem;
}

.roadmap-panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  min-height: 330px;
  background:
    linear-gradient(180deg, rgba(255, 235, 195, 0.08), transparent 40%),
    rgba(32, 21, 14, 0.84);
}

.phase-content {
  display: none;
}

.phase-content.is-active {
  display: block;
}

.phase-content ul {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 225, 163, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 236, 188, 0.06), transparent 34%),
    rgba(38, 26, 18, 0.74);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  font-size: 1rem;
  font-weight: 600;
}

.faq-question::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-2);
  font-size: 1.35rem;
  flex: 0 0 auto;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 22px;
}

.site-footer {
  padding: 34px 0 50px;
  border-top: 1px solid rgba(255, 225, 163, 0.12);
  background: rgba(8, 6, 5, 0.24);
}

.footer-layout {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
}

.footer-links {
  justify-content: flex-end;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes smoke-rise {
  0% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0) scale(0.7);
  }
  100% {
    opacity: 0;
    transform: translate3d(10px, -34px, 0) scale(1.55);
  }
}

@keyframes train-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .hero-board-layout,
  .split-layout,
  .split-layout--reverse,
  .gameplay-layout,
  .dossier-grid,
  .tokenomics-layout,
  .footer-layout,
  .token-wheel-card {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .stage-board {
    margin: 0;
    max-width: none;
  }

  .hero-visuals {
    position: relative;
    min-height: 400px;
    margin-top: 24px;
  }

  .hero-frog {
    position: absolute;
    right: -24px;
    width: min(560px, 88vw);
  }

  .hero-smoke {
    right: 28px;
    top: 28px;
  }

  .hero-board-stage {
    justify-content: flex-start;
  }

  .about-media-card {
    min-height: 620px;
  }

  .about-panel {
    min-height: 620px;
  }

  .about-media-card__frame {
    min-height: 560px;
  }

  .dossier-scene {
    padding: 32px;
  }

  .dossier-saloon__building {
    width: min(880px, 88%);
  }

  .dossier-tab--window-left {
    left: 11%;
  }

  .dossier-tab--window-right {
    right: 11%;
  }

  .dossier-copy {
    grid-template-columns: 1fr;
  }

  .dossier-copy h2 {
    max-width: 14ch;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-backdrop__sun {
    width: min(42vw, 420px);
    height: min(42vw, 420px);
  }

  .world-backdrop__rails {
    width: 40vw;
    height: 34vh;
  }

  .roadmap-sign {
    width: min(250px, 38vw);
  }

  .roadmap-cowboy {
    width: min(300px, 34vw);
    opacity: 0.38;
  }

  .token-wheel-card {
    gap: 32px;
    min-height: auto;
  }

  .token-revolver {
    width: min(100%, 520px);
    min-height: 470px;
  }

  .token-summary {
    padding-top: 0;
    grid-template-rows: auto auto auto auto auto;
  }

  .token-summary-supply,
  .contract-card {
    width: 100%;
    max-width: none;
    min-height: 0;
  }

  .token-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 16px;
    left: 16px;
    display: none;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 225, 163, 0.16);
    background: rgba(20, 14, 10, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 6px 0;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-board-strip {
    padding: 32px 0 24px;
  }

  .hero-metrics,
  .stage-highlight,
  .stage-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 88px 0;
  }

  .story-section::after {
    display: none;
  }

  .roadmap-scene {
    padding: 24px;
    min-height: 900px;
  }

  .gameplay-tv {
    padding: 22px 22px 42px;
  }

  .gameplay-tv__body {
    grid-template-columns: 1fr;
  }

  .gameplay-tv__panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .gameplay-tv__speaker {
    flex: 1;
    height: 72px;
  }

  .gameplay-tv__dial {
    min-width: 78px;
    flex-direction: column;
    gap: 8px;
  }

  .roadmap-sign,
  .roadmap-cowboy {
    display: none;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-media-card,
  .about-panel {
    min-height: 0;
  }

  .about-media-card__frame {
    min-height: 440px;
  }

  .about-panel {
    padding: 24px;
  }

  .about-panel h2 {
    max-width: 11ch;
  }

  .dossier-scene {
    padding: 26px;
  }

  .dossier-saloon {
    min-height: 620px;
  }

  .dossier-saloon__building {
    width: min(740px, 94%);
    height: 430px;
  }

  .dossier-tab--sign {
    width: min(360px, 58%);
    min-height: 130px;
    padding: 20px 24px 22px;
  }

  .dossier-tab--window {
    top: 246px;
    width: clamp(150px, 24vw, 190px);
    min-height: 146px;
    padding: 16px 14px;
  }

  .dossier-tab strong {
    font-size: 1.25rem;
  }

  .dossier-tab--sign strong {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
  }

  .dossier-tab__hint {
    font-size: 0.88rem;
  }

  .dossier-saloon__doorway {
    bottom: 34px;
    width: 142px;
    height: 188px;
  }

  .dossier-copy h2 {
    max-width: none;
  }

  .token-wheel-card {
    padding: 26px;
  }

  .token-revolver {
    --revolver-scale: 0.84;
    min-height: 390px;
  }

  .token-summary {
    gap: 16px;
  }

  .token-summary h3 {
    max-width: none;
    min-height: 0;
  }

  .token-summary-copy {
    min-height: 0;
  }

  .token-list {
    grid-template-columns: 1fr;
  }

  .about-media-card {
    padding: 18px;
  }

  .about-media-card__frame {
    min-height: 320px;
  }

  .about-panel h2 {
    max-width: none;
    font-size: 2.35rem;
  }

  .dossier-scene {
    padding: 22px;
  }

  .dossier-copy {
    padding: 24px;
  }

  .dossier-saloon {
    min-height: 560px;
  }

  .dossier-saloon__building {
    width: min(640px, 100%);
    height: 392px;
  }

  .dossier-tab--sign {
    width: min(300px, 64%);
    min-height: 114px;
    padding: 18px 20px 20px;
  }

  .dossier-tab--window {
    top: 224px;
    width: 146px;
    min-height: 128px;
    padding: 14px 12px;
  }

  .dossier-tab--window-left {
    left: 8%;
  }

  .dossier-tab--window-right {
    right: 8%;
  }

  .dossier-tab__kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .dossier-tab strong {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }

  .dossier-tab__hint {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .dossier-saloon__doorway {
    bottom: 26px;
    width: 126px;
    height: 170px;
  }

  .dossier-copy__lead,
  .dossier-copy__body {
    gap: 0;
  }

  .dossier-copy h2 {
    font-size: 2.2rem;
    max-width: none;
  }

  .about-media-card {
    min-height: 0;
  }

  .railway-track {
    width: max(980px, 100%);
    min-width: 980px;
    height: 250px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .railway-rails,
  .railway-track::before {
    left: 32px;
    right: 32px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

  .world-backdrop__sun {
    width: min(52vw, 360px);
    height: min(52vw, 360px);
    top: 10vh;
  }

  .world-backdrop__ridge--far {
    bottom: 25vh;
  }

  .world-backdrop__ridge--mid {
    bottom: 14vh;
  }

  .world-backdrop__rails {
    width: 56vw;
    height: 34vh;
    opacity: 0.34;
  }

  .world-backdrop__plant {
    width: 30px;
    height: 92px;
    opacity: 0.12;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .content-card,
  .paper-card,
  .glass-card,
  .token-wheel-card,
  .phase-panel,
  .stage-board {
    padding: 22px;
  }

  .gameplay-tv {
    padding: 18px 18px 34px;
    border-radius: 30px;
  }

  .gameplay-tv__marquee {
    flex-direction: column;
    align-items: flex-start;
  }

  .gameplay-tv__panel {
    flex-wrap: wrap;
  }

  .gameplay-tv__badge {
    width: 100%;
  }

  .gameplay-tv__speaker {
    order: 4;
    width: 100%;
    flex: 0 0 100%;
  }

  .gameplay-tv__legs {
    left: 64px;
    right: 64px;
  }

  .brand img,
  .footer-logo {
    width: 128px;
  }

  .hero-visuals {
    min-height: 310px;
  }

  .hero-frog {
    width: min(440px, 92vw);
    right: -12px;
    bottom: -12px;
  }

  .hero-smoke {
    width: min(280px, 72vw);
    right: 14px;
    top: 18px;
  }

  .dossier-scene {
    padding: 18px;
  }

  .dossier-saloon {
    min-height: 500px;
    border-radius: 26px;
  }

  .dossier-saloon__cloud {
    width: 120px;
    height: 38px;
  }

  .dossier-saloon__building {
    bottom: 42px;
    width: 100%;
    height: 330px;
  }

  .dossier-saloon__cornice {
    width: 72%;
    height: 58px;
  }

  .dossier-saloon__balcony {
    top: 150px;
  }

  .dossier-saloon__post {
    height: 132px;
  }

  .dossier-tab--sign {
    width: min(250px, 70%);
    min-height: 96px;
    padding: 14px 16px 18px;
  }

  .dossier-tab--window {
    top: 186px;
    width: 118px;
    min-height: 108px;
    padding: 12px 10px;
  }

  .dossier-tab--window-left {
    left: 6%;
  }

  .dossier-tab--window-right {
    right: 6%;
  }

  .dossier-tab__hint {
    display: none;
  }

  .dossier-saloon__doorway {
    width: 102px;
    height: 136px;
  }

  .dossier-copy {
    padding: 20px;
    gap: 18px;
  }

  .dossier-copy h2 {
    font-size: 1.95rem;
  }

  .token-wheel-card {
    gap: 22px;
  }

  .token-revolver {
    --revolver-scale: 0.72;
    min-height: 330px;
  }

  .token-summary-supply {
    padding: 18px;
  }

  .supply-number {
    max-width: none;
    font-size: 1.55rem;
  }

  .token-item {
    min-height: 74px;
    padding: 18px 18px 18px 20px;
  }

  .token-item span {
    font-size: 1rem;
  }

  .token-item strong {
    font-size: 1.1rem;
  }

  .roadmap-scene {
    border-radius: 28px;
    min-height: 940px;
  }

  .roadmap-panel {
    padding: 22px;
    min-height: 360px;
  }

  .phase-panel__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
