:root {
  --ink: #f4eadb;
  --muted: #bda997;
  --night: #0d0908;
  --brown-1: #1a0f0a;
  --brown-2: #2a1710;
  --copper: #c9814a;
  --copper-light: #edb06f;
  --moss: #91a56b;
  --blue: #6e9fa8;
  --rust: #a84835;
  --line: rgba(244, 234, 219, .13);
  --card: rgba(39, 22, 15, .74);
  --radius: 28px;
  --shadow: 0 22px 80px rgba(0,0,0,.46);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 13% 10%, rgba(169, 72, 53, .16), transparent 25rem),
    radial-gradient(circle at 85% 22%, rgba(110, 159, 168, .12), transparent 24rem),
    linear-gradient(180deg, #0b0706 0%, #160c08 48%, #0b0706 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 75%);
  z-index: -1;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .045;
  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");
}
.cursor-glow {
  position: fixed; width: 360px; height: 360px; border-radius: 50%; pointer-events: none; z-index: -1;
  background: radial-gradient(circle, rgba(201,129,74,.12), transparent 68%);
  transform: translate(-50%, -50%); left: 50%; top: 20%; transition: opacity .25s;
}

.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40; padding: 14px 0;
  background: linear-gradient(to bottom, rgba(8,5,4,.9), rgba(8,5,4,.32), transparent);
}
.nav {
  min-height: 64px; padding: 10px 12px 10px 16px; border: 1px solid var(--line); border-radius: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(22, 13, 9, .72); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(0,0,0,.24);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .06em; font-size: .83rem; }
.brand img { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.nav-links { display: flex; gap: 26px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.nav-links a { transition: color .2s, transform .2s; }
.nav-links a:hover { color: var(--ink); transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.04); font-weight: 900; transition: transform .2s, background .2s, border-color .2s; }
.icon-btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); border-color: rgba(237,176,111,.32); }
.icon-btn svg, .telegram-btn svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.telegram-icon { color: #8fc8d9; }
.telegram-btn { color: #d9edf2; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent;
  border-radius: 16px; background: linear-gradient(135deg, var(--copper-light), var(--copper)); color: #170d08; font-weight: 950; letter-spacing: .025em;
  box-shadow: 0 12px 30px rgba(201,129,74,.18), inset 0 1px rgba(255,255,255,.32); transition: transform .2s, box-shadow .2s, filter .2s;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(201,129,74,.28); filter: saturate(1.08); }
.btn-small { min-height: 42px; padding: 0 16px; border-radius: 13px; font-size: .79rem; }
.btn-large { min-height: 60px; padding-inline: 30px; }
.btn-ghost { color: var(--ink); background: rgba(255,255,255,.045); border-color: var(--line); box-shadow: none; }
.btn-ghost:hover { background: rgba(255,255,255,.09); box-shadow: none; }

.hero { min-height: 100vh; padding-top: 132px; padding-bottom: 92px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.15fr); gap: 30px; align-items: center; position: relative; }
.hero-copy { min-width: 0; padding-bottom: 24px; position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--copper-light); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--moss); box-shadow: 0 0 0 6px rgba(145,165,107,.13); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
h1 { font-size: clamp(4.2rem, 6vw, 7.15rem); line-height: .84; max-width: 560px; margin-top: 24px; text-shadow: 0 10px 40px rgba(0,0,0,.28); }
h1 em { color: var(--copper-light); font-weight: inherit; }
h2 { font-size: clamp(3rem, 5.3vw, 5.8rem); line-height: .94; }
h3 { font-size: 1.7rem; }
.hero-lede { max-width: 650px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; margin: 28px 0 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions.centered { justify-content: center; }
.contract { margin-top: 17px; width: min(100%, 610px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--muted); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 15px; padding: 12px 14px; cursor: pointer; text-align: left; }
.contract span, .contract b { color: var(--copper-light); font-size: .68rem; letter-spacing: .12em; }
.contract code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.hero-visual {
  position: relative;
  width: min(760px, 100%);
  justify-self: end;
  align-self: center;
  z-index: 1;
  transform: translateX(18px);
}
.hero-poster { position: relative; border-radius: 32px; overflow: hidden; border: 1px solid rgba(237,176,111,.27); box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .16s ease-out; background: #100906; }
.hero-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.1), transparent 22%, transparent 72%, rgba(145,165,107,.1)); pointer-events: none; }
.hero-poster img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }
.poster-badge { position: absolute; right: 18px; bottom: 18px; background: var(--moss); color: #0d1108; border-radius: 999px; padding: 10px 14px; font-size: .66rem; font-weight: 950; letter-spacing: .12em; transform: translateZ(35px) rotate(-2deg); }
.ticker { position: absolute; left: 50%; bottom: 6px; width: 100vw; transform: translateX(-50%); overflow: hidden; border-block: 1px solid var(--line); background: rgba(14,8,6,.76); }
.ticker-track { min-width: max-content; display: flex; gap: 27px; padding: 15px 0; align-items: center; color: var(--muted); font-size: .8rem; font-weight: 900; letter-spacing: .13em; animation: ticker 26s linear infinite; }
.ticker-track i { color: var(--copper); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-heading { max-width: 820px; margin-bottom: 52px; }
.section-heading h2 { margin-top: 14px; }
.section-heading p { color: var(--muted); max-width: 650px; line-height: 1.75; font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 34px; }
.lore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lore-card, .stat, .step { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.018)); border-radius: var(--radius); padding: 30px; position: relative; overflow: hidden; }
.lore-card::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -75px; top: -75px; background: radial-gradient(circle, rgba(201,129,74,.18), transparent 70%); }
.lore-card:nth-child(2)::before { background: radial-gradient(circle, rgba(110,159,168,.18), transparent 70%); }
.lore-card:nth-child(3)::before { background: radial-gradient(circle, rgba(145,165,107,.18), transparent 70%); }
.number { display: block; margin-bottom: 44px; color: var(--copper-light); font-weight: 950; letter-spacing: .12em; }
.lore-card p, .step p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.puppet-section { background: linear-gradient(180deg, rgba(110,159,168,.055), rgba(145,165,107,.04)); border-block: 1px solid var(--line); }
.puppet-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 54px; }
.puppet-copy p { color: var(--muted); line-height: 1.75; max-width: 510px; }
.puppet-copy h2 { margin: 14px 0 22px; }
.lab-controls { margin: 30px 0 22px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.17); }
.lab-controls label { display: block; margin-bottom: 14px; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lab-controls input { width: 100%; accent-color: var(--copper); }
.meter-labels { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .72rem; margin-top: 10px; }
.meter-labels strong { color: var(--copper-light); }
.puppet-stage { min-height: 580px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 36px; overflow: hidden; background:
  radial-gradient(circle at 50% 75%, rgba(201,129,74,.18), transparent 26%),
  radial-gradient(circle at 50% 20%, rgba(110,159,168,.12), transparent 26%),
  linear-gradient(180deg, #170d09, #0d0806); box-shadow: var(--shadow); perspective: 900px; outline: none;
}
.puppet-stage::before { content: ""; position: absolute; left: 0; right: 0; bottom: 16%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); }
.puppet { width: min(620px, 86%); height: 330px; position: relative; transform-style: preserve-3d; transition: transform .18s ease-out, filter .2s; z-index: 3; }
.table-body { position: absolute; left: 21%; top: 21%; width: 70%; height: 36%; border-radius: 42px 26px 34px 42px; background: url('images/fur-body.webp') center / cover no-repeat; box-shadow: inset 0 0 24px rgba(0,0,0,.25), 0 12px 40px rgba(0,0,0,.33); z-index: 4; }
.table-head { position: absolute; width: 42%; left: -2%; top: 2%; filter: drop-shadow(0 12px 18px rgba(0,0,0,.35)); z-index: 10; pointer-events: none; }
.leg { position: absolute; top: 49%; width: 7%; height: 73%; border-radius: 0 0 45% 45%; transform-origin: 50% 0; background: url('images/fur-body.webp') 60% center / 470% 160% no-repeat; box-shadow: inset 0 -12px 20px rgba(0,0,0,.16), 0 12px 14px rgba(0,0,0,.18); transition: transform .16s ease-out; }
.leg::after { content: ""; position: absolute; left: -10%; bottom: -4%; width: 122%; height: 22%; border-radius: 55% 45% 35% 35%; background: inherit; transform: skewX(-8deg); box-shadow: 0 6px 10px rgba(0,0,0,.25); }
.leg-a { left: 19%; z-index: 3; height: 54%; }
.leg-b { left: 47%; z-index: 5; }
.leg-c { left: 69%; width: 7%; height: 45%; z-index: 2; filter: brightness(.76); }
.leg-d { left: 83%; z-index: 5; width: 7%; height: 55%; filter: brightness(.76); }
.puppet-strings { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.puppet-strings i { position: absolute; top: 0; width: 1px; height: 47%; background: linear-gradient(to bottom, rgba(237,176,111,.65), rgba(237,176,111,.04)); transform-origin: top center; transition: transform .15s ease-out; }
.puppet-strings i:nth-child(1) { left: 30%; }
.puppet-strings i:nth-child(2) { left: 46%; }
.puppet-strings i:nth-child(3) { left: 64%; }
.puppet-strings i:nth-child(4) { left: 79%; }
.floor-shadow { position: absolute; width: 66%; height: 9%; left: 19%; bottom: 14%; border-radius: 50%; background: rgba(0,0,0,.62); filter: blur(15px); }
.stage-tip { position: absolute; right: 18px; bottom: 16px; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.puppet-stage.skittering .puppet { animation: skitter .55s steps(4) 2; }
.puppet-stage.skittering .leg-a, .puppet-stage.skittering .leg-c { animation: kickA .18s ease-in-out 6 alternate; }
.puppet-stage.skittering .leg-b, .puppet-stage.skittering .leg-d { animation: kickB .18s ease-in-out 6 alternate; }
@keyframes skitter { 0%{transform:translateX(0) rotate(0)} 33%{transform:translateX(-18px) rotate(-2deg)} 66%{transform:translateX(22px) rotate(2deg)} 100%{transform:translateX(0)} }
@keyframes kickA { to{transform:rotate(15deg) translateY(-8px)} }
@keyframes kickB { to{transform:rotate(-14deg) translateY(-5px)} }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat strong { display: block; font-family: Georgia, serif; font-size: clamp(2.6rem, 4vw, 4.6rem); color: var(--copper-light); margin-bottom: 22px; }
.stat span { color: var(--muted); line-height: 1.5; font-weight: 700; }
.token-section { border-block: 1px solid var(--line); background: rgba(0,0,0,.16); }
.token-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.token-image { position: relative; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.token-image img { aspect-ratio: 1; object-fit: cover; }
.stamp { position: absolute; right: 22px; bottom: 22px; padding: 12px 16px; border: 2px solid var(--rust); color: #f4b8aa; transform: rotate(-4deg); font-weight: 950; letter-spacing: .12em; font-size: .72rem; }
.token-copy h2 { margin: 14px 0 22px; }
.token-copy > p { color: var(--muted); line-height: 1.7; }
.token-list { margin-top: 28px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.token-list div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.token-list div:last-child { border-bottom: 0; }
.token-list span { color: var(--muted); }
.token-list b { color: var(--copper-light); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step b { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: rgba(201,129,74,.14); color: var(--copper-light); margin-bottom: 40px; }
.center-cta { display: flex; justify-content: center; margin-top: 34px; }
.faq-list { max-width: 900px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 1.5rem; padding: 24px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--copper-light); }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); line-height: 1.7; max-width: 720px; padding: 0 40px 24px 0; margin: 0; }
.final-cta { padding: 110px 0; text-align: center; background: radial-gradient(circle at center, rgba(201,129,74,.18), transparent 36%); }
.final-cta h2 { max-width: 900px; margin: 16px auto 32px; }
footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner p { margin: 0; text-align: center; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; padding-bottom: 82px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { order: -1; position: relative; width: 100%; max-width: 820px; justify-self: center; transform: none; }
  h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .puppet-layout, .token-layout { grid-template-columns: 1fr; }
  .puppet-stage { min-height: 520px; }
  .stats-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .lore-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 22px, 1180px); }
  .nav-wrap { padding-top: 8px; }
  .nav { min-height: 58px; border-radius: 17px; }
  .brand span, .nav-actions [data-x-link] { display: none; }
  .hero { padding-top: 94px; }
  .hero-poster { border-radius: 22px; }
  .hero-poster img { aspect-ratio: 1.55 / 1; object-position: 58% center; }
  .poster-badge { font-size: .56rem; right: 10px; bottom: 10px; }
  .section { padding: 84px 0; }
  h2 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .contract { grid-template-columns: auto 1fr; }
  .contract b { display: none; }
  .puppet-stage { min-height: 390px; }
  .puppet { transform: scale(.78); }
  .stats-grid, .steps { grid-template-columns: 1fr; }
  .token-layout { gap: 36px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner .brand { justify-content: center; }
}

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

/* Pre-launch contract state */
.contract.is-soon { cursor: default; }
.contract.is-soon code { color: var(--ink); font-weight: 900; letter-spacing: .12em; }

/* HERO CHARACTER OVERRIDE */
.hero-visual{position:relative;width:min(760px,100%);justify-self:end;align-self:center;z-index:1;transform:none;display:flex;align-items:center;justify-content:center;overflow:visible;}
.hero-character{display:block;width:112%;max-width:820px;height:auto;object-fit:contain;transform:translate(18px,0);filter:drop-shadow(0 24px 30px rgba(0,0,0,.42));}
@media (max-width:980px){.hero-visual{width:100%;transform:none}.hero-character{width:100%;max-width:720px;transform:none}}


/* v6 hero cleanup */
.hero-copy h1 { overflow-wrap: anywhere; }
.hero-visual { isolation: isolate; }
.hero-character {
  --offset-x: 18px;
  --offset-y: 0px;
  position: relative;
  animation: heroIdle 4.8s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.40)) saturate(1.01) contrast(1.02);
}
.hero-character:hover { animation-duration: 2.9s; }
@keyframes heroIdle {
  0%, 100% { transform: translate(var(--offset-x), var(--offset-y)) rotate(-0.8deg) scale(1); }
  50% { transform: translate(var(--offset-x), calc(var(--offset-y) - 10px)) rotate(1deg) scale(1.012); }
}
@media (max-width:980px){
  .hero-character{--offset-x:0px; --offset-y:0px;}
}


/* =========================
   v7 paper background theme
   ========================= */
:root {
  --ink: #2f241a;
  --muted: #6d5c4b;
  --night: #efe2ca;
  --brown-1: #e8d9bf;
  --brown-2: #dcc7a8;
  --copper: #bb7b48;
  --copper-light: #d99761;
  --moss: #8c9462;
  --blue: #7f9ea3;
  --rust: #9e5d48;
  --line: rgba(90, 67, 47, .18);
  --card: rgba(255, 249, 239, .68);
  --shadow: 0 16px 50px rgba(92, 71, 48, .10);
}
body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(204, 144, 97, .17), transparent 22rem),
    radial-gradient(circle at 88% 18%, rgba(140, 148, 98, .10), transparent 19rem),
    radial-gradient(circle at 48% 38%, rgba(255,255,255,.20), transparent 20rem),
    linear-gradient(180deg, #f2e6d1 0%, #ebdcc4 48%, #e5d5bc 100%);
}
body::before {
  z-index: -1;
  opacity: .72;
  background:
    radial-gradient(ellipse at 20% 14%, rgba(255,255,255,.45), transparent 24%),
    radial-gradient(ellipse at 80% 22%, rgba(255,255,255,.22), transparent 20%),
    radial-gradient(ellipse at 52% 72%, rgba(170,140,110,.08), transparent 20%),
    linear-gradient(115deg, rgba(120,90,60,.06) 0 2px, transparent 2px 48px),
    linear-gradient(65deg, rgba(255,255,255,.18) 0 1px, transparent 1px 34px),
    linear-gradient(155deg, rgba(120,90,60,.04) 0 1px, transparent 1px 38px);
  background-size: auto, auto, auto, 220px 220px, 170px 170px, 200px 200px;
  mask-image: none;
}
.noise { opacity: .03; mix-blend-mode: multiply; }
.cursor-glow {
  background: radial-gradient(circle, rgba(214,160,110,.12), transparent 68%);
  z-index: 0;
}
.nav-wrap {
  background: linear-gradient(to bottom, rgba(242,231,212,.92), rgba(242,231,212,.55), transparent);
}
.nav {
  background: rgba(255, 249, 238, .72);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(92, 71, 48, .08);
}
.brand img { border: 1px solid rgba(90,67,47,.15); }
.nav-links { color: var(--muted); }
.icon-btn {
  background: rgba(255,255,255,.42);
  border-color: var(--line);
}
.icon-btn:hover { background: rgba(255,255,255,.8); }
.telegram-icon { color: #557e8d; }
.telegram-btn { color: var(--ink); }
.btn {
  color: #24180f;
  box-shadow: 0 10px 24px rgba(187,123,72,.18), inset 0 1px rgba(255,255,255,.28);
}
.btn-ghost {
  background: rgba(255,255,255,.34);
  border-color: var(--line);
  color: var(--ink);
}
.btn-ghost:hover { background: rgba(255,255,255,.64); }
.hero-lede, .section-heading p, .lore-card p, .step p, .token-copy > p, details p, .stat span, .meter-labels, .stage-tip, .token-list span, .footer-inner p {
  color: var(--muted);
}
h1, h2, h3, summary, .brand, .nav-actions, .contract code { color: var(--ink); }
.contract {
  background: rgba(255,255,255,.34);
  border-color: var(--line);
}
.hero-poster,
.token-image,
.puppet-stage,
.lore-card, .stat, .step,
.nav,
.lab-controls,
.token-list,
.faq-list details,
.contract {
  backdrop-filter: blur(6px);
}
.lore-card, .stat, .step {
  background: linear-gradient(145deg, rgba(255,255,255,.52), rgba(255,248,236,.36));
  box-shadow: 0 14px 35px rgba(92, 71, 48, .08);
}
.number, .stat strong, .meter-labels strong, .token-list b, summary::after, .contract span, .contract b, .eyebrow, .kicker { color: var(--copper); }
.eyebrow i { background: var(--moss); box-shadow: 0 0 0 6px rgba(140,148,98,.18); }
.puppet-section {
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(220,199,168,.18));
  border-block: 1px solid var(--line);
}
.lab-controls {
  background: rgba(255,255,255,.28);
  border-color: var(--line);
}
.puppet-stage {
  background:
    radial-gradient(circle at 50% 75%, rgba(214,160,110,.14), transparent 26%),
    radial-gradient(circle at 50% 20%, rgba(136, 165, 170, .10), transparent 24%),
    linear-gradient(180deg, #efe0c6, #e2cfb3);
  box-shadow: 0 20px 60px rgba(92, 71, 48, .12);
}
.puppet-stage::before { background: linear-gradient(90deg, transparent, rgba(90,67,47,.22), transparent); }
.puppet-strings i { background: linear-gradient(to bottom, rgba(163, 121, 80, .55), rgba(163, 121, 80, .05)); }
.floor-shadow { background: rgba(110, 86, 60, .22); filter: blur(18px); }
.token-section { border-block: 1px solid var(--line); background: rgba(255,255,255,.14); }
.token-image { background: rgba(255,255,255,.35); }
.stamp { color: #8a5140; border-color: rgba(158,93,72,.56); background: rgba(255,248,244,.35); }
.token-list div { border-bottom-color: var(--line); }
.faq-list { max-width: 900px; }
details { border-top-color: var(--line); }
details:last-child { border-bottom-color: var(--line); }
.final-cta {
  background: radial-gradient(circle at center, rgba(214,160,110,.16), transparent 36%);
}
footer { border-top-color: var(--line); }
.hero-character {
  filter: drop-shadow(0 20px 25px rgba(92,71,48,.18)) saturate(1.01) contrast(1.02);
}
