:root {
  --bg: #080809;
  --panel: rgba(18, 18, 20, 0.78);
  --panel-strong: rgba(24, 24, 27, 0.94);
  --text: #f6f6f7;
  --muted: #9b9ba3;
  --line: rgba(255, 255, 255, 0.105);
  --gold: #e7ad3a;
  --gold-bright: #ffd56d;
  --content: 1180px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-bg,
.page-bg > * { position: fixed; inset: 0; pointer-events: none; }
.page-bg { z-index: -1; overflow: hidden; background:
  radial-gradient(circle at 50% 5%, rgba(231,173,58,.10), transparent 26%),
  radial-gradient(circle at 16% 36%, rgba(126,91,255,.055), transparent 26%),
  #080809;
}
.blueprint-grid {
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.8) 50%, transparent 100%);
}
.cursor-light {
  width: 650px; height: 650px; inset: auto;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(231,173,58,.065), transparent 66%);
  transition: left .08s linear, top .08s linear;
}
.grain { opacity: .035; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.site-header {
  width: min(calc(100% - 40px), var(--content));
  height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { justify-self: start; }
.brand img { width: 138px; height: 50px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; gap: 28px; color: #aaaab1; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: white; }
.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(231,173,58,.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(231,173,58,.16), rgba(231,173,58,.07));
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 10px 28px rgba(0,0,0,.28);
  font-size: 14px;
  font-weight: 700;
}
.header-cta:hover { border-color: rgba(255,213,109,.7); transform: translateY(-1px); }

main { width: min(calc(100% - 40px), var(--content)); margin: 0 auto; }
.hero { padding: 88px 0 92px; }
.hero-copy { max-width: 850px; margin: 0 auto 76px; text-align: center; }
.kicker {
  margin: 0 0 15px;
  color: var(--gold-bright);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .19em;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .99;
  letter-spacing: -.056em;
}
h1 span {
  color: transparent;
  background: linear-gradient(110deg, #fff 15%, #e7ad3a 62%, #ffd978 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.intro { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }

.hero-destinations { margin-bottom: 98px; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 450px);
  align-items: end;
  gap: 42px;
  margin-bottom: 26px;
}
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }

.destination-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.destination-row {
  --accent: #e7ad3a;
  position: relative;
  min-height: 94px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 18px;
  background: linear-gradient(115deg, rgba(255,255,255,.058), rgba(255,255,255,.019));
  box-shadow: inset 0 1px rgba(255,255,255,.045), 0 14px 38px rgba(0,0,0,.20);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.destination-row::before {
  content: "";
  position: absolute; inset: 0 auto 0 0; width: 3px;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent);
  opacity: .86;
}
.destination-row::after {
  content: "";
  position: absolute; width: 240px; height: 240px; left: -120px; top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent), transparent 67%);
  opacity: 0;
  transition: opacity .22s ease;
}
.destination-row:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 45%, rgba(255,255,255,.16));
  background: linear-gradient(115deg, rgba(255,255,255,.082), rgba(255,255,255,.026));
  box-shadow: inset 0 1px rgba(255,255,255,.075), 0 20px 45px rgba(0,0,0,.32);
}
.destination-row:hover::after { opacity: 1; }
.row-logo {
  position: relative; z-index: 1;
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(3,3,4,.62);
  box-shadow: inset 0 1px rgba(255,255,255,.055);
  overflow: hidden;
}
.row-logo img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.row-copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.row-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 20px; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-status { display: inline-flex; align-items: center; gap: 7px; color: #77777e; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.row-status.live { color: #b9ff5c; }
.row-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.row-action {
  position: relative; z-index: 1;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: #c8c8cc;
  background: rgba(0,0,0,.22);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.destination-row:hover .row-action { color: white; border-color: color-mix(in srgb, var(--accent) 38%, rgba(255,255,255,.12)); }
.swap-row { grid-column: 1 / -1; min-height: 110px; }
.swap-row .swap-mark { width: 76px; height: 76px; }
.swap-row .swap-mark img { width: 72px; height: 72px; object-fit: contain; }
.swap-row .row-copy strong { font-size: 24px; }
.swap-status { color: #e7ad3a; }

.wheel-heading { margin: 0 auto 28px; text-align: center; }
.wheel-heading p:last-child { color: var(--muted); margin-bottom: 0; }
.muted-kicker { color: #aaaab1; }

.network-stage {
  --active-accent: #e7ad3a;
  position: relative;
  width: min(100%, 900px);
  aspect-ratio: 760 / 520;
  min-height: 520px;
  margin: 0 auto;
  isolation: isolate;
}
.network-stage::before {
  content: "";
  position: absolute; inset: 10% 18%; z-index: -3;
  background: radial-gradient(circle, rgba(231,173,58,.075), transparent 67%);
  filter: blur(18px);
}
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; overflow: visible; }
.network-line {
  stroke: rgba(255,255,255,.12);
  stroke-width: 1.35;
  stroke-dasharray: 5 8;
  transition: stroke .25s ease, stroke-width .25s ease, filter .25s ease, opacity .25s ease;
}
.network-stage.has-focus .network-line { opacity: .28; }
.network-stage.has-focus .network-line.active {
  opacity: 1;
  stroke: var(--active-accent);
  stroke-width: 2.2;
  filter: drop-shadow(0 0 6px var(--active-accent));
  animation: dashFlow 1.2s linear infinite;
}
@keyframes dashFlow { to { stroke-dashoffset: -26; } }

.network-node {
  --node-accent: #e7ad3a;
  position: absolute;
  width: 138px;
  min-height: 92px;
  padding: 11px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(28,28,31,.96), rgba(13,13,15,.92));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 16px 40px rgba(0,0,0,.42);
  transform: translate(-50%, -50%);
  transition: transform .22s ease, opacity .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.network-node::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--node-accent) 17%, transparent), transparent 62%);
  opacity: .72;
  pointer-events: none;
}
.network-node:hover,
.network-node.active {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: color-mix(in srgb, var(--node-accent) 60%, rgba(255,255,255,.18));
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 0 26px color-mix(in srgb, var(--node-accent) 22%, transparent), 0 20px 44px rgba(0,0,0,.52);
}
.network-stage.has-focus .network-node:not(.active) { opacity: .48; }
.node-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.node-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.node-name { position: relative; z-index: 1; font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 700; }
.network-node small { position: relative; z-index: 1; color: #77777e; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.network-node small i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #aaff3f; box-shadow: 0 0 8px #aaff3f; }
.node-sol { --node-accent:#8d78ff; left:50%; top:11.2%; }
.node-rh { --node-accent:#b8ff25; left:83.55%; top:27.3%; }
.node-stable { --node-accent:#9eb2ff; left:82.9%; top:74.6%; }
.node-bnb { --node-accent:#f3ba2f; left:50%; top:90%; }
.node-base { --node-accent:#3377ff; left:16.45%; top:74.6%; }
.node-arc { --node-accent:#d8d8de; left:16.85%; top:27.3%; }

.forge-hub {
  position: absolute;
  left: 50%; top: 50%;
  width: 245px; height: 245px;
  transform: translate(-50%, -50%);
  display: grid; place-items: center;
}
.forge-hub::before {
  content: "";
  position: absolute; inset: 22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,211,102,.35) 0%, rgba(231,116,26,.14) 44%, transparent 72%);
  filter: blur(12px);
  animation: corePulse 3.8s ease-in-out infinite;
}
.forge-hub::after {
  content: "";
  position: absolute; inset: 33px;
  border-radius: 50%;
  border: 1px solid rgba(255,219,128,.26);
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.055), transparent 48%),
    linear-gradient(145deg, rgba(255,184,58,.12), rgba(11,11,13,.96) 48%, rgba(0,0,0,.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    inset 0 -18px 30px rgba(0,0,0,.72),
    0 0 38px rgba(226,132,33,.17),
    0 24px 54px rgba(0,0,0,.58);
}
.hub-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.hub-ring-one {
  inset: 0;
  border: 2px solid rgba(255,189,68,.28);
  background:
    conic-gradient(from 20deg,
      transparent 0 7%, rgba(255,221,139,.96) 7% 9%, transparent 9% 20%,
      rgba(231,139,37,.72) 20% 23%, transparent 23% 39%,
      rgba(255,228,158,.9) 39% 41%, transparent 41% 62%,
      rgba(231,139,37,.7) 62% 65%, transparent 65% 82%,
      rgba(255,226,145,.92) 82% 84%, transparent 84% 100%);
  -webkit-mask: radial-gradient(circle, transparent 68%, #000 69% 74%, transparent 75%);
  mask: radial-gradient(circle, transparent 68%, #000 69% 74%, transparent 75%);
  filter: drop-shadow(0 0 7px rgba(231,139,37,.48));
  animation: ringSpin 72s linear infinite;
}
.hub-ring-two {
  inset: 17px;
  border: 1px solid rgba(255,255,255,.10);
  background: repeating-conic-gradient(from 0deg, rgba(255,189,76,.62) 0 1deg, transparent 1deg 8deg);
  -webkit-mask: radial-gradient(circle, transparent 70%, #000 71% 73%, transparent 74%);
  mask: radial-gradient(circle, transparent 70%, #000 71% 73%, transparent 74%);
  opacity: .75;
  animation: ringSpinReverse 50s linear infinite;
}
.hub-logo {
  position: relative; z-index: 3;
  width: 150px; height: 105px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.72)) drop-shadow(0 0 12px rgba(231,151,45,.24));
}
.network-stage.has-focus .hub-ring-one { animation-duration: 14s; filter: drop-shadow(0 0 9px var(--active-accent)); }
.network-stage.has-focus .hub-ring-two { animation-duration: 10s; }
.network-stage.has-focus .forge-hub::before { background: radial-gradient(circle, color-mix(in srgb, var(--active-accent) 33%, transparent), transparent 70%); }
@keyframes ringSpin { to { transform: rotate(360deg); } }
@keyframes ringSpinReverse { to { transform: rotate(-360deg); } }
@keyframes corePulse { 0%,100% { transform: scale(.94); opacity:.68; } 50% { transform: scale(1.08); opacity:1; } }

footer {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #7f7f86;
  font-size: 13px;
}
footer > img { width: 112px; height: 44px; object-fit: contain; object-position: left center; }
footer > p { margin: 0; }
footer > div { justify-self: end; display: flex; gap: 20px; align-items: center; }
footer a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { --delay: 100ms; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .network-stage { min-height: 470px; }
  .network-node { width: 122px; min-height: 84px; }
  .forge-hub { width: 215px; height: 215px; }
  .hub-logo { width: 132px; }
}

@media (max-width: 680px) {
  :root { --header-height: 68px; }
  .site-header, main, footer { width: min(calc(100% - 24px), var(--content)); }
  .brand img { width: 112px; height: 42px; }
  .header-cta { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .hero { padding: 58px 0 64px; }
  .hero-copy { margin-bottom: 52px; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .destination-list { grid-template-columns: 1fr; }
  .swap-row { grid-column: auto; }
  .destination-row { min-height: 86px; grid-template-columns: 56px 1fr auto; gap: 12px; padding: 12px; border-radius: 15px; }
  .row-logo { width: 56px; height: 56px; }
  .row-logo img { width: 100%; height: 100%; }
  .swap-row .swap-mark { width: 56px; height: 56px; }
  .swap-row .swap-mark img { width: 54px; height: 54px; }
  .row-copy strong, .swap-row .row-copy strong { font-size: 17px; }
  .row-action { padding: 8px 10px; font-size: 11px; }
  .hero-destinations { margin-bottom: 74px; }
  .network-stage {
    width: 100%;
    min-height: 600px;
    aspect-ratio: auto;
  }
  .network-lines { display: none; }
  .forge-hub { width: 190px; height: 190px; top: 50%; }
  .forge-hub::after { inset: 28px; }
  .hub-logo { width: 116px; height: 82px; }
  .network-node { width: 108px; min-height: 78px; padding: 8px; border-radius: 14px; }
  .node-icon { width: 39px; height: 39px; }
  .node-name { font-size: 12px; }
  .network-node small { font-size: 7.5px; }
  .node-sol { left:50%; top:7%; }
  .node-rh { left:82%; top:24%; }
  .node-stable { left:82%; top:76%; }
  .node-bnb { left:50%; top:93%; }
  .node-base { left:18%; top:76%; }
  .node-arc { left:18%; top:24%; }
  footer { min-height: 150px; grid-template-columns: 1fr auto; }
  footer > p { display: none; }
  footer > div { gap: 12px; font-size: 11px; }
}

@media (max-width: 430px) {
  .header-cta span { display: none; }
  .destination-row { grid-template-columns: 52px 1fr; }
  .row-action { grid-column: 2; justify-self: start; margin-top: -4px; }
  .network-stage { min-height: 530px; }
  .forge-hub { width: 165px; height: 165px; }
  .hub-logo { width: 98px; }
  .network-node { width: 96px; min-height: 70px; }
  .node-rh, .node-stable { left:84%; }
  .node-arc, .node-base { left:16%; }
  footer { grid-template-columns: 1fr; padding: 25px 0; }
  footer > img, footer > div { justify-self: center; }
}

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

/* Tester feedback update */
.hero { padding-top: 58px; }
.hero-copy {
  position: relative;
  isolation: isolate;
  max-width: 1040px;
  margin-bottom: 42px;
  padding: 42px 20px 30px;
  overflow: visible;
}
.hero-flame {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 46%;
  width: min(560px, 60vw);
  max-width: none;
  transform: translate(-50%, -50%);
  opacity: .105;
  filter: saturate(.95) drop-shadow(0 0 45px rgba(231,173,58,.18));
  pointer-events: none;
  user-select: none;
}
.product-name {
  margin: 0 0 11px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .28em;
}
.hero-copy .kicker { margin-bottom: 22px; }
.hero-copy h1 { position: relative; z-index: 1; margin-bottom: 0; }
.hero-destinations { margin-bottom: 88px; }
.destination-support {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  line-height: 1.65;
}

/* Give cards a little more separation without returning to the brighter old style. */
.destination-list { gap: 15px; }
.destination-row {
  border-color: rgba(255,255,255,.145);
  background: linear-gradient(115deg, rgba(31,31,34,.91), rgba(18,18,21,.84));
  box-shadow:
    inset 0 1px rgba(255,255,255,.075),
    0 12px 30px rgba(0,0,0,.28),
    0 1px 0 rgba(255,255,255,.018);
}
.destination-row:hover {
  border-color: color-mix(in srgb, var(--accent) 50%, rgba(255,255,255,.19));
  background: linear-gradient(115deg, rgba(39,39,42,.95), rgba(21,21,24,.9));
  box-shadow:
    inset 0 1px rgba(255,255,255,.10),
    0 20px 48px rgba(0,0,0,.38),
    0 0 22px color-mix(in srgb, var(--accent) 8%, transparent);
}
.row-logo {
  border-color: rgba(255,255,255,.155);
  background: rgba(7,7,8,.78);
}
.row-action {
  border-color: rgba(255,255,255,.14);
  background: rgba(0,0,0,.30);
}

@media (max-width: 680px) {
  :root { --header-height: 58px; }
  .site-header { width: min(calc(100% - 20px), var(--content)); }
  .site-header nav { display: none; }
  .brand img { width: 98px; height: 36px; }
  .header-cta { min-height: 34px; padding: 0 11px; font-size: 11px; }
  main { width: min(calc(100% - 18px), var(--content)); }
  .hero {
    min-height: calc(100svh - var(--header-height));
    padding: 16px 0 48px;
  }
  .hero-copy {
    margin-bottom: 14px;
    padding: 16px 4px 12px;
  }
  .hero-flame {
    top: 50%;
    width: min(390px, 92vw);
    opacity: .095;
  }
  .product-name {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .22em;
  }
  .hero-copy .kicker {
    margin-bottom: 9px;
    font-size: 8px;
    letter-spacing: .18em;
  }
  h1 {
    font-size: clamp(31px, 10.4vw, 48px);
    line-height: .94;
    letter-spacing: -.052em;
  }
  .hero-destinations { margin-bottom: 64px; }
  .destination-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .destination-row {
    min-height: 67px;
    padding: 7px 8px;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 8px;
    border-radius: 13px;
  }
  .destination-row::before { width: 2px; }
  .row-logo {
    width: 43px;
    height: 43px;
    border-radius: 11px;
  }
  .row-logo img { width: 95%; height: 95%; }
  .row-copy { gap: 4px; }
  .row-copy strong,
  .swap-row .row-copy strong {
    font-size: clamp(12px, 3.6vw, 15px);
    line-height: 1.05;
  }
  .row-status {
    gap: 4px;
    font-size: 7px;
    letter-spacing: .085em;
  }
  .row-status i { width: 4px; height: 4px; }
  .row-action { display: none; }
  .swap-row {
    grid-column: 1 / -1;
    min-height: 66px;
    grid-template-columns: 50px 1fr auto;
  }
  .swap-row .swap-mark { width: 50px; height: 50px; }
  .swap-row .swap-mark img { width: 48px; height: 48px; }
  .swap-row .row-action {
    display: inline-flex;
    align-items: center;
    grid-column: auto;
    justify-self: end;
    margin: 0;
    padding: 7px 9px;
    font-size: 9px;
  }
  .destination-support {
    margin-top: 13px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.45;
  }
  .wheel-heading { margin-top: 0; }
}

@media (max-width: 430px) {
  .header-cta span { display: none; }
  .hero { padding-top: 10px; }
  .hero-copy { padding-top: 10px; }
  .product-name { font-size: 9px; }
  .destination-list { gap: 7px; }
  .destination-row {
    min-height: 61px;
    grid-template-columns: 39px minmax(0, 1fr);
    padding: 6px 7px;
  }
  .row-logo { width: 39px; height: 39px; }
  .row-copy strong,
  .swap-row .row-copy strong { font-size: 12px; }
  .row-status { font-size: 6.3px; }
  .swap-row { grid-template-columns: 44px 1fr auto; min-height: 62px; }
  .swap-row .swap-mark { width: 44px; height: 44px; }
  .swap-row .swap-mark img { width: 42px; height: 42px; }
  .swap-row .row-action { font-size: 8px; padding: 6px 7px; }
}

/* Branding scale + flame position refinement */
.site-header {
  min-height: 84px;
}
.brand img {
  width: 172px;
  height: 62px;
}

.hero-copy {
  padding-top: 34px;
}

.product-name {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: .22em;
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4.2vw, 54px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: .035em;
  white-space: nowrap;
}

.product-forge {
  color: transparent;
  background: linear-gradient(180deg, #fff1b7 0%, #ffd36a 25%, #d8951d 58%, #fff0ac 78%, #a86608 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 7px rgba(231, 173, 58, .22));
}

.product-launchpad {
  color: #f4f4f6;
  letter-spacing: .025em;
}

.hero-copy .kicker {
  margin-bottom: 25px;
  font-size: 13px;
  letter-spacing: .26em;
}

.hero-flame {
  top: 61%;
  width: min(620px, 65vw);
  opacity: .095;
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px;
  }

  .brand img {
    width: 128px;
    height: 46px;
  }

  .hero-copy {
    padding-top: 14px;
  }

  .product-name {
    gap: .18em;
    margin-bottom: 6px;
    font-size: clamp(20px, 7vw, 31px);
    letter-spacing: .02em;
  }

  .hero-copy .kicker {
    margin-bottom: 12px;
    font-size: 8px;
    letter-spacing: .20em;
  }

  .hero-flame {
    top: 63%;
    width: min(430px, 105vw);
    opacity: .09;
  }
}

@media (max-width: 430px) {
  .brand img {
    width: 116px;
    height: 42px;
  }

  .product-name {
    font-size: clamp(18px, 6.7vw, 27px);
  }

  .hero-flame {
    top: 66%;
    width: 112vw;
  }
}


/* Final tester refinements: lower hero flame, distinctive FORGE wordmark, stronger destination cards */
.product-forge {
  font-family: "Audiowide", "Space Grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: .045em;
  transform: scaleX(1.04);
  transform-origin: right center;
}

/* Move the translucent flame down behind the headline and top of the choices. */
.hero-flame {
  top: 72%;
  width: min(650px, 68vw);
  opacity: .085;
}

/* Make every destination read as a separate clickable button. */
.destination-list {
  gap: 18px 15px;
}
.destination-row {
  border-color: rgba(255,255,255,.21);
  background:
    linear-gradient(115deg, rgba(38,38,42,.94), rgba(20,20,23,.91));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.105),
    inset 0 -1px 0 rgba(0,0,0,.5),
    0 15px 34px rgba(0,0,0,.34),
    0 0 0 1px rgba(0,0,0,.18);
}
.destination-row::before {
  width: 4px;
  opacity: 1;
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 70%, transparent);
}
.destination-row::after {
  opacity: .34;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 17%, transparent), transparent 68%);
}
.destination-row:hover {
  transform: translateY(-3px) scale(1.006);
  border-color: color-mix(in srgb, var(--accent) 58%, rgba(255,255,255,.26));
  background: linear-gradient(115deg, rgba(47,47,51,.97), rgba(24,24,28,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 22px 48px rgba(0,0,0,.42),
    0 0 24px color-mix(in srgb, var(--accent) 12%, transparent);
}
.row-logo {
  border-color: rgba(255,255,255,.22);
  background: rgba(4,4,5,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.085),
    0 8px 18px rgba(0,0,0,.25);
}
.row-action {
  border-color: rgba(255,255,255,.20);
  background: rgba(0,0,0,.42);
  color: #f1f1f3;
  box-shadow: inset 0 1px rgba(255,255,255,.045);
}

@media (max-width: 680px) {
  .hero-flame {
    top: 72%;
    width: min(460px, 112vw);
    opacity: .078;
  }
  .destination-list { gap: 10px; }
  .destination-row {
    border-color: rgba(255,255,255,.22);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.105),
      0 10px 22px rgba(0,0,0,.32);
  }
  .destination-row::before { width: 3px; }
}

@media (max-width: 430px) {
  .hero-flame {
    top: 74%;
    width: 118vw;
  }
}

/* Exact Forge wordmark + final hero/card polish */
.product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 12px;
  letter-spacing: normal;
}
.product-forge-wordmark {
  display: block;
  width: clamp(210px, 25vw, 340px);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 16px rgba(231,173,58,.18));
}
.product-launchpad {
  color: #f7f7f8;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.045em;
  white-space: nowrap;
  text-shadow: 0 4px 20px rgba(0,0,0,.42);
}

/* Lower the decorative flame so its body sits behind the headline. */
.hero-flame {
  top: 68%;
  width: min(650px, 68vw);
  opacity: .082;
  filter: saturate(.95) drop-shadow(0 0 54px rgba(231,173,58,.16));
}
.hero-copy {
  padding-top: 32px;
}

/* Increase separation between destination buttons without making them neon. */
.destination-list {
  gap: 17px;
}
.destination-row {
  border-color: rgba(255,255,255,.205);
  background:
    linear-gradient(112deg, rgba(39,39,43,.96), rgba(21,21,24,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.115),
    inset 0 -1px 0 rgba(0,0,0,.42),
    0 15px 34px rgba(0,0,0,.34);
}
.destination-row::before {
  width: 4px;
  opacity: 1;
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 74%, transparent);
}
.destination-row:hover {
  border-color: color-mix(in srgb, var(--accent) 58%, rgba(255,255,255,.25));
  background:
    linear-gradient(112deg, rgba(48,48,52,.98), rgba(25,25,29,.95));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.15),
    0 22px 52px rgba(0,0,0,.43),
    0 0 25px color-mix(in srgb, var(--accent) 10%, transparent);
}
.row-logo {
  border-color: rgba(255,255,255,.22);
  background: rgba(4,4,5,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.085),
    0 7px 18px rgba(0,0,0,.28);
}
.row-action {
  border-color: rgba(255,255,255,.19);
  background: rgba(2,2,3,.45);
  color: #dedee2;
}

@media (max-width: 680px) {
  .product-name {
    gap: 8px;
    margin-bottom: 6px;
  }
  .product-forge-wordmark {
    width: clamp(116px, 32vw, 158px);
  }
  .product-launchpad {
    font-size: clamp(20px, 6vw, 29px);
    letter-spacing: -.04em;
  }
  .hero-flame {
    top: 73%;
    width: min(440px, 106vw);
    opacity: .072;
  }
  .destination-list { gap: 10px; }
  .destination-row {
    border-color: rgba(255,255,255,.22);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.11),
      0 8px 20px rgba(0,0,0,.32);
  }
}

@media (max-width: 430px) {
  .product-name { gap: 6px; }
  .product-forge-wordmark { width: 108px; }
  .product-launchpad { font-size: 19px; }
  .hero-flame {
    top: 76%;
    width: 112vw;
  }
}


/* ---- Enlarged Forge Launchpad wordmark ---- */
.hero-copy { max-width: 1100px; }
.product-name { margin-bottom: 22px; }
.product-forge-wordmark {
  width: min(820px, 74vw);
  max-width: 94%;
  filter: drop-shadow(0 9px 30px rgba(231,173,58,.22));
}

@media (max-width: 680px) {
  .product-forge-wordmark { width: min(320px, 84vw); }
  .product-name { margin-bottom: 12px; }
}

@media (max-width: 430px) {
  .product-forge-wordmark { width: min(268px, 86vw); }
}

/* ==========================================================================
   Live activity layer
   Ambient cards drifting up behind the hero. Lives inside .page-bg, so it
   inherits `position:fixed; inset:0; pointer-events:none` from `.page-bg > *`
   and sits at z-index -1 — behind every piece of page content.
   ========================================================================== */

.activity-layer {
  perspective: 1400px;
  perspective-origin: 50% 58%;
  pointer-events: none;
  overflow: hidden;
  /* Keep the card churn from invalidating layout/paint for the rest of the page. */
  contain: layout paint;
}

/* Hidden until the script has data. Never show an empty frame. */
.activity-layer:empty { display: none; }

.fa-card {
  --accent: #e7ad3a;
  --accent-2: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
  width: var(--w, 360px);
  aspect-ratio: 1523 / 588;      /* 2.590 — matches every frame PNG */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* 1em == 1% of card width, so one --w value scales all type with the frame. */
  font-size: calc(var(--w, 360px) / 100);
  font-family: "Chakra Petch", "Space Grotesk", sans-serif;
  line-height: 1.15;
  will-change: transform, opacity;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.fa-card.is-ambient { filter: blur(0.35px); }

/* --- token art ----------------------------------------------------------- */
.fa-art {
  position: absolute;
  left: 8.4%; top: 22.9%; width: 14.9%; height: 38.9%;
  object-fit: cover;
  clip-path: polygon(22% 0, 78% 0, 100% 22%, 100% 78%, 78% 100%, 22% 100%, 0 78%, 0 22%);
  background: #101014;
}

/* --- body: symbol + kind, head, sub --------------------------------------- */
.fa-body {
  position: absolute;
  left: 28.43%; top: 4.42%; width: 52.99%; height: 69.05%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35em;
  overflow: hidden;
}
.fa-row1 { display: flex; align-items: baseline; gap: 0.55em; min-width: 0; }
.fa-sym {
  color: var(--accent);
  font-size: 4.6em;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fa-kind {
  color: var(--accent);
  font-size: 2.9em;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
  opacity: .8;
  white-space: nowrap;
}
.fa-head {
  color: #f2f2f4;
  font-size: 5.4em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fa-head b { color: var(--accent); font-weight: 700; }
.fa-sub {
  color: #9b9ba3;
  font-size: 3.5em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- bottom bar ----------------------------------------------------------- */
.fa-chain {
  position: absolute;
  left: 8.27%; top: 77.72%; width: 19.5%; height: 15.82%;
  display: flex; align-items: center;
  color: var(--accent);
  font-size: 3.2em;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fa-time {
  position: absolute;
  left: 76.17%; top: 77.72%; width: 14.9%; height: 15.82%;
  display: flex; align-items: center; justify-content: flex-end;
  color: var(--accent-2);
  font-size: 3.2em;
  font-weight: 600;
  letter-spacing: .06em;
  opacity: .85;
  white-space: nowrap;
}

/* --- hero legibility ------------------------------------------------------
   The chain buttons are 92-96% opaque so they occlude cards on their own, but
   .hero-copy is transparent and the h1 sits directly over the card lanes.
   A shadow costs nothing and guarantees the headline always wins.
   -------------------------------------------------------------------------- */
.hero-copy h1 { text-shadow: 0 2px 20px rgba(4,4,6,.92), 0 0 46px rgba(4,4,6,.72); }
.hero-copy .kicker { text-shadow: 0 1px 12px rgba(4,4,6,.85); }

/* --- responsive ----------------------------------------------------------- */
@media (max-width: 1024px) {
  .activity-layer { perspective: 1100px; }
  .fa-card.is-ambient { filter: none; }
}

/* Below this the hero headline fills most of the viewport and a 280px card is
   nearly half the screen width — the cards stop being ambient and start
   competing with the copy. Layer off entirely. */
@media (max-width: 700px) {
  .activity-layer { perspective: 900px; }
  .fa-card.is-ambient { filter: none; }
  /* Phones: cards shrink to background texture. The head/sub lines are too
     small to read at this size, so only art, symbol and chain remain. */
  /* Keep the head line - it is the actual content. Only the sub goes,
     since a truncated wallet at this size is noise. */
  .fa-card .fa-sub { display: none; }
  .fa-card .fa-body { justify-content: center; gap: .3em; }
  .fa-card .fa-head { font-size: 6.4em; }
  .fa-card .fa-token { font-size: 5.2em; }
  .fa-card .fa-kind { font-size: 3.4em; }
}

@media (prefers-reduced-motion: reduce) {
  .fa-card { filter: none !important; }
}

/* --- community row: full width, three cells, per-cell accent bar --- */
.community-row {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  padding: 0;
  min-height: 110px;
}
.community-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}
.c-cell {
  position: relative;
  display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px;
  padding: 16px 22px 16px 26px;
  text-decoration: none; color: inherit;
  transition: background .18s ease;
}
.c-cell::before {
  content: ""; position: absolute; inset: 14px auto 14px 0; width: 2px;
  background: var(--cell); box-shadow: 0 0 14px var(--cell); opacity: .8;
}
.c-cell:hover { background: rgba(255,255,255,.035); }
.c-mark {
  width: 64px; height: 64px; border-radius: 15px; overflow: hidden;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(3,3,4,.62);
  box-shadow: inset 0 1px rgba(255,255,255,.055);
  transition: border-color .18s ease;
}
.c-mark img { width: 100%; height: 100%; object-fit: cover; }
.c-cell:hover .c-mark { border-color: color-mix(in srgb, var(--cell) 55%, rgba(255,255,255,.16)); }
.c-txt { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.c-txt strong { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.c-txt small { display: inline-flex; align-items: center; gap: 7px; color: #77777e; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.c-txt small.live { color: #b9ff5c; }
.c-txt small i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }

@media (max-width: 860px) {
  .community-inner { grid-template-columns: 1fr; }
  .c-cell + .c-cell { border-top: 1px solid rgba(255,255,255,.075); }
}
