:root {
  color-scheme: dark;
  --ink: #090b08;
  --ink-soft: #0f120d;
  --panel: #141810;
  --panel-raised: #1a2015;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.17);
  --white: #f7f8f3;
  --muted: rgba(247, 248, 243, 0.6);
  --muted-soft: rgba(247, 248, 243, 0.42);
  --lime: #d8ff3e;
  --lime-soft: #aee926;
  --sky: #59c8ff;
  --violet: #a88aff;
  --coral: #ff786d;
  --amber: #ffd66b;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --font-sans:
    "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  --font-mono:
    "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 4%, rgba(216, 255, 62, 0.055), transparent 26rem),
    radial-gradient(circle at 78% 38%, rgba(89, 200, 255, 0.035), transparent 24rem),
    var(--ink);
  color: var(--white);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  min-height: 100vh;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  width: min(100%, 1440px);
  height: 76px;
  margin: 0 auto;
  padding: 0 36px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 9px;
  box-shadow: 0 0 26px rgba(216, 255, 62, 0.14);
}

.network-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 214, 107, 0.17);
  border-radius: 999px;
  background: rgba(255, 214, 107, 0.055);
  padding: 0 12px;
  color: rgba(255, 233, 164, 0.78);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.network-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 214, 107, 0.7);
}

.network-copy-short {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 790px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  padding: 134px max(36px, calc((100vw - 1368px) / 2)) 84px;
}

.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent 4%, black 50%, transparent 100%);
  opacity: 0.42;
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-lime {
  top: 13%;
  left: -11rem;
  width: 31rem;
  height: 31rem;
  background: rgba(216, 255, 62, 0.06);
}

.hero-glow-sky {
  right: -7rem;
  bottom: -8rem;
  width: 32rem;
  height: 32rem;
  background: rgba(89, 200, 255, 0.055);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.eyebrow,
.section-eyebrow {
  margin: 0;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(216, 255, 62, 0.18);
  border-radius: 999px;
  background: rgba(216, 255, 62, 0.055);
  padding: 0 13px;
}

.pulse-dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(216, 255, 62, 0.65);
}

.pulse-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(216, 255, 62, 0.35);
  border-radius: inherit;
  content: "";
  animation: pulse 2.6s ease-out infinite;
}

.hero h1 {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(54px, 6.7vw, 102px);
  font-weight: 700;
  letter-spacing: -0.078em;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
  color: var(--lime);
}

.hero-intro {
  max-width: 650px;
  margin: 29px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.pending-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 760;
}

.primary-action {
  background: var(--lime);
  color: #111400;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(216, 255, 62, 0.11);
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.primary-action:hover {
  background: #e2ff6c;
  transform: translateY(-2px);
}

.primary-action:focus-visible {
  outline: 3px solid rgba(89, 200, 255, 0.85);
  outline-offset: 3px;
}

.pending-action {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 248, 243, 0.55);
  cursor: not-allowed;
  user-select: none;
}

.pending-icon,
.status-lock {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.pending-icon::before,
.status-lock::before {
  position: absolute;
  right: 2px;
  bottom: 7px;
  left: 2px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.hero-signals {
  display: flex;
  margin: 27px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--muted-soft);
  font-size: 10px;
  list-style: none;
}

.hero-signals li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-signals span {
  color: var(--lime);
}

.hero-visual {
  position: relative;
  width: min(100%, 650px);
  min-height: 570px;
  justify-self: end;
}

.product-scene {
  position: absolute;
  z-index: 3;
  inset: 86px 2% 38px 4%;
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(21, 25, 17, 0.91), rgba(11, 13, 10, 0.97)),
    var(--ink-soft);
  box-shadow: var(--shadow);
  flex-direction: column;
}

.scene-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(9, 11, 8, 0.96) 10%, rgba(9, 11, 8, 0.3) 100%),
    url("/assets/banner-ribbon-hero.webp") center / cover no-repeat;
  opacity: 0.82;
}

.scene-art::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 25%, rgba(168, 138, 255, 0.17), transparent 27%),
    linear-gradient(to top, rgba(8, 10, 7, 0.85), transparent 62%);
  content: "";
}

.scene-topline {
  display: flex;
  padding: 27px 28px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.scene-topline > div,
.scene-center > div {
  display: grid;
  gap: 6px;
}

.scene-topline strong,
.scene-center strong {
  font-size: 17px;
  letter-spacing: -0.035em;
}

.scene-kicker {
  color: var(--muted-soft);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.testnet-pill {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  border: 1px solid rgba(216, 255, 62, 0.18);
  border-radius: 999px;
  background: rgba(216, 255, 62, 0.07);
  padding: 0 10px;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scene-center {
  display: flex;
  width: calc(100% - 48px);
  margin: auto 24px;
  padding: 25px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(216, 255, 62, 0.12);
  border-radius: 20px;
  background: rgba(11, 14, 9, 0.73);
  backdrop-filter: blur(13px);
}

.community-orb {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(216, 255, 62, 0.26);
  border-radius: 17px;
  background:
    radial-gradient(circle at 36% 28%, rgba(216, 255, 62, 0.23), transparent 35%),
    #12170b;
  color: var(--lime);
  font-size: 20px;
  box-shadow: inset 0 0 28px rgba(216, 255, 62, 0.05);
}

.scene-center p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.scene-stages {
  display: grid;
  padding: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.scene-stage {
  display: grid;
  min-width: 0;
  gap: 8px;
  border-top: 3px solid rgba(255, 255, 255, 0.13);
  padding-top: 11px;
}

.scene-stage.is-current {
  border-color: var(--lime);
}

.scene-stage span {
  color: var(--muted-soft);
  font-family: var(--font-mono);
  font-size: 8px;
}

.scene-stage strong {
  overflow: hidden;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.scene-stage.is-current strong {
  color: var(--white);
}

.visual-note {
  position: absolute;
  z-index: 6;
  top: 42px;
  left: 0;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 214, 107, 0.15);
  border-radius: 14px;
  background: rgba(22, 24, 17, 0.91);
  padding: 12px 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.visual-note span,
.floating-chip small {
  color: var(--muted-soft);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-note strong {
  color: var(--amber);
  font-size: 11px;
}

.floating-chip {
  position: absolute;
  z-index: 7;
  display: flex;
  min-width: 196px;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(19, 22, 16, 0.92);
  padding: 10px 13px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.floating-chip > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 750;
}

.floating-chip > div {
  display: grid;
  gap: 4px;
}

.floating-chip strong {
  font-size: 11px;
}

.chip-sky {
  top: 22%;
  right: -2%;
}

.chip-sky > span {
  border: 1px solid rgba(89, 200, 255, 0.27);
  background: rgba(89, 200, 255, 0.1);
  color: var(--sky);
}

.chip-violet {
  right: 7%;
  bottom: 5px;
}

.chip-violet > span {
  border: 1px solid rgba(168, 138, 255, 0.27);
  background: rgba(168, 138, 255, 0.1);
  color: var(--violet);
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(216, 255, 62, 0.1);
  border-radius: 50%;
}

.visual-orbit-one {
  top: 0;
  right: -29%;
  width: 520px;
  height: 520px;
}

.visual-orbit-two {
  top: 70px;
  right: -12%;
  width: 350px;
  height: 350px;
  border-style: dashed;
  animation: orbit 34s linear infinite;
}

.signal-rail {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0d100b;
  color: var(--muted-soft);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal-rail::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 13%;
  background: linear-gradient(90deg, #0d100b, transparent);
  content: "";
}

.signal-rail::after {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 13%;
  background: linear-gradient(-90deg, #0d100b, transparent);
  content: "";
}

.signal-rail > div {
  display: flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  gap: 24px;
  animation: ticker 34s linear infinite;
}

.signal-rail b {
  color: var(--lime);
  font-weight: 400;
}

.opening-section,
.why-section,
.access-section,
.site-footer {
  width: min(calc(100% - 72px), 1368px);
  margin-inline: auto;
}

.opening-section {
  padding: 116px 0 124px;
}

.section-heading {
  display: grid;
  max-width: 790px;
  gap: 19px;
}

.section-heading h2,
.why-copy h2,
.access-copy h2 {
  margin: 0;
  font-size: clamp(39px, 5vw, 70px);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.section-heading > p:last-child,
.why-copy > p:last-child,
.access-copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.steps {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  position: relative;
  display: flex;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.038), transparent 60%),
    var(--panel);
  padding: 28px;
  flex-direction: column;
}

.step-card::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.step-lime {
  color: var(--lime);
}

.step-sky {
  color: var(--sky);
}

.step-coral {
  color: var(--coral);
}

.step-graphic {
  position: relative;
  height: 148px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 20px;
  background:
    linear-gradient(135deg, currentColor, transparent 65%);
  color: inherit;
  opacity: 0.58;
}

.step-graphic::before,
.step-graphic::after {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.step-graphic::before {
  top: -72px;
  right: -27px;
  width: 180px;
  height: 180px;
}

.step-graphic::after {
  right: 63px;
  bottom: -57px;
  width: 115px;
  height: 115px;
}

.graphic-orb {
  position: absolute;
  top: 30px;
  left: 32px;
  width: 29px;
  height: 29px;
  border: 7px solid var(--ink);
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 1px currentColor;
}

.graphic-line {
  position: absolute;
  right: 30px;
  bottom: 33px;
  left: 31px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  box-shadow:
    0 -13px 0 rgba(255, 255, 255, 0.16),
    0 -26px 0 rgba(255, 255, 255, 0.09);
}

.graphic-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
}

.step-number {
  margin: 26px 0 0;
  color: currentColor;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-card h3 {
  margin: 14px 0 0;
  color: var(--white);
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.step-card > p:not(.step-number) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.step-status {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  padding-top: 26px;
  color: currentColor;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.step-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.why-section {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(89, 200, 255, 0.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 15%, rgba(89, 200, 255, 0.1), transparent 35%),
    radial-gradient(circle at 95% 90%, rgba(168, 138, 255, 0.08), transparent 28%),
    #101712;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 70px;
  padding: clamp(40px, 6vw, 80px);
}

.why-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(89, 200, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 200, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 65%);
  pointer-events: none;
}

.why-copy,
.principle-stack {
  position: relative;
  z-index: 1;
}

.why-copy {
  display: grid;
  align-content: center;
  gap: 19px;
}

.principle-stack {
  display: grid;
  gap: 12px;
}

.principle {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 17px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(8, 13, 11, 0.7);
  padding: 18px;
  backdrop-filter: blur(12px);
}

.principle > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 17px;
}

.principle > div {
  display: grid;
  gap: 7px;
}

.principle strong {
  color: var(--white);
  font-size: 14px;
}

.principle p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.principle-violet {
  color: var(--violet);
}

.principle-sky {
  color: var(--sky);
}

.principle-coral {
  color: var(--coral);
}

.access-section {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 380px;
  margin-top: 96px;
  margin-bottom: 96px;
  overflow: hidden;
  border: 1px solid rgba(216, 255, 62, 0.19);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(115deg, rgba(216, 255, 62, 0.12), transparent 48%),
    #151a10;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: clamp(38px, 6vw, 78px);
}

.access-section::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/assets/banner-ribbon-hero.webp") 92% 52% / 58% auto no-repeat;
  content: "";
  filter: saturate(0.75);
  mask-image: linear-gradient(90deg, transparent 38%, black 100%);
  opacity: 0.37;
}

.access-copy {
  display: grid;
  max-width: 680px;
  gap: 18px;
}

.access-state {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 280px;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(9, 12, 8, 0.76);
  padding: 18px;
  color: rgba(247, 248, 243, 0.62);
  backdrop-filter: blur(16px);
}

.status-lock {
  width: 18px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 4px;
}

.status-lock::before {
  bottom: 11px;
  height: 10px;
}

.access-state > div {
  display: grid;
  gap: 5px;
}

.access-state small {
  color: var(--muted-soft);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.access-state strong {
  color: var(--white);
  font-size: 12px;
}

.access-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.access-ring {
  position: absolute;
  border: 1px solid rgba(216, 255, 62, 0.12);
  border-radius: 50%;
}

.access-ring-one {
  top: -230px;
  right: -70px;
  width: 520px;
  height: 520px;
}

.access-ring-two {
  right: 70px;
  bottom: -220px;
  width: 390px;
  height: 390px;
  border-style: dashed;
}

.access-spark {
  position: absolute;
  color: var(--lime);
  text-shadow: 0 0 20px rgba(216, 255, 62, 0.5);
}

.access-spark-one {
  top: 24%;
  right: 11%;
}

.access-spark-two {
  right: 34%;
  bottom: 17%;
  color: var(--sky);
}

.site-footer {
  display: grid;
  min-height: 160px;
  border-top: 1px solid var(--line);
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-wordmark {
  cursor: default;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.footer-note {
  max-width: 390px;
  text-align: right;
  line-height: 1.5;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.65);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1101px) {
  .product-scene {
    transform: rotate(1.35deg);
    transform-origin: center;
  }
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 142px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero h1 {
    max-width: 800px;
  }

  .hero-visual {
    width: min(100%, 760px);
    justify-self: center;
  }

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

  .step-card:last-child {
    grid-column: 1 / -1;
    min-height: 410px;
  }

  .why-section {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .access-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .access-state {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .network-label {
    min-height: 30px;
    padding-inline: 10px;
    white-space: nowrap;
  }

  .network-copy-wide {
    display: none;
  }

  .network-copy-short {
    display: inline;
  }

  .hero {
    gap: 36px;
    padding: 112px 20px 66px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 74px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .pending-action {
    width: 100%;
  }

  .hero-visual {
    min-height: 500px;
  }

  .product-scene {
    inset: 72px 0 42px;
    border-radius: 25px;
  }

  .visual-note {
    top: 34px;
    left: 12px;
  }

  .chip-sky {
    top: auto;
    right: 12px;
    bottom: 8px;
  }

  .chip-violet {
    display: none;
  }

  .scene-topline {
    padding: 22px 20px;
  }

  .scene-center {
    width: calc(100% - 32px);
    margin-inline: 16px;
    padding: 20px;
  }

  .scene-stages {
    padding: 20px 16px;
  }

  .opening-section,
  .why-section,
  .access-section,
  .site-footer {
    width: calc(100% - 40px);
  }

  .opening-section {
    padding: 82px 0 88px;
  }

  .steps {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .step-card,
  .step-card:last-child {
    min-height: 430px;
    grid-column: auto;
  }

  .why-section {
    border-radius: 25px;
    padding: 34px 22px;
  }

  .access-section {
    min-height: 470px;
    margin-top: 64px;
    margin-bottom: 64px;
    border-radius: 25px;
    padding: 34px 22px;
  }

  .access-section::after {
    background-position: 70% 100%;
    background-size: auto 68%;
    mask-image: linear-gradient(to bottom, transparent 44%, black 100%);
    opacity: 0.3;
  }

  .access-state {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    padding: 35px 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-note {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .wordmark {
    font-size: 15px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .network-label {
    font-size: 8px;
  }

  .hero {
    padding-inline: 16px;
  }

  .eyebrow {
    padding-inline: 10px;
    font-size: 8px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .scene-center {
    gap: 12px;
  }

  .community-orb {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .scene-center strong {
    font-size: 14px;
  }

  .floating-chip {
    min-width: 180px;
  }

  .opening-section,
  .why-section,
  .access-section,
  .site-footer {
    width: calc(100% - 32px);
  }

  .step-card {
    padding: 20px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
