/*
  NasQUACK — The Pond Exchange
  ------------------------------------------------------------
  A dependency-free, responsive meme-coin launch site.
  Edit the color variables below to reskin the entire site.
*/

:root {
  --ink: #030806;
  --ink-2: #050d08;
  --panel: #07110b;
  --panel-2: #0a1710;
  --panel-3: #0d1e14;
  --acid: #78ff2f;
  --acid-2: #a8ff6a;
  --acid-soft: rgba(120, 255, 47, 0.13);
  --beak: #ffd83d;
  --orange: #ff9f1c;
  --red: #ff5d5d;
  --white: #f3fff5;
  --muted: #99b6a2;
  --muted-2: #6f8877;
  --line: rgba(171, 255, 189, 0.14);
  --line-strong: rgba(171, 255, 189, 0.25);
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
  --glow: 0 0 24px rgba(120, 255, 47, 0.32);
  --display: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1240px;
  --header-height: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 17% 8%, rgba(45, 164, 55, 0.13), transparent 27rem),
    linear-gradient(180deg, #040a06 0%, #020604 48%, #050a06 100%);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p,
dl,
dd,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

code {
  padding: 0.18rem 0.42rem;
  border: 1px solid rgba(120, 255, 47, 0.22);
  border-radius: 5px;
  color: var(--acid-2);
  background: rgba(120, 255, 47, 0.07);
  font-family: var(--mono);
  font-size: 0.9em;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(84px, 9vw, 145px);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--acid);
  font-weight: 900;
  transition: transform 0.2s ease;
}

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

:focus-visible {
  outline: 3px solid var(--beak);
  outline-offset: 4px;
}

/* Ambient page treatment -------------------------------------------------- */

.ambient {
  position: fixed;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(119, 255, 47, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 255, 47, 0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 75%);
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.ambient__scanlines {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.12) 4px
  );
  mix-blend-mode: soft-light;
}

.ambient__glow {
  position: absolute;
  width: 44rem;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.09;
}

.ambient__glow--one {
  top: 15%;
  right: -20rem;
  background: var(--acid);
}

.ambient__glow--two {
  top: 55%;
  left: -24rem;
  background: var(--beak);
  opacity: 0.045;
}

.cursor-glow {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(120, 255, 47, 0.08), transparent 67%);
  transition: opacity 0.35s ease;
  will-change: left, top;
}

body.pointer-active .cursor-glow {
  opacity: 1;
}

/* Top alert --------------------------------------------------------------- */

.prelaunch-banner {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(120, 255, 47, 0.24);
  color: #c9f5d1;
  background:
    linear-gradient(90deg, rgba(120, 255, 47, 0.06), transparent 25%, rgba(120, 255, 47, 0.04)),
    #061008;
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.035em;
}

.prelaunch-banner__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.prelaunch-banner strong {
  color: var(--acid);
}

.prelaunch-banner a {
  margin-left: 8px;
  color: var(--beak);
  font-weight: 800;
  white-space: nowrap;
}

.prelaunch-banner a:hover {
  text-decoration: underline;
}

.status-lamp {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(120, 255, 47, 0.1), 0 0 14px var(--acid);
  animation: statusPulse 1.8s ease-in-out infinite;
}

/* Header ------------------------------------------------------------------ */

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(3, 8, 6, 0.58);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(3, 8, 6, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand__mark {
  width: 38px;
  color: var(--acid);
  filter: drop-shadow(0 0 9px rgba(120, 255, 47, 0.25));
}

.brand__duck {
  fill: var(--beak);
}

.brand__eye {
  fill: var(--ink);
}

.brand__beak {
  fill: var(--orange);
}

.brand__word {
  display: flex;
  align-items: baseline;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 1;
}

.brand__word b {
  color: var(--beak);
  font: inherit;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  padding-block: 8px;
  color: #bfd2c3;
  font-size: 0.82rem;
  font-weight: 750;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--acid);
  transition: transform 0.25s var(--ease-out);
}

.primary-nav a:hover {
  color: var(--white);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.market-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.market-chip__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px rgba(255, 93, 93, 0.7);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-open .nav-toggle span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-of-type(3) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Buttons ----------------------------------------------------------------- */

.button {
  --button-bg: transparent;
  --button-color: var(--white);
  --button-border: var(--line-strong);
  position: relative;
  isolation: isolate;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 11px 18px;
  border: 1px solid var(--button-border);
  border-radius: 10px;
  color: var(--button-color);
  background: var(--button-bg);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.22s var(--ease-out), border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: translateX(-103%);
  background: rgba(255, 255, 255, 0.14);
  transition: transform 0.38s var(--ease-out);
}

.button:hover::before {
  transform: translateX(0);
}

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

.button:active {
  transform: translateY(0) scale(0.985);
}

.button--acid {
  --button-bg: var(--acid);
  --button-color: #041006;
  --button-border: var(--acid);
  box-shadow: 0 0 0 1px rgba(120, 255, 47, 0.16), 0 12px 28px rgba(120, 255, 47, 0.13);
}

.button--acid:hover {
  box-shadow: 0 0 0 1px rgba(120, 255, 47, 0.3), 0 16px 38px rgba(120, 255, 47, 0.22), 0 0 28px rgba(120, 255, 47, 0.18);
}

.button--ghost {
  --button-bg: rgba(255, 255, 255, 0.025);
}

.button--ghost:hover {
  border-color: rgba(120, 255, 47, 0.52);
  color: var(--acid-2);
}

.button--small {
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 0.74rem;
}

.button--large {
  min-height: 54px;
  padding: 14px 22px;
}

.button__arrow {
  font-size: 1.12em;
  transition: transform 0.25s var(--ease-out);
}

.button:hover .button__arrow {
  transform: translate(3px, -3px);
}

.button[aria-disabled="true"],
.button:disabled {
  opacity: 0.52;
  filter: saturate(0.45);
  cursor: not-allowed;
}

.button[aria-disabled="true"]:hover,
.button:disabled:hover {
  transform: none;
  box-shadow: none;
}

.button[aria-disabled="true"]::before,
.button:disabled::before {
  display: none;
}

.text-button {
  padding: 0;
  border: 0;
  color: var(--acid-2);
  background: none;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.text-button:hover {
  text-decoration: underline;
}

/* Common headings --------------------------------------------------------- */

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.73rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 60px;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.section-heading h2,
.story h2,
.tokenomics h2,
.safety h2,
.social h2,
.faq h2,
.finale h2 {
  margin: 16px 0 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.section-heading h2 em,
.story h2 em,
.tokenomics h2 em,
.social h2 em,
.faq h2 em,
.finale h2 em {
  color: var(--beak);
  font: inherit;
  font-style: normal;
}

.section-heading > p,
.section-heading > div + p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.section-heading--center {
  display: block;
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .kicker::before {
  display: none;
}

.section-heading--center > p {
  max-width: 660px;
  margin: 24px auto 0;
}

/* Hero -------------------------------------------------------------------- */

.hero {
  min-height: min(960px, calc(100svh - 38px));
  display: grid;
  align-items: center;
  padding-top: clamp(54px, 7vw, 100px);
  padding-bottom: clamp(70px, 9vw, 120px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 5%;
  right: -10%;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 255, 47, 0.15), rgba(120, 255, 47, 0.035) 33%, transparent 66%);
  filter: blur(20px);
  pointer-events: none;
}

.hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
}

.hero__copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.eyebrow__code {
  color: var(--acid);
}

.eyebrow__divider {
  width: 32px;
  height: 1px;
  background: var(--line-strong);
}

.eyebrow__state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--beak);
}

.eyebrow__state::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}

.hero__wordmark {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.78;
  text-transform: none;
  filter: drop-shadow(0 0 18px rgba(120, 255, 47, 0.05));
}

.hero__wordmark span {
  color: var(--white);
}

.hero__wordmark strong {
  color: var(--beak);
  font: inherit;
}

.hero__wordmark sup {
  margin: 1px 0 0 14px;
  padding: 7px 8px;
  border: 1px solid rgba(120, 255, 47, 0.34);
  border-radius: 5px;
  color: var(--acid);
  background: rgba(120, 255, 47, 0.08);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 1vw, 0.75rem);
  letter-spacing: 0.02em;
  line-height: 1;
}

.hero h1 {
  margin: 28px 0 24px;
  max-width: 790px;
  font-family: var(--display);
  font-size: clamp(3.1rem, 6.7vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.078em;
  line-height: 0.9;
}

.hero h1 em {
  color: var(--acid);
  font: inherit;
  font-style: normal;
  text-shadow: 0 0 32px rgba(120, 255, 47, 0.13);
}

.hero__lede {
  max-width: 685px;
  margin-bottom: 31px;
  color: #aac2b0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.7rem;
}

.hero__microcopy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero__microcopy i {
  color: var(--acid);
  font-style: normal;
}

.hero__microcopy b {
  color: var(--beak);
}

.quote-strip {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(6, 16, 9, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.quote-strip div {
  min-width: 0;
  padding: 15px 17px;
  border-right: 1px solid var(--line);
}

.quote-strip div:last-child {
  border: 0;
}

.quote-strip dt {
  margin-bottom: 4px;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.quote-strip dd {
  margin: 0;
  overflow: hidden;
  color: var(--white);
  font-family: var(--mono);
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quote-strip dd:first-letter {
  color: var(--acid);
}

.blink-text {
  color: var(--beak) !important;
  animation: softBlink 1.6s steps(2, jump-none) infinite;
}

.hero__visual {
  position: relative;
  z-index: 2;
  width: min(100%, 515px);
  justify-self: end;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero-art {
  position: relative;
  aspect-ratio: 0.78;
  overflow: hidden;
  border: 1px solid rgba(120, 255, 47, 0.45);
  border-radius: 30px 30px 90px 30px;
  background: #07140a;
  box-shadow:
    0 0 0 1px rgba(120, 255, 47, 0.08),
    0 0 80px rgba(120, 255, 47, 0.14),
    0 45px 120px rgba(0, 0, 0, 0.55);
  transform: rotate(1.8deg);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 -120px 100px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.hero-art picture,
.hero-art img {
  width: 100%;
  height: 100%;
}

.hero-art img {
  object-fit: cover;
  object-position: 51% 45%;
  filter: saturate(0.94) contrast(1.06);
  transform: scale(1.012);
}

.hero-art__wash {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 10, 3, 0.08), transparent 38%, rgba(0, 4, 1, 0.62)),
    linear-gradient(90deg, rgba(3, 13, 6, 0.18), transparent 45%);
  pointer-events: none;
}

.hero-art__topline {
  position: absolute;
  z-index: 7;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 5px #000;
}

.hero-art__record {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d6fddc;
}

.hero-art__record i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px var(--red);
  animation: softBlink 1s steps(2) infinite;
}

.hero-art__badge,
.hero-art__price {
  position: absolute;
  z-index: 7;
  right: 21px;
  left: 21px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--mono);
  text-shadow: 0 2px 8px #000;
}

.hero-art__badge {
  bottom: 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}

.hero-art__badge small {
  color: var(--acid);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-art__badge strong {
  font-family: var(--display);
  font-size: clamp(1rem, 2.4vw, 1.65rem);
  letter-spacing: -0.055em;
}

.hero-art__price {
  top: 63px;
  right: 16px;
  left: auto;
  width: 145px;
  display: grid;
  gap: 0;
  padding: 10px 12px;
  border: 1px solid rgba(120, 255, 47, 0.31);
  border-radius: 8px;
  background: rgba(1, 11, 4, 0.68);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-art__price span,
.hero-art__price small {
  color: #bee4c5;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-art__price strong {
  color: var(--acid);
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-art__arrow {
  position: absolute;
  z-index: 6;
  top: 9%;
  right: 1%;
  width: 61%;
  color: rgba(208, 255, 197, 0.92);
  filter: drop-shadow(0 0 9px var(--acid));
  opacity: 0.73;
  transform: rotate(-2deg);
}

.hero-art__stamp {
  position: absolute;
  z-index: 8;
  right: 17px;
  bottom: 21px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--beak);
  border-radius: 50%;
  color: var(--beak);
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 1px 6px #000;
  transform: rotate(-11deg);
  box-shadow: inset 0 0 15px rgba(255, 216, 61, 0.08), 0 0 12px rgba(0, 0, 0, 0.5);
}

.hero-art__orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(120, 255, 47, 0.18);
  border-radius: 50%;
}

.hero-art__orbit::before,
.hero-art__orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 15px var(--acid);
}

.hero-art__orbit--one {
  inset: -11% -17%;
  animation: orbitSpin 19s linear infinite;
}

.hero-art__orbit--one::before {
  top: 18%;
  left: 10%;
}

.hero-art__orbit--one::after {
  right: 9%;
  bottom: 20%;
  background: var(--beak);
  box-shadow: 0 0 15px var(--beak);
}

.hero-art__orbit--two {
  inset: 6% -29%;
  opacity: 0.6;
  animation: orbitSpin 27s linear infinite reverse;
}

.hero-art__orbit--two::before {
  top: 66%;
  left: 3%;
}

.hero-art__orbit--two::after {
  display: none;
}

.floating-ticket {
  position: absolute;
  z-index: 10;
  min-width: 185px;
  padding: 12px 14px;
  border: 1px solid rgba(120, 255, 47, 0.3);
  border-radius: 8px;
  background: rgba(4, 14, 7, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  font-family: var(--mono);
}

.floating-ticket span,
.floating-ticket small {
  display: block;
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.floating-ticket strong {
  display: block;
  margin-top: 3px;
  color: var(--acid);
  font-size: 0.73rem;
}

.floating-ticket--one {
  top: 48%;
  left: -25%;
  transform: rotate(-3deg) translateZ(30px);
  animation: floatTicket 6s ease-in-out infinite;
}

.floating-ticket--two {
  right: -18%;
  bottom: 14%;
  transform: rotate(4deg) translateZ(40px);
  animation: floatTicket 7.2s ease-in-out 0.8s infinite reverse;
}

/* Ticker tape ------------------------------------------------------------- */

.tape {
  position: relative;
  z-index: 4;
  min-height: 58px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-block: 1px solid rgba(120, 255, 47, 0.27);
  background: #08120b;
  font-family: var(--mono);
}

.tape__label {
  z-index: 2;
  min-width: 190px;
  display: grid;
  place-items: center;
  padding: 0 24px;
  color: #041006;
  background: var(--beak);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: 14px 0 30px rgba(0, 0, 0, 0.36);
}

.tape__viewport {
  min-width: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.tape__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: tickerMove 36s linear infinite;
  will-change: transform;
}

.tape:hover .tape__track {
  animation-play-state: paused;
}

.tape__track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 26px;
  border-right: 1px solid var(--line);
  color: #d8e8db;
  font-size: 0.75rem;
  white-space: nowrap;
}

.tape__track b {
  color: var(--white);
}

.tape__track i {
  color: var(--acid);
  font-style: normal;
  font-weight: 850;
}

.tape__track .down {
  color: var(--red);
}

/* Pulse / chart ----------------------------------------------------------- */

.pulse {
  background:
    radial-gradient(circle at 50% 25%, rgba(120, 255, 47, 0.055), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent);
}

.pulse-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.64fr);
  grid-template-areas:
    "chart metrics"
    "chart analyst";
  gap: 20px;
}

.market-panel,
.metric-card,
.analyst-card {
  border: 1px solid var(--line);
  background: rgba(7, 17, 11, 0.84);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 24px 70px rgba(0, 0, 0, 0.2);
}

.market-panel--chart {
  grid-area: chart;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.panel-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 28px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(120, 255, 47, 0.04), transparent);
}

.panel-header > div {
  display: grid;
  gap: 5px;
}

.panel-kicker {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.panel-header strong {
  color: var(--acid);
  font-family: var(--mono);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1;
  text-shadow: 0 0 18px rgba(120, 255, 47, 0.24);
}

.simulated-pill {
  padding: 6px 9px;
  border: 1px solid rgba(255, 216, 61, 0.36);
  border-radius: 999px;
  color: var(--beak);
  background: rgba(255, 216, 61, 0.06);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.chart-wrap {
  position: relative;
  min-height: 0;
  display: grid;
  flex: 1;
  align-items: center;
  padding: 34px 24px 45px 56px;
  overflow: hidden;
}

.chart-wrap::before {
  content: "QUACK HYPE / NOT A PRICE";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.022);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.hype-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
}

.chart-grid path {
  fill: none;
  stroke: rgba(171, 255, 189, 0.08);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.hype-chart__line {
  stroke: var(--acid);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hype-chart__area {
  opacity: 0.8;
}

.hype-chart__dot {
  fill: var(--white);
  stroke: var(--acid);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 9px var(--acid));
}

.chart-axis {
  position: absolute;
  z-index: 2;
  display: flex;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.chart-axis--y {
  top: 42px;
  bottom: 53px;
  left: 15px;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.chart-axis--x {
  right: 25px;
  bottom: 18px;
  left: 56px;
  justify-content: space-between;
}

.panel-footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 27px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.66rem;
}

.panel-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.panel-footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 9px var(--acid);
}

.metric-stack {
  grid-area: metrics;
  display: grid;
  gap: 12px;
}

.metric-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 120px;
  padding: 18px 19px;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s var(--ease-out), border-color 0.25s ease, background 0.25s ease;
}

.metric-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 255, 47, 0.11), transparent 70%);
}

.metric-card:hover {
  z-index: 2;
  transform: translateX(-5px);
  border-color: rgba(120, 255, 47, 0.4);
  background: rgba(9, 24, 14, 0.95);
}

.metric-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(120, 255, 47, 0.18);
  border-radius: 14px;
  background: var(--acid-soft);
  font-size: 1.6rem;
}

.metric-card > div {
  min-width: 0;
}

.metric-card > div > span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metric-card strong {
  display: block;
  margin: 3px 0 2px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 1.35rem;
  line-height: 1.2;
}

.metric-card strong b {
  color: var(--acid);
}

.metric-card small {
  display: block;
  color: var(--muted-2);
  font-size: 0.72rem;
  line-height: 1.4;
}

.analyst-card {
  grid-area: analyst;
  min-height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
}

.analyst-card__screen {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.terminal-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.terminal-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.terminal-bar span:nth-child(2) {
  background: var(--beak);
}

.terminal-bar span:nth-child(3) {
  background: var(--acid);
}

.terminal-bar b {
  margin-left: 7px;
  overflow: hidden;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.51rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analyst-card__body {
  position: relative;
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}

.analyst-card__body::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 255, 47, 0.12), transparent 70%);
}

.analyst-avatar {
  position: absolute;
  top: 16px;
  right: 17px;
  font-size: 2rem;
  filter: drop-shadow(0 0 12px rgba(120, 255, 47, 0.26));
}

.analyst-card blockquote {
  min-height: 70px;
  margin: 12px 38px 14px 0;
  color: #dceee0;
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.5;
}

.analyst-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: auto;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.05em;
}

.analyst-meta b {
  color: var(--beak);
}

.button--terminal {
  width: 100%;
  min-height: 38px;
  justify-content: space-between;
  margin-top: 12px;
  padding: 9px 11px;
  border-radius: 6px;
  color: var(--acid);
  border-color: rgba(120, 255, 47, 0.24);
  background: rgba(120, 255, 47, 0.055);
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.01em;
}

/* Story ------------------------------------------------------------------- */

.story {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(120, 255, 47, 0.035), transparent 38%),
    #040a06;
}

.story__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(50px, 8vw, 115px);
}

.story__sticky {
  position: sticky;
  top: calc(var(--header-height) + 48px);
}

.story h2 {
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 5.7vw, 5.8rem);
}

.story__sticky > p {
  max-width: 510px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.84;
}

.signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.signature > span {
  color: var(--acid);
  font-size: 2.6rem;
  line-height: 1;
}

.signature div {
  display: grid;
}

.signature strong {
  font-size: 0.84rem;
}

.signature small {
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.6rem;
}

.manifesto-cards {
  display: grid;
  gap: 15px;
}

.manifesto-card {
  position: relative;
  min-height: 196px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(7, 17, 11, 0.66);
  overflow: hidden;
  transition: transform 0.32s var(--ease-out), border-color 0.32s ease, background 0.32s ease;
}

.manifesto-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--acid);
  box-shadow: 0 0 13px var(--acid);
  transition: transform 0.4s var(--ease-out);
}

.manifesto-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 255, 47, 0.32);
  background: rgba(9, 23, 13, 0.86);
}

.manifesto-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.manifesto-card__number {
  color: rgba(120, 255, 47, 0.42);
  font-family: var(--mono);
  font-size: 1.3rem;
  font-weight: 900;
}

.manifesto-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.manifesto-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.manifesto-card--accent {
  color: var(--ink);
  border-color: var(--beak);
  background: var(--beak);
}

.manifesto-card--accent .manifesto-card__number,
.manifesto-card--accent p {
  color: rgba(3, 8, 6, 0.68);
}

.manifesto-card--accent:hover {
  border-color: var(--beak);
  background: #ffe263;
}

.quack-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 8px 10px 8px 13px;
  border: 1px solid rgba(3, 8, 6, 0.32);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.25);
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.quack-switch i {
  position: relative;
  width: 35px;
  height: 19px;
  border-radius: 999px;
  background: rgba(3, 8, 6, 0.22);
  transition: background 0.25s ease;
}

.quack-switch i::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ink);
  transition: transform 0.28s var(--ease-out), background 0.25s ease;
}

.quack-switch[aria-pressed="true"] i {
  background: rgba(3, 8, 6, 0.5);
}

.quack-switch[aria-pressed="true"] i::before {
  transform: translateX(16px);
  background: var(--acid);
}

/* Launch console ---------------------------------------------------------- */

.launch {
  overflow: hidden;
}

.launch::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 50%;
  width: 950px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(120, 255, 47, 0.08), transparent 67%);
  filter: blur(15px);
  transform: translateX(-50%);
  pointer-events: none;
}

.launch-console {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(120, 255, 47, 0.35);
  border-radius: var(--radius-lg);
  background: #040b06;
  box-shadow: 0 0 0 1px rgba(120, 255, 47, 0.05), 0 40px 120px rgba(0, 0, 0, 0.5), 0 0 80px rgba(120, 255, 47, 0.08);
}

.launch-console::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 4px, rgba(255, 255, 255, 0.06) 5px);
  pointer-events: none;
}

.launch-console__chrome {
  position: relative;
  z-index: 2;
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-2);
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.console-dots {
  display: flex;
  gap: 6px;
}

.console-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.console-dots span:nth-child(2) {
  background: var(--beak);
}

.console-dots span:nth-child(3) {
  background: var(--acid);
}

.console-secure {
  justify-self: end;
  color: var(--acid);
}

.launch-console__main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.launch-console__left,
.launch-console__right {
  min-width: 0;
  padding: clamp(28px, 4vw, 55px);
}

.launch-console__right {
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.012);
}

.console-command {
  margin-bottom: 24px;
  color: #d6e9da;
  font-family: var(--mono);
  font-size: 0.8rem;
}

.console-command span {
  color: var(--acid);
}

.console-command b {
  color: #8fb596;
}

.console-command::after {
  content: "_";
  color: var(--acid);
  animation: cursorBlink 0.9s steps(2) infinite;
}

.launch-facts {
  display: grid;
  gap: 0;
  margin: 0;
  border-block: 1px solid var(--line);
}

.launch-facts div {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
}

.launch-facts div:last-child {
  border: 0;
}

.launch-facts dt {
  color: var(--muted-2);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.launch-facts dd {
  margin: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 900;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-red {
  color: var(--red) !important;
}

.status-yellow {
  color: var(--beak) !important;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 25px 0 13px;
}

.countdown div {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 13px 8px 10px;
  border: 1px solid rgba(120, 255, 47, 0.22);
  border-radius: 9px;
  background: rgba(120, 255, 47, 0.045);
}

.countdown strong {
  color: var(--acid);
  font-family: var(--mono);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1;
  text-shadow: 0 0 12px rgba(120, 255, 47, 0.28);
}

.countdown span {
  margin-top: 6px;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.countdown-note {
  min-height: 38px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sequence-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sequence-title span {
  color: var(--white);
}

.sequence-title b {
  color: var(--acid);
  font-size: 0.58rem;
}

.sequence-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sequence-list li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.018);
}

.sequence-marker {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 900;
}

.sequence-list li > div {
  min-width: 0;
  display: grid;
}

.sequence-list strong {
  font-size: 0.8rem;
}

.sequence-list small {
  color: var(--muted-2);
  font-size: 0.67rem;
}

.sequence-list li > b {
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.06em;
}

.sequence-list .is-complete {
  border-color: rgba(120, 255, 47, 0.28);
  background: rgba(120, 255, 47, 0.05);
}

.sequence-list .is-complete .sequence-marker,
.sequence-list .is-complete > b {
  color: var(--acid);
  border-color: rgba(120, 255, 47, 0.44);
}

.sequence-list li.is-complete:not(:first-child) {
  animation: completeFlash 0.8s var(--ease-out);
}

.console-log {
  min-height: 103px;
  margin-top: 18px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #020603;
  color: #76917c;
  font-family: var(--mono);
  font-size: 0.57rem;
  line-height: 1.7;
}

.console-log p {
  margin: 0;
}

.console-log span {
  color: #486250;
}

.typing-dots {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  vertical-align: bottom;
  animation: typingDots 1.3s steps(4, end) infinite;
}

/* Tokenomics -------------------------------------------------------------- */

.tokenomics {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(120, 255, 47, 0.035), transparent 35%),
    #040a06;
}

.tokenomics__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.tokenomics h2 {
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 5.5vw, 5.8rem);
}

.tokenomics__copy > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.honesty-box {
  max-width: 520px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  margin-top: 31px;
  padding: 18px;
  border: 1px solid rgba(255, 216, 61, 0.26);
  border-radius: 14px;
  background: rgba(255, 216, 61, 0.05);
}

.honesty-box__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 216, 61, 0.3);
  border-radius: 50%;
  color: var(--beak);
  font-size: 1.3rem;
}

.honesty-box strong {
  display: block;
  margin-bottom: 4px;
  color: var(--beak);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.honesty-box p {
  margin: 0;
  color: #aeb7a1;
  font-size: 0.78rem;
  line-height: 1.55;
}

.token-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 255, 47, 0.34);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 36%, rgba(120, 255, 47, 0.09), transparent 45%),
    #050d08;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42), 0 0 70px rgba(120, 255, 47, 0.065);
}

.token-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(255, 255, 255, 0.04) 4px);
  pointer-events: none;
}

.token-card__halo {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 255, 47, 0.13), transparent 65%);
  transform: translateX(-50%);
}

.token-card header,
.token-card footer {
  position: relative;
  z-index: 2;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.token-card header span {
  color: var(--acid);
}

.token-card footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.token-card footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.token-card footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--beak);
  box-shadow: 0 0 8px var(--beak);
}

.token-radar {
  position: relative;
  z-index: 2;
  width: min(70%, 350px);
  aspect-ratio: 1;
  margin: 34px auto 20px;
  border: 1px solid rgba(120, 255, 47, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(rgba(120, 255, 47, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 255, 47, 0.12) 1px, transparent 1px),
    radial-gradient(circle, rgba(120, 255, 47, 0.055), transparent 63%);
  background-size: 32px 32px, 32px 32px, 100% 100%;
  overflow: visible;
  box-shadow: inset 0 0 45px rgba(120, 255, 47, 0.055), 0 0 30px rgba(120, 255, 47, 0.05);
}

.token-radar::before,
.token-radar::after {
  content: "";
  position: absolute;
  background: rgba(120, 255, 47, 0.18);
}

.token-radar::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.token-radar::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.token-radar__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(120, 255, 47, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.token-radar__ring--one {
  width: 72%;
  height: 72%;
}

.token-radar__ring--two {
  width: 43%;
  height: 43%;
}

.token-radar__ring--three {
  width: 18%;
  height: 18%;
  border-color: rgba(255, 216, 61, 0.34);
}

.token-radar__sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg 318deg, rgba(120, 255, 47, 0.03) 324deg, rgba(120, 255, 47, 0.27) 359deg, transparent 360deg);
  animation: radarSweep 5s linear infinite;
}

.token-radar__duck {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 216, 61, 0.35);
  border-radius: 50%;
  background: #061009;
  font-size: 2.55rem;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 16px rgba(120, 255, 47, 0.25));
}

.radar-point {
  position: absolute;
  z-index: 4;
  padding: 5px 7px;
  border: 1px solid rgba(120, 255, 47, 0.23);
  border-radius: 4px;
  color: var(--acid-2);
  background: rgba(2, 8, 4, 0.82);
  font-family: var(--mono);
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  box-shadow: 0 0 15px rgba(120, 255, 47, 0.08);
}

.radar-point::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 10px var(--acid);
}

.radar-point--one {
  top: 15%;
  right: -12%;
}

.radar-point--one::before {
  top: 34px;
  left: -30px;
}

.radar-point--two {
  right: -15%;
  bottom: 20%;
}

.radar-point--two::before {
  top: -20px;
  left: -35px;
}

.radar-point--three {
  bottom: 8%;
  left: -9%;
}

.radar-point--three::before {
  top: -19px;
  right: -24px;
}

.radar-point--four {
  top: 19%;
  left: -14%;
}

.radar-point--four::before {
  right: -28px;
  bottom: -15px;
}

.token-table {
  position: relative;
  z-index: 2;
  margin: 0 24px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(2, 8, 4, 0.58);
  overflow: hidden;
}

.token-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
}

.token-table div:last-child {
  border: 0;
}

.token-table dt {
  color: var(--muted-2);
  font-size: 0.62rem;
}

.token-table dd {
  margin: 0;
  overflow: hidden;
  color: var(--beak);
  font-size: 0.67rem;
  font-weight: 900;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Safety ------------------------------------------------------------------ */

.safety {
  padding-block: clamp(64px, 7vw, 100px);
}

.safety__panel {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 0.9fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: 36px;
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(255, 216, 61, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(105deg, rgba(255, 216, 61, 0.085), transparent 36%),
    rgba(12, 16, 8, 0.92);
  overflow: hidden;
}

.safety__panel::after {
  content: "VERIFY THE BEAK";
  position: absolute;
  right: -15px;
  bottom: -18px;
  color: rgba(255, 216, 61, 0.035);
  font-family: var(--display);
  font-size: clamp(3rem, 8vw, 7.5rem);
  letter-spacing: -0.07em;
  white-space: nowrap;
  pointer-events: none;
}

.safety__icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 216, 61, 0.33);
  border-radius: 26px;
  color: var(--beak);
  background: rgba(255, 216, 61, 0.07);
  transform: rotate(-3deg);
}

.safety__icon svg {
  width: 58px;
  filter: drop-shadow(0 0 12px rgba(255, 216, 61, 0.2));
}

.safety h2 {
  margin: 12px 0 15px;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 0.98;
}

.safety__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.safety__rules {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety__rules li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 216, 61, 0.13);
  border-radius: 8px;
  color: #ced8c8;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.76rem;
}

.safety__rules span {
  color: var(--beak);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
}

/* Roadmap ----------------------------------------------------------------- */

.roadmap {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 30%, rgba(120, 255, 47, 0.055), transparent 28rem),
    #030806;
}

.roadmap-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-top: 46px;
}

.roadmap-line {
  position: absolute;
  top: 11px;
  right: calc(12.5% - 10px);
  left: calc(12.5% - 10px);
  height: 2px;
  background: var(--line);
}

.roadmap-line::before,
.roadmap-line::after,
.roadmap-line span::before,
.roadmap-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid var(--line-strong);
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.roadmap-line::before { left: 0; }
.roadmap-line span::before { left: 33.333%; }
.roadmap-line span::after { left: 66.666%; }
.roadmap-line::after { left: 100%; }

.roadmap-line span {
  display: block;
  width: 8%;
  height: 100%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
  transition: width 1.2s var(--ease-out);
}

.roadmap-line span::before {
  left: 0;
  border-color: var(--acid);
  background: var(--acid);
  box-shadow: 0 0 14px var(--acid);
}

.roadmap-line span::after {
  display: none;
}

.roadmap-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 17, 11, 0.72);
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
}

.roadmap-card:hover {
  transform: translateY(-7px);
  border-color: rgba(120, 255, 47, 0.34);
}

.roadmap-card__phase {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 90px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(120, 255, 47, 0.055), transparent);
}

.roadmap-card__phase span {
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.roadmap-card__phase strong {
  color: rgba(120, 255, 47, 0.37);
  font-family: var(--display);
  font-size: 3.1rem;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.roadmap-card__body {
  padding: 22px 20px 24px;
}

.roadmap-card__status {
  display: inline-flex;
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.roadmap-card h3 {
  margin: 17px 0 11px;
  font-family: var(--display);
  font-size: 1.42rem;
  letter-spacing: -0.045em;
  line-height: 1;
}

.roadmap-card p {
  min-height: 108px;
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.roadmap-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #bfd0c2;
  font-family: var(--mono);
  font-size: 0.62rem;
  list-style: none;
}

.roadmap-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.roadmap-card li::before {
  content: "+";
  color: var(--acid);
  font-weight: 900;
}

.roadmap-card.is-current {
  border-color: rgba(120, 255, 47, 0.42);
  box-shadow: 0 0 30px rgba(120, 255, 47, 0.07);
}

.roadmap-card.is-current .roadmap-card__phase strong,
.roadmap-card.is-current .roadmap-card__status {
  color: var(--acid);
}

.roadmap-card.is-current .roadmap-card__status {
  border-color: rgba(120, 255, 47, 0.3);
  background: rgba(120, 255, 47, 0.05);
}

/* Social ------------------------------------------------------------------ */

.social__panel {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: 0.55fr 0.8fr 0.85fr;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(35px, 6vw, 75px);
  border: 1px solid rgba(120, 255, 47, 0.25);
  border-radius: 36px;
  background:
    radial-gradient(circle at 16% 50%, rgba(120, 255, 47, 0.15), transparent 23rem),
    linear-gradient(130deg, #07130b, #030805 66%);
  overflow: hidden;
}

.social__panel::after {
  content: "SIGNAL";
  position: absolute;
  top: -42px;
  right: -20px;
  color: rgba(120, 255, 47, 0.025);
  font-family: var(--display);
  font-size: 12rem;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.social__duck {
  position: relative;
  width: min(100%, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(120, 255, 47, 0.32);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 255, 47, 0.11), transparent 65%);
  box-shadow: inset 0 0 60px rgba(120, 255, 47, 0.055), 0 0 40px rgba(120, 255, 47, 0.07);
}

.social__duck > span {
  position: relative;
  z-index: 3;
  font-size: clamp(4rem, 8vw, 7rem);
  filter: drop-shadow(0 0 18px rgba(120, 255, 47, 0.25));
  animation: duckBob 3.4s ease-in-out infinite;
}

.social__rings,
.social__rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(120, 255, 47, 0.2);
  border-radius: 50%;
}

.social__rings i {
  animation: signalRing 3s ease-out infinite;
}

.social__rings i:nth-child(2) {
  animation-delay: 1s;
}

.social__rings i:nth-child(3) {
  animation-delay: 2s;
}

.social h2 {
  margin: 16px 0 23px;
  font-size: clamp(2.5rem, 4.4vw, 4.7rem);
}

.social__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.social-links {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.social-links a {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.25s var(--ease-out), border-color 0.25s ease, background 0.25s ease;
}

.social-links a:hover:not([aria-disabled="true"]) {
  transform: translateX(-5px);
  border-color: rgba(120, 255, 47, 0.38);
  background: rgba(120, 255, 47, 0.055);
}

.social-links a[aria-disabled="true"] {
  opacity: 0.58;
  cursor: not-allowed;
}

.social-links > a > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(120, 255, 47, 0.18);
  border-radius: 10px;
  color: var(--acid);
  background: rgba(120, 255, 47, 0.05);
  font-size: 1.2rem;
  font-weight: 900;
}

.social-links div {
  display: grid;
}

.social-links strong {
  font-size: 0.8rem;
}

.social-links small {
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.57rem;
}

.social-links b {
  color: var(--muted-2);
  font-size: 1.1rem;
}

/* FAQ --------------------------------------------------------------------- */

.faq {
  border-top: 1px solid var(--line);
  background: #040a06;
}

.faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(55px, 9vw, 130px);
}

.faq__heading {
  position: sticky;
  top: calc(var(--header-height) + 48px);
}

.faq h2 {
  margin: 16px 0 22px;
  font-size: clamp(2.7rem, 5.2vw, 5.6rem);
}

.faq__heading > p {
  margin-bottom: 27px;
  color: var(--muted);
}

.accordion {
  border-top: 1px solid var(--line-strong);
}

.accordion__item {
  border-bottom: 1px solid var(--line-strong);
}

.accordion__item h3 {
  margin: 0;
}

.accordion__item button {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 0;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.accordion__item button:hover {
  color: var(--acid-2);
}

.accordion__item button i {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.accordion__item button i::before,
.accordion__item button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--acid);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease-out);
}

.accordion__item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.accordion__panel {
  overflow: hidden;
}

.accordion__panel p {
  max-width: 730px;
  margin: -4px 54px 27px 0;
  color: var(--muted);
  line-height: 1.75;
}

/* Finale ------------------------------------------------------------------ */

.finale {
  padding-top: 0;
}

.finale__panel {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
  padding: 70px 30px;
  border: 1px solid rgba(120, 255, 47, 0.42);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 45%, rgba(120, 255, 47, 0.16), transparent 31rem),
    #061009;
  box-shadow: 0 0 100px rgba(120, 255, 47, 0.07), inset 0 0 80px rgba(120, 255, 47, 0.035);
  overflow: hidden;
}

.finale__grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(120, 255, 47, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 255, 47, 0.11) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 72%);
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
  transform: perspective(600px) rotateX(54deg) scale(1.45) translateY(18%);
  transform-origin: bottom;
}

.finale__content {
  position: relative;
  z-index: 3;
  max-width: 850px;
  text-align: center;
}

.finale__content .kicker::before {
  display: none;
}

.finale h2 {
  margin: 18px 0 24px;
  font-size: clamp(3rem, 7vw, 7rem);
}

.finale__content p {
  max-width: 650px;
  margin: 0 auto 31px;
  color: var(--muted);
}

.finale__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.finale__ticker {
  position: absolute;
  right: -4%;
  bottom: -11%;
  left: -4%;
  display: flex;
  justify-content: space-around;
  color: rgba(120, 255, 47, 0.065);
  font-family: var(--display);
  font-size: clamp(5rem, 13vw, 12rem);
  letter-spacing: -0.08em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-4deg);
}

/* Footer ------------------------------------------------------------------ */

.site-footer {
  padding: 65px 0 28px;
  border-top: 1px solid var(--line);
  background: #020503;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
  padding-bottom: 42px;
}

.brand--footer .brand__mark {
  width: 48px;
}

.brand--footer .brand__word {
  font-size: 1.4rem;
}

.site-footer__top > p {
  margin: 0;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.site-footer__top > p span {
  color: var(--acid);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.site-footer nav a:hover {
  color: var(--acid);
}

.site-footer__legal {
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.site-footer__legal > p {
  max-width: 1050px;
  margin-bottom: 24px;
  color: #607266;
  font-size: 0.68rem;
  line-height: 1.7;
}

.site-footer__legal > p strong {
  color: #8ba094;
}

.site-footer__legal > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #506158;
  font-family: var(--mono);
  font-size: 0.59rem;
}

/* Bell overlay, toast, particles ----------------------------------------- */

.bell-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(2, 8, 4, 0.2);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  pointer-events: none;
  transition: visibility 0s linear 0.7s, opacity 0.25s ease, backdrop-filter 0.4s ease;
}

.bell-overlay.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition-delay: 0s;
}

.bell-overlay__word {
  position: relative;
  z-index: 3;
  color: var(--acid);
  font-family: var(--display);
  font-size: clamp(5rem, 18vw, 15rem);
  letter-spacing: -0.09em;
  line-height: 0.8;
  text-shadow: 0 0 18px rgba(120, 255, 47, 0.55), 0 0 70px rgba(120, 255, 47, 0.4);
  transform: scale(0.25) rotate(-9deg);
}

.bell-overlay.is-active .bell-overlay__word {
  animation: bellWord 0.78s var(--ease-out) forwards;
}

.bell-overlay__sub {
  position: absolute;
  z-index: 3;
  top: calc(50% + clamp(62px, 12vw, 125px));
  color: var(--beak);
  font-family: var(--mono);
  font-size: clamp(0.65rem, 1.7vw, 1rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(20px);
}

.bell-overlay.is-active .bell-overlay__sub {
  animation: bellSub 0.4s ease 0.25s forwards;
}

.bell-overlay__rings,
.bell-overlay__rings i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid var(--acid);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.bell-overlay.is-active .bell-overlay__rings i {
  animation: bellRing 0.85s ease-out forwards;
}

.bell-overlay.is-active .bell-overlay__rings i:nth-child(2) {
  animation-delay: 0.08s;
}

.bell-overlay.is-active .bell-overlay__rings i:nth-child(3) {
  animation-delay: 0.16s;
}

.toast {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 18px;
  max-width: min(380px, calc(100% - 36px));
  padding: 13px 16px;
  border: 1px solid rgba(120, 255, 47, 0.36);
  border-radius: 9px;
  color: #dbffe1;
  background: rgba(4, 15, 7, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45), 0 0 25px rgba(120, 255, 47, 0.08);
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s var(--ease-out);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.particle-layer {
  position: fixed;
  z-index: 1050;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.quack-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--acid);
  font-family: var(--mono);
  font-size: clamp(0.8rem, 2vw, 1.4rem);
  font-weight: 950;
  text-shadow: 0 0 9px currentColor;
  opacity: 0;
  animation: particleBurst var(--duration, 1.1s) var(--ease-out) forwards;
}

.quack-particle:nth-child(3n) {
  color: var(--beak);
}

.quack-particle:nth-child(4n) {
  font-size: 1.8rem;
}

.noscript {
  position: fixed;
  z-index: 1500;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 15px;
  border: 1px solid var(--beak);
  border-radius: 10px;
  color: var(--ink);
  background: var(--beak);
  font-weight: 800;
  text-align: center;
}

/* Reveal motion ----------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.85s var(--ease-out);
}

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

/* Waddle mode ------------------------------------------------------------- */

body.waddle-mode .brand__mark,
body.waddle-mode .hero-art,
body.waddle-mode .social__duck > span {
  animation: waddle 0.5s ease-in-out infinite alternate;
}

body.waddle-mode .button--acid {
  animation: neonThrob 0.9s ease-in-out infinite alternate;
}

body.waddle-mode .ambient__grid {
  animation: gridDrift 5s linear infinite;
}

body.waddle-mode .tape__track {
  animation-duration: 18s;
}

/* Keyframes --------------------------------------------------------------- */

@keyframes statusPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

@keyframes softBlink {
  0%, 45% { opacity: 1; }
  46%, 60% { opacity: 0.48; }
  61%, 100% { opacity: 1; }
}

@keyframes cursorBlink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

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

@keyframes floatTicket {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

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

@keyframes typingDots {
  from { width: 0; }
  to { width: 18px; }
}

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

@keyframes duckBob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes signalRing {
  0% { opacity: 0.45; transform: scale(0.25); }
  90%, 100% { opacity: 0; transform: scale(1.22); }
}

@keyframes bellWord {
  0% { opacity: 0; transform: scale(0.22) rotate(-12deg); }
  58% { opacity: 1; transform: scale(1.08) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(-2deg); }
}

@keyframes bellSub {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bellRing {
  0% { opacity: 0.65; transform: translate(-50%, -50%) scale(0.1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(8); }
}

@keyframes particleBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.4);
  }
  15% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(1.25);
  }
}

@keyframes completeFlash {
  0% { box-shadow: 0 0 0 rgba(120, 255, 47, 0); }
  40% { box-shadow: 0 0 30px rgba(120, 255, 47, 0.24); }
  100% { box-shadow: 0 0 0 rgba(120, 255, 47, 0); }
}

@keyframes waddle {
  from { rotate: -1.8deg; }
  to { rotate: 1.8deg; }
}

@keyframes neonThrob {
  from { box-shadow: 0 0 10px rgba(120, 255, 47, 0.13); }
  to { box-shadow: 0 0 36px rgba(120, 255, 47, 0.45); }
}

@keyframes gridDrift {
  to { background-position: 62px 62px; }
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1160px) {
  .primary-nav {
    gap: 15px;
  }

  .primary-nav a {
    font-size: 0.75rem;
  }

  .market-chip {
    display: none;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 50px;
  }

  .floating-ticket--one {
    left: -13%;
  }

  .floating-ticket--two {
    right: -7%;
  }

  .pulse-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.65fr);
  }

  .roadmap-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .roadmap-line {
    display: none;
  }

  .roadmap-card p {
    min-height: auto;
  }

  .social__panel {
    grid-template-columns: 0.45fr 0.85fr 0.9fr;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 68px;
  }

  .prelaunch-banner__inner {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .prelaunch-banner__inner > span:not(.status-lamp) {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .primary-nav {
    position: fixed;
    z-index: 100;
    top: calc(38px + var(--header-height));
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 24px 20px 60px;
    border-top: 1px solid var(--line);
    background: rgba(3, 8, 6, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.3s var(--ease-out), visibility 0s linear 0.3s;
  }

  .nav-open .primary-nav {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .primary-nav a {
    padding: 18px 6px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.7rem;
    letter-spacing: -0.04em;
  }

  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .hero__copy {
    max-width: 820px;
  }

  .hero__visual {
    width: min(82vw, 560px);
    justify-self: center;
  }

  .floating-ticket--one {
    left: -12%;
  }

  .floating-ticket--two {
    right: -11%;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading > p,
  .section-heading > div + p {
    max-width: 650px;
  }

  .pulse-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "chart"
      "metrics"
      "analyst";
  }

  .metric-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .metric-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .metric-card:hover {
    transform: translateY(-5px);
  }

  .market-panel--chart {
    min-height: 560px;
  }

  .story__layout,
  .tokenomics__layout,
  .faq__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .story__sticky,
  .faq__heading {
    position: static;
  }

  .story__sticky > p,
  .tokenomics__copy > p {
    max-width: 700px;
  }

  .launch-console__main {
    grid-template-columns: 1fr;
  }

  .launch-console__right {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .token-card {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .safety__panel {
    grid-template-columns: 90px 1fr;
  }

  .safety__icon {
    width: 88px;
    height: 88px;
  }

  .safety__rules {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .social__panel {
    grid-template-columns: 180px 1fr;
  }

  .social-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .social-links a {
    grid-template-columns: 42px 1fr;
  }

  .social-links a > b {
    display: none;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding-block: 82px;
  }

  .prelaunch-banner__inner {
    min-height: 42px;
    font-size: 0.62rem;
  }

  .prelaunch-banner__inner > span:not(.status-lamp) {
    display: none;
  }

  .prelaunch-banner a {
    margin-left: auto;
  }

  .site-header__inner {
    gap: 12px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero__wordmark {
    font-size: clamp(2.7rem, 16vw, 4.7rem);
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5.4rem);
  }

  .hero__lede {
    font-size: 0.98rem;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__microcopy {
    display: grid;
    gap: 7px;
  }

  .quote-strip {
    grid-template-columns: 1fr 1fr;
  }

  .quote-strip div:nth-child(2) {
    border-right: 0;
  }

  .quote-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .hero__visual {
    width: min(90vw, 470px);
  }

  .hero-art {
    border-radius: 24px 24px 65px 24px;
  }

  .floating-ticket {
    min-width: 155px;
    padding: 10px;
  }

  .floating-ticket--one {
    top: 50%;
    left: -5%;
  }

  .floating-ticket--two {
    right: -3%;
    bottom: 11%;
  }

  .tape {
    min-height: 52px;
  }

  .tape__label {
    min-width: 120px;
    padding: 0 12px;
    font-size: 0.54rem;
  }

  .tape__track span {
    padding: 0 18px;
    font-size: 0.67rem;
  }

  .section-heading h2,
  .story h2,
  .tokenomics h2,
  .social h2,
  .faq h2,
  .finale h2 {
    font-size: clamp(2.45rem, 12vw, 4.2rem);
  }

  .market-panel--chart {
    min-height: 470px;
  }

  .panel-header {
    min-height: 88px;
    padding: 20px;
  }

  .chart-wrap {
    padding: 25px 15px 39px 38px;
  }

  .chart-axis--x {
    left: 38px;
  }

  .panel-footer {
    padding: 13px 18px;
  }

  .metric-stack {
    grid-template-columns: 1fr;
  }

  .metric-card {
    grid-template-columns: 52px 1fr;
  }

  .manifesto-card {
    grid-template-columns: 48px 1fr;
    padding: 23px 20px;
  }

  .launch-console__chrome {
    grid-template-columns: auto 1fr;
  }

  .launch-console__chrome > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .console-secure {
    display: none;
  }

  .launch-console__left,
  .launch-console__right {
    padding: 27px 20px;
  }

  .launch-facts div {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .countdown {
    gap: 5px;
  }

  .countdown div {
    padding-inline: 4px;
  }

  .launch-actions {
    display: grid;
  }

  .sequence-list li {
    grid-template-columns: 32px 1fr;
  }

  .sequence-list li > b {
    display: none;
  }

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

  .token-radar {
    width: min(76%, 330px);
  }

  .radar-point {
    font-size: 0.42rem;
  }

  .radar-point--one,
  .radar-point--two {
    right: -17%;
  }

  .radar-point--three,
  .radar-point--four {
    left: -17%;
  }

  .safety__panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .safety__icon {
    width: 76px;
    height: 76px;
  }

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

  .roadmap-track {
    grid-template-columns: 1fr;
  }

  .social__panel {
    grid-template-columns: 1fr;
    padding: 38px 22px;
    text-align: center;
  }

  .social__duck {
    width: 150px;
  }

  .social__copy .kicker::before {
    display: none;
  }

  .social-links {
    grid-column: auto;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .faq__layout {
    gap: 45px;
  }

  .accordion__item button {
    min-height: 78px;
    font-size: 0.96rem;
  }

  .accordion__panel p {
    margin-right: 0;
    font-size: 0.9rem;
  }

  .finale {
    padding-top: 0;
  }

  .finale__panel {
    min-height: 500px;
    padding: 55px 19px;
    border-radius: 25px;
  }

  .finale__actions {
    display: grid;
  }

  .finale__actions .button {
    width: 100%;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .site-footer__legal > div {
    flex-direction: column;
    gap: 7px;
  }

  .bell-overlay__word {
    font-size: 19vw;
  }
}

@media (max-width: 440px) {
  .brand__word {
    font-size: 1rem;
  }

  .hero__wordmark sup {
    display: none;
  }

  .eyebrow {
    gap: 8px;
  }

  .eyebrow__divider {
    width: 18px;
  }

  .quote-strip div {
    padding: 13px 11px;
  }

  .floating-ticket {
    display: none;
  }

  .hero-art__stamp {
    width: 61px;
    height: 61px;
    font-size: 0.5rem;
  }

  .panel-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .market-panel--chart {
    min-height: 430px;
  }

  .manifesto-card {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .countdown strong {
    font-size: 1.15rem;
  }

  .countdown span {
    font-size: 0.43rem;
  }

  .token-card header,
  .token-card footer {
    font-size: 0.49rem;
  }

  .token-radar {
    width: 68%;
  }

  .radar-point {
    display: none;
  }

  .token-table {
    margin-inline: 13px;
  }
}

/* Respect users who request less motion ---------------------------------- */

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .tape__track {
    transform: translateX(0);
  }

  .cursor-glow {
    display: none;
  }
}
