/* ============================================================
   JUST BUNDLE — Landing
   ============================================================ */

/* ---------------- hero ---------------- */
.hero {
  padding: 10.5rem 0 4rem;
  text-align: center;
  position: relative;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: var(--ink-soft);
}
.hero__badge i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--wick);
  box-shadow: 0 0 0 0 var(--wick-soft);
  animation: ping 2.2s var(--ease-out) infinite;
}
@keyframes ping {
  0% { box-shadow: 0 0 0 0 oklch(0.60 0.155 155 / 0.5); }
  70% { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.hero h1 {
  font-size: var(--step-5);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 1.4rem 0 1.1rem;
  font-variation-settings: "opsz" 96;
}
.hero h1 .thin { font-weight: 400; color: var(--ink-soft); }
.hero__sub {
  max-width: 34rem;
  margin: 0 auto 2.2rem;
  font-size: var(--step-1);
  line-height: 1.45;
  color: var(--ink-soft);
}
.hero__cta { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  margin-top: 4.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--ink-faint);
}
.hero__scroll::after {
  content: "";
  width: 1px; height: 42px;
  background: linear-gradient(var(--ink-faint), transparent);
  animation: drip 1.8s var(--ease-out) infinite;
}
@keyframes drip { 0%{transform:scaleY(0);transform-origin:top} 55%{transform:scaleY(1);transform-origin:top} 56%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* the chart — hero centerpiece */
.hero__chart {
  margin: 4rem auto 0;
  max-width: 880px;
  padding: 1.6rem 1.8rem 1.3rem;
  border-radius: var(--radius-lg);
  text-align: left;
  position: relative;
}
.hero__chart-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 1.1rem;
}
.hero__chart-head .pair { font-family: var(--font-display); font-weight: 600; font-size: 1rem; }
.hero__chart-head .pair em { font-style: normal; color: var(--ink-faint); font-weight: 400; }
.hero__chart-head .px { font-family: var(--font-mono); font-size: 0.8rem; color: var(--rug); }
.chart-svg { width: 100%; height: auto; display: block; }
.hero__chart-cap {
  display: flex; justify-content: space-between;
  margin-top: 0.9rem;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em;
  color: var(--ink-faint); text-transform: uppercase;
}

/* floating chips on chart */
.chip {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.chip--rug { top: 18%; right: 12%; color: var(--rug-deep); }
.chip--wap { bottom: 26%; left: 8%; color: var(--wick-deep); }

/* ---------------- launchpad marquee ---------------- */
.pads { padding: 4rem 0 2rem; text-align: center; }
.pads h2 { font-size: var(--step-3); font-weight: 500; letter-spacing: -0.02em; }
.pads h2 .thin { color: var(--ink-faint); font-weight: 400; }
.pads p { color: var(--ink-soft); max-width: 36rem; margin: 1rem auto 2.5rem; }
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  padding: 0.4rem 0;
}
.marquee__track {
  display: flex; gap: 0.9rem;
  width: max-content;
  animation: scroll 34s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }
.pad {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-family: var(--font-display); font-weight: 500; font-size: 0.95rem;
  color: var(--ink-soft);
}
.pad i {
  width: 8px; height: 8px; border-radius: 2px;
  background: var(--hay);
  flex: none;
}
.pad:nth-child(3n) i { background: var(--wick); }
.pad:nth-child(4n) i { background: var(--rug); }
.pad--soon { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; color: var(--ink-faint); }

/* ---------------- numbered sections ---------------- */
.stage { padding: var(--space-4xl) 0 0; position: relative; }
.stage__num {
  position: absolute;
  top: 3rem; right: max(2rem, calc(50% - var(--maxw)/2));
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(6rem, 16vw, 13rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px oklch(0.26 0.02 65 / 0.14);
  pointer-events: none;
  user-select: none;
}
.stage__head { max-width: 46rem; }
.stage__head .mono-tag { display: block; margin-bottom: 1.2rem; color: var(--rug); }
.stage__head h2 { font-size: var(--step-4); font-weight: 600; letter-spacing: -0.025em; }
.stage__head h2 .thin { color: var(--ink-faint); font-weight: 400; }
.stage__head p { margin-top: 1.3rem; font-size: var(--step-1); color: var(--ink-soft); max-width: 34rem; line-height: 1.5; }

.stage__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  margin-top: 3.5rem;
  align-items: stretch;
}
@media (max-width: 900px) { .stage__grid { grid-template-columns: 1fr; } }

.stage__features { display: flex; flex-direction: column; gap: 1.4rem; justify-content: center; }
.feature { padding: 1.6rem 1.8rem; border-radius: var(--radius); }
.feature h3 { font-size: var(--step-1); font-weight: 600; margin-bottom: 0.5rem; letter-spacing: -0.01em; }
.feature p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; }
.feature .mono-tag { display: block; margin-bottom: 0.7rem; }

/* ---------------- UI mocks (shared) ---------------- */
.mock { padding: 1.4rem; border-radius: var(--radius); font-size: 0.85rem; }
.mock__title {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  padding-bottom: 0.9rem; margin-bottom: 0.9rem;
  border-bottom: 1px solid var(--glass-edge);
}
.mock__title .mono-tag { font-size: 0.62rem; }
.mock table { width: 100%; border-collapse: collapse; }
.mock th {
  font-family: var(--font-mono); font-weight: 400; font-size: 0.62rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint);
  text-align: left; padding: 0.4rem 0.5rem;
}
.mock td {
  padding: 0.5rem; font-family: var(--font-mono); font-size: 0.72rem;
  border-top: 1px dashed oklch(0.26 0.02 65 / 0.1);
  color: var(--ink-soft);
}
.mock td:first-child { color: var(--ink); }
.pill {
  display: inline-block; padding: 0.1rem 0.5rem; border-radius: 999px;
  font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--wick-soft); color: var(--wick-deep);
}
.pill--red { background: var(--rug-soft); color: var(--rug-deep); }
.pill--hay { background: oklch(0.82 0.11 88 / 0.35); color: oklch(0.45 0.08 80); }

/* create-mint dialog */
.mint { max-width: 420px; margin-inline: auto; text-align: center; padding: 2rem 1.6rem; }
.mint__token {
  width: 64px; height: 64px; margin: 0 auto 1rem;
  border-radius: 20px;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem;
  background: var(--ink); color: var(--paper);
  transform: rotate(-6deg);
}
.mint h4 { font-size: 1.35rem; font-weight: 600; }
.mint__tick { font-family: var(--font-mono); color: var(--rug); font-size: 0.8rem; margin: 0.3rem 0 0.9rem; }
.mint p { font-size: 0.8rem; color: var(--ink-soft); line-height: 1.5; max-width: 30ch; margin: 0 auto 1.2rem; }
.mint__meta { font-family: var(--font-mono); font-size: 0.68rem; color: var(--ink-faint); margin-bottom: 1.4rem; }
.mint__actions { display: flex; gap: 0.7rem; justify-content: center; }
.mint__actions .btn { padding: 0.6rem 1.3rem; font-size: 0.82rem; }

/* buy mock */
.buy { display: flex; flex-direction: column; gap: 1rem; }
.buy__row { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 0.75rem; color: var(--ink-soft); }
.buy__btn {
  width: 100%; padding: 0.9rem; border-radius: 14px;
  background: var(--wick); color: white;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  box-shadow: 0 10px 24px -10px oklch(0.60 0.155 155 / 0.55);
  transition: transform .3s var(--ease-out), background .2s;
}
.buy__btn:hover { transform: translateY(-2px); background: var(--wick-deep); }

/* deployer action bar */
.actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.actions button {
  padding: 0.7rem 0.4rem; border-radius: 12px;
  background: var(--glass-bg-hi); border: 1px solid var(--glass-line);
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  color: var(--ink-soft); text-transform: uppercase;
  transition: transform .25s var(--ease-out), color .2s, background .2s;
}
.actions button:hover { transform: translateY(-2px); color: var(--ink); }
.actions button.act--sell { background: var(--rug); border-color: var(--rug); color: white; }
.actions button.act--buy { background: var(--wick); border-color: var(--wick); color: white; }

/* section chart */
.stage__chart { padding: 1.2rem; border-radius: var(--radius); }
.stage__chart .hero__chart-head { margin-bottom: 0.7rem; }

/* ---------------- FAQ ---------------- */
.faq { padding: var(--space-4xl) 0; }
.faq__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4rem; align-items: start; }
@media (max-width: 900px) { .faq__grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.faq h2 { font-size: var(--step-4); font-weight: 600; letter-spacing: -0.025em; }
.faq__lead p { color: var(--ink-soft); margin-top: 1.2rem; max-width: 26rem; }
.faq__more { margin-top: 2.2rem; display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.faq__more span { font-family: var(--font-mono); font-size: 0.75rem; color: var(--ink-faint); display: block; font-weight: 400; }

.qa { border-bottom: 1px solid var(--glass-edge); }
.qa__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.4rem 0.2rem; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-1);
  color: var(--ink); letter-spacing: -0.01em;
}
.qa__q i {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--glass-bg-hi); border: 1px solid var(--glass-line);
  font-style: normal; font-family: var(--font-mono); font-size: 0.9rem;
  transition: transform 0.4s var(--ease-out), background 0.25s;
}
.qa.open .qa__q i { transform: rotate(45deg); background: var(--ink); color: var(--paper); }
.qa__a {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease-out);
}
.qa.open .qa__a { grid-template-rows: 1fr; }
.qa__a > div { overflow: hidden; }
.qa__a p { padding: 0 3rem 1.5rem 0.2rem; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; }

/* ---------------- footer ---------------- */
.footer { padding: 5rem 0 2.5rem; position: relative; }
.footer__card { padding: 3rem 3rem 2rem; border-radius: var(--radius-lg); }
.footer__cols {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--glass-edge);
}
@media (max-width: 800px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
.footer__brand p { color: var(--ink-soft); font-size: 0.9rem; max-width: 24ch; margin-top: 0.9rem; }
.footer h5 {
  font-family: var(--font-mono); font-weight: 400; font-size: 0.66rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint);
  margin-bottom: 1.1rem;
}
.footer li { list-style: none; margin-bottom: 0.7rem; }
.footer li a { font-size: 0.92rem; color: var(--ink-soft); transition: color .2s; }
.footer li a:hover { color: var(--ink); }
.footer__big {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(4rem, 14vw, 11rem); line-height: 0.95;
  letter-spacing: -0.03em; text-align: center;
  color: oklch(0.26 0.02 65 / 0.07);
  margin: 2.5rem 0 1rem; user-select: none;
}
.footer__base {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em;
  color: var(--ink-faint); text-transform: uppercase;
}

/* ---------------- app window (hero product shot) ---------------- */
.app {
  margin: 3.5rem auto 0;
  max-width: 940px;
  border-radius: var(--radius-lg);
  text-align: left;
  overflow: hidden;
}
.app__bar {
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid var(--glass-edge);
  background: var(--glass-bg-hi);
}
.app__dots { display: flex; gap: 6px; }
.app__dots i { width: 10px; height: 10px; border-radius: 50%; background: oklch(0.26 0.02 65 / 0.16); }
.app__url { flex: 1; text-align: center; font-size: 0.66rem; }
.app__live {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em;
  color: var(--wick-deep);
}
.app__live i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--wick);
  animation: ping 2s var(--ease-out) infinite;
}
.app__body {
  display: grid;
  grid-template-columns: 120px 1fr 190px;
  min-height: 340px;
}
@media (max-width: 760px) {
  .app__body { grid-template-columns: 1fr; }
  .app__side, .app__right { display: none; }
}
.app__side {
  border-right: 1px solid var(--glass-edge);
  padding: 1rem 0.8rem;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.app__nav {
  font-size: 0.78rem; font-weight: 500; color: var(--ink-faint);
  padding: 0.45rem 0.7rem; border-radius: 9px;
}
.app__nav.on { background: var(--rug-soft); color: var(--rug-deep); font-weight: 600; }
.app__main { padding: 1.1rem 1.2rem; display: flex; flex-direction: column; min-width: 0; }
.app__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.7rem; }
.app__pair { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; }
.app__pair em { font-style: normal; color: var(--ink-faint); font-weight: 400; }
.app__px { font-size: 0.8rem; color: var(--ink-soft); display: block; margin-top: 0.15rem; }
.app__chg { font-family: var(--font-mono); font-size: 0.75rem; color: var(--wick-deep); }
.app__chg.down { color: var(--rug-deep); }
.app__chart { width: 100%; height: 150px; flex: none; }
.app__feed {
  margin-top: 0.9rem; border-top: 1px solid var(--glass-edge);
  padding-top: 0.6rem;
  display: flex; flex-direction: column; gap: 0.3rem;
  min-height: 96px;
  font-family: var(--font-mono); font-size: 0.66rem; color: var(--ink-soft);
  overflow: hidden;
}
.feed__row {
  display: flex; justify-content: space-between; gap: 1rem;
  opacity: 0; transform: translateY(-6px);
  animation: feedin 0.5s var(--ease-out) forwards;
}
@keyframes feedin { to { opacity: 1; transform: none; } }
.feed__row .up { color: var(--wick-deep); }
.feed__row .down { color: var(--rug-deep); }
.app__right {
  border-left: 1px solid var(--glass-edge);
  padding: 1rem 0.9rem;
  display: flex; flex-direction: column; gap: 0.9rem;
}
.app__panel {
  background: var(--glass-bg-hi);
  border: 1px solid var(--glass-line);
  border-radius: 12px;
  padding: 0.8rem;
}
.app__panel > .mono-tag { display: block; margin-bottom: 0.6rem; font-size: 0.6rem; }
.app__wallet {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-mono); font-size: 0.68rem; color: var(--ink-soft);
  padding: 0.3rem 0;
}
.app__wallet b { color: var(--ink); font-weight: 400; }
.app__acts { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }
.app__acts button {
  padding: 0.45rem 0.3rem; border-radius: 9px;
  background: var(--paper); border: 1px solid var(--glass-edge);
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.06em;
  color: var(--ink-soft); text-transform: uppercase;
  transition: transform .25s var(--ease-out), background .2s, color .2s;
}
.app__acts button:hover { transform: translateY(-1px); color: var(--ink); }
.app__acts .a-buy { background: var(--wick); border-color: var(--wick); color: #fff; }
.app__acts .a-sell { background: var(--rug); border-color: var(--rug); color: #fff; }

/* ---------- staged liveness (revealed mocks) ---------- */
.rv.in .tbl tbody tr, .rv.in table tbody tr {
  opacity: 0; transform: translateY(8px);
  animation: rowin .5s var(--ease-out) forwards;
}
.rv.in table tbody tr:nth-child(1) { animation-delay: .05s; }
.rv.in table tbody tr:nth-child(2) { animation-delay: .15s; }
.rv.in table tbody tr:nth-child(3) { animation-delay: .25s; }
.rv.in table tbody tr:nth-child(4) { animation-delay: .35s; }
.rv.in table tbody tr:nth-child(5) { animation-delay: .45s; }
.rv.in table tbody tr:nth-child(6) { animation-delay: .55s; }
@keyframes rowin { to { opacity: 1; transform: none; } }

/* acquire mock: living progress bar */
.buy__bar {
  height: 6px; border-radius: 99px; margin: 0.9rem 0 0.5rem;
  background: oklch(0.26 0.02 65 / 0.08); overflow: hidden;
}
.buy__bar i {
  display: block; height: 100%; width: 0;
  border-radius: 99px; background: var(--wick);
  transition: width 2.4s var(--ease-out);
  position: relative;
}
.buy__bar i::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: translateX(-100%);
  animation: shimmer 2.2s ease-in-out infinite;
}
@keyframes shimmer { 60%,100% { transform: translateX(100%); } }
.rv.in .buy__bar i { width: 62%; }
.buy__foot { display: flex; justify-content: space-between; align-items: center; }
.buy__foot .mono-tag { color: var(--wick-deep); }

/* stage chart: the sell candle breathes */
.bigred {
  transform-origin: 221px 80px;
  animation: redpulse 2.6s ease-in-out infinite;
}
@keyframes redpulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.94); opacity: 0.88; }
}

/* funder row: ETH column shimmer while distributing */
.rv.in .pill--hay { animation: pillpulse 2s ease-in-out 3; }
@keyframes pillpulse { 50% { opacity: 0.55; } }

/* holder rows: subtle fill sweep */
.rv.in .buy h4, .rv.in .mint__token { animation: tokenpop .7s var(--ease-out) .2s both; }
@keyframes tokenpop { from { transform: scale(.85); opacity: 0; } }

/* ============================================================
   MOTION PASS — entrance, cursor light, tilt, parallax
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {

/* ---- hero entrance choreography ---- */
@keyframes rise { from { opacity: 0; transform: translateY(26px); } }
.hero__badge { animation: rise .8s var(--ease-out) .05s backwards; }
.hero__sub   { animation: rise .8s var(--ease-out) .42s backwards; }
.hero__cta   { animation: rise .8s var(--ease-out) .56s backwards; }
.hero__scroll{ animation: rise .8s var(--ease-out) 1.1s backwards; }
.hero .app.rv { transform: translateY(54px) scale(.965); }
.hero .app.rv.in { transform: none; }

/* masked line reveal on the h1 */
.hline { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
.hline > span { display: inline-block; transform: translateY(115%); animation: hlinein 1.05s var(--ease-out) forwards; }
.hero h1 .hline:nth-of-type(1) > span { animation-delay: .16s; }
.hero h1 .hline:nth-of-type(2) > span { animation-delay: .26s; }
.hero h1 .hline:nth-of-type(3) > span { animation-delay: .36s; }
@keyframes hlinein { to { transform: none; } }

/* ---- nav gains weight on scroll ---- */
.nav { transition: box-shadow .4s var(--ease-out), transform .4s var(--ease-out); }
.nav.scrolled { box-shadow: 0 1px 0 oklch(1 0 0 / 0.9) inset, 0 18px 40px -14px oklch(0.30 0.03 70 / 0.35); }

/* ---- cursor spotlight on glass ---- */
.mock, .feature, .footer__card, .app__panel { position: relative; }
.mock::after, .feature::after, .footer__card::after, .app__panel::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%),
              oklch(0.60 0.155 155 / 0.09), transparent 70%);
}
.mock:hover::after, .feature:hover::after,
.footer__card:hover::after, .app__panel:hover::after { opacity: 1; }

/* ---- tilt targets (JS drives inline transform) ---- */
.tilt { transition: transform .18s ease-out; will-change: transform; }
.tilt.settle { transition: transform .7s var(--ease-out); }

/* ---- stage numbers drift on scroll (JS sets --numy) ---- */
.stage__num { transform: translateY(var(--numy, 0)); will-change: transform; }

/* ---- solid button shine sweep ---- */
.btn--solid { position: relative; overflow: hidden; }
.btn--solid::after {
  content: ""; position: absolute; top: -10%; bottom: -10%; left: -90%;
  width: 55%; transform: skewX(-22deg);
  background: linear-gradient(100deg, transparent, oklch(1 0 0 / 0.32), transparent);
  transition: left .65s var(--ease-out);
}
.btn--solid:hover::after { left: 140%; }

/* ---- hero app window: nav hover affordance ---- */
.app__nav { transition: background .35s, color .35s; border-radius: 9px; }

/* ---- pads lift ---- */
.pad { transition: transform .3s var(--ease-out), color .2s; }
.pad:hover { transform: translateY(-3px); color: var(--ink); }

/* ---- feature cards: quiet lift ---- */
.feature { transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out); }
.feature:hover { transform: translateY(-3px); }
}

/* ============================================================
   SCROLL-SCRUBBED SHOWCASE — codos-style sticky steps
   ============================================================ */
#ambient {
  position: fixed; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.nav, .hero, .pads, .stage, .faq, .footer { position: relative; z-index: 1; }

.scrub { height: 420vh; position: relative; z-index: 1; }
.scrub__sticky {
  position: sticky; top: 0; height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.scrub__in {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem; align-items: center; width: 100%;
}
@media (max-width: 900px) {
  .scrub { height: auto; }
  .scrub__sticky { position: static; height: auto; padding: 4rem 0; }
  .scrub__in { grid-template-columns: 1fr; gap: 2rem; }
  .scrub__panel { position: relative !important; opacity: 1 !important; transform: none !important; margin-bottom: 1rem; }
}

.scrub__rail .mono-tag { color: var(--rug); display: block; margin-bottom: 1rem; }
.scrub__title { font-size: var(--step-4); font-weight: 600; letter-spacing: -0.025em; margin-bottom: 2.2rem; }
.scrub__title .thin { color: var(--ink-faint); font-weight: 400; }

.scrub__steps { display: flex; flex-direction: column; gap: 0.4rem; }
.scrub__step {
  display: flex; gap: 0.9rem; align-items: flex-start;
  padding: 0.85rem 1rem; border-radius: 14px;
  opacity: 0.38; transition: opacity .4s var(--ease-out), background .4s, transform .4s var(--ease-out);
  transform: translateX(0);
}
.scrub__step.on { opacity: 1; background: var(--glass-bg-hi); transform: translateX(6px); box-shadow: var(--glass-shadow); }
.scrub__step b {
  font-family: var(--font-mono); font-size: 0.66rem; font-weight: 400;
  color: var(--ink-faint); padding-top: 0.2rem; transition: color .3s;
}
.scrub__step.on b { color: var(--rug); }
.scrub__step h4 { font-size: 0.98rem; font-weight: 600; letter-spacing: -0.01em; }
.scrub__step p { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.1rem; }

.scrub__bar {
  margin-top: 1.8rem; height: 3px; border-radius: 99px;
  background: oklch(0.26 0.02 65 / 0.08); overflow: hidden;
}
.scrub__bar i { display: block; height: 100%; width: 0; background: var(--rug); border-radius: 99px; }

/* panels — JS drives opacity/transform/--sp */
.scrub__stage { position: relative; min-height: 480px; }
.scrub__panel {
  position: absolute; inset: 0; margin: auto;
  max-width: 460px; height: fit-content; max-height: 460px;
  padding: 1.4rem 1.5rem; border-radius: var(--radius-lg);
  font-size: 0.82rem; opacity: 0;
  display: flex; flex-direction: column; gap: 0.55rem;
  box-shadow: var(--glass-shadow), 0 40px 80px -30px oklch(0.30 0.03 70 / 0.3);
  will-change: transform, opacity;
}
.scrub__panel .mock__title { padding-bottom: 0.8rem; margin-bottom: 0.3rem; }

.sgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem; }
.srow {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.7rem; color: var(--ink-soft);
  padding: 0.45rem 0.6rem; border-radius: 9px;
  background: var(--glass-bg-hi); border: 1px solid var(--glass-line);
  opacity: clamp(0, calc(var(--sp, 0) * 10 - var(--i, 0)), 1);
  transform: translateY(clamp(0px, calc((1 - min(1, max(0, var(--sp, 0) * 10 - var(--i, 0)))) * 14px), 14px));
}
.srow b { color: var(--ink); font-weight: 400; }
.srow .pill { margin-left: auto; font-size: 0.55rem; }
.srow.mono-tag { background: none; border: none; padding-left: 0.6rem; }

.sfill { height: 7px; border-radius: 99px; background: oklch(0.26 0.02 65 / 0.09); overflow: hidden; margin: 0.3rem 0; }
.sfill__bar {
  display: block; height: 100%; border-radius: 99px;
  width: calc(var(--sp, 0) * 100%);
  background: linear-gradient(90deg, var(--wick), var(--wick-deep));
}
.smint { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.5rem; }
.smint .mint__token { width: 48px; height: 48px; font-size: 1rem; margin: 0; border-radius: 15px; }
.schart { width: 100%; height: auto; display: block; margin: 0.2rem 0; }
.bigred2 { transform-origin: 270px 62px; animation: redpulse 2.6s ease-in-out infinite; }

/* masked line reveal on section heads (JS splits into .hline) */
@media (prefers-reduced-motion: no-preference) {
  .rv .hline > span { transform: translateY(115%); animation: none; transition: transform 1s var(--ease-out); }
  .rv.in .hline > span { transform: none; }
}

/* ============================================================
   POLISH PASS 2 — grain, scroll progress, hero satellites, CTA
   ============================================================ */

/* film grain over everything (below nav) */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
}

/* page scroll progress — top hairline */
.scrollbar { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 120; }
.scrollbar i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--wick), var(--rug));
}

/* ---- hero satellites: floating chips around the app window ---- */
.hero { overflow: visible; }
.fchip { position: absolute; z-index: 2; will-change: transform; }
.fchip--a { top: 38%; right: 4%; }
.fchip--b { bottom: 26%; left: 3%; }
.fchip--c { bottom: 10%; right: 9%; }
.fchip__in {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.06em;
  color: var(--ink-soft); padding: 0.55rem 0.9rem; border-radius: 999px;
  animation: bob 5.5s ease-in-out infinite;
}
.fchip--b .fchip__in { animation-delay: -1.8s; }
.fchip--c .fchip__in { animation-delay: -3.4s; }
.fd { width: 7px; height: 7px; border-radius: 50%; background: var(--hay); }
.fd.g { background: var(--wick); } .fd.r { background: var(--rug); }
@keyframes bob { 50% { transform: translateY(-9px); } }
@media (max-width: 1100px) { .fchip { display: none; } }

/* glow beneath the hero product window */
.hero .app { position: relative; }
.hero .app::before {
  content: ""; position: absolute; inset: 8% -6% -8% -6%; z-index: -1;
  background:
    radial-gradient(45% 55% at 30% 60%, oklch(0.60 0.155 155 / 0.16), transparent 70%),
    radial-gradient(45% 55% at 72% 40%, oklch(0.575 0.21 27 / 0.12), transparent 70%);
  filter: blur(30px);
}
.hero .app { box-shadow: var(--glass-shadow), 0 60px 120px -40px oklch(0.30 0.03 70 / 0.35); }

/* ---- closing CTA ---- */
.cta { padding: var(--space-4xl) 0 0; }
.cta__card {
  text-align: center; padding: 4.5rem 2rem;
  border-radius: var(--radius-lg); position: relative; overflow: hidden;
}
.cta__card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(50% 60% at 20% 0%, oklch(0.60 0.155 155 / 0.12), transparent 65%),
    radial-gradient(50% 60% at 80% 100%, oklch(0.575 0.21 27 / 0.10), transparent 65%);
}
.cta__card h2 { font-size: var(--step-4); font-weight: 600; letter-spacing: -0.025em; margin: 1rem 0 0.6rem; }
.cta__card h2 .thin { color: var(--ink-faint); font-weight: 400; }
.cta__card .sub { color: var(--ink-soft); margin-bottom: 1.8rem; }
.cta__card .mono-tag { color: var(--rug); }
