:root {
  --acid: #cdff00;
  --acid-dark: #9fc500;
  --copper: #b8662d;
  --copper-light: #e19a56;
  --patina: #2e7163;
  --ink: #090a08;
  --iron: #11130f;
  --iron-2: #1a1c17;
  --paper: #e8e5d8;
  --muted: #999d8f;
  --line: rgba(232, 229, 216, 0.16);
  --display: "Arial Narrow", "Helvetica Neue", Impact, sans-serif;
  --serif: "Copperplate", "Baskerville", "Times New Roman", serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--acid) var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

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

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(205, 255, 0, 0.075), transparent 64%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 64px), var(--max));
  height: 96px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(205, 255, 0, 0.55);
  border-radius: 50%;
  background: var(--acid);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.site-nav { display: flex; gap: clamp(22px, 4vw, 52px); }
.site-nav a,
.footer-links a {
  position: relative;
  color: #d6d6cb;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.site-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--acid);
  content: "";
  transition: right 0.3s ease;
}
.site-nav a:hover::after,
.footer-links a:hover::after { right: 0; }
.header-buy { justify-self: end; }
.menu-toggle { display: none; }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 185px;
  min-height: 53px;
  padding: 0 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.button::before {
  position: absolute;
  inset: 0;
  background: var(--acid);
  content: "";
  transform: translateX(-103%);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.button > * { position: relative; z-index: 1; }
.button:hover { border-color: var(--acid); color: var(--ink); transform: translateY(-2px); }
.button:hover::before { transform: translateX(0); }
.button-primary { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button-primary::before { background: var(--paper); }
.button-small { min-width: 105px; min-height: 38px; padding: 0 15px; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: max(720px, 100svh);
  overflow: hidden;
  background: #080906;
}
.hero-media { position: absolute; inset: 0; }
.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.97) 0%, rgba(5, 6, 4, 0.85) 29%, rgba(5, 6, 4, 0.15) 64%, rgba(5, 6, 4, 0.35) 100%),
    linear-gradient(0deg, rgba(5, 6, 4, 0.85), transparent 25%);
  content: "";
}
.hero-media img { width: 100%; height: 108%; object-fit: cover; }
.hero-scan {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.14;
  background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(205, 255, 0, 0.12) 6px);
  mix-blend-mode: screen;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 64px), var(--max));
  margin: 100px auto 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--acid);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--ink);
  background: var(--acid);
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-transform: uppercase;
}
h1 { margin-top: 23px; font-size: clamp(68px, 9.5vw, 145px); }
h1 span, h2 em { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 700; }
.hero-line {
  margin: 23px 0 17px;
  color: var(--copper-light);
  font-family: var(--display);
  font-size: clamp(15px, 1.45vw, 21px);
  font-weight: 900;
  letter-spacing: 0.3em;
}
.hero-copy { max-width: 480px; margin-bottom: 30px; color: #b9b9ae; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-stamp {
  position: absolute;
  z-index: 4;
  right: max(32px, calc((100vw - var(--max)) / 2));
  bottom: 88px;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(205, 255, 0, 0.8);
  border-radius: 50%;
  color: var(--acid);
  font-family: var(--display);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
  transform: rotate(7deg);
}
.hero-stamp::before { position: absolute; inset: 7px; border: 1px dashed rgba(205, 255, 0, 0.45); border-radius: 50%; content: ""; }
.hero-stamp strong { font-family: var(--serif); font-size: 23px; letter-spacing: 0.04em; }
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-48px);
  transform-origin: left bottom;
}
.scroll-cue i { display: block; width: 58px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, 0.2); }
.scroll-cue i::after { display: block; width: 50%; height: 1px; background: var(--acid); content: ""; animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateX(-110%); } 100% { transform: translateX(210%); } }

.ticker { overflow: hidden; border-block: 1px solid var(--acid); background: var(--acid); color: var(--ink); }
.ticker-track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  padding: 13px 0;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
}
.ticker-track i { color: var(--copper); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  width: min(calc(100% - 64px), var(--max));
  min-height: 780px;
  margin-inline: auto;
  padding: 110px 0;
}
.section::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: var(--line); content: ""; }
.section h2, .final-cta h2 { margin: 24px 0 33px; font-size: clamp(47px, 5.8vw, 84px); }
.lead { max-width: 580px; color: #aeb0a4; font-family: var(--serif); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }

.framed-image {
  position: relative;
  isolation: isolate;
  padding: 12px;
  border: 1px solid rgba(205, 255, 0, 0.35);
  background: #11130e;
}
.framed-image::before,
.framed-image::after {
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-color: var(--acid);
  content: "";
}
.framed-image::before { top: -8px; left: -8px; border-top: 1px solid; border-left: 1px solid; }
.framed-image::after { right: -8px; bottom: -8px; border-right: 1px solid; border-bottom: 1px solid; }
.framed-image img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; filter: saturate(0.85) contrast(1.08); }
.image-index {
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 8px 11px;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--display);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.creed { grid-template-columns: 0.8fr 1.2fr; }
.creed-list { margin-top: 40px; border-top: 1px solid var(--line); }
.creed-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.creed-list article > span { color: var(--acid); font-family: var(--serif); font-size: 12px; font-style: italic; }
.creed-list h3 { margin-bottom: 2px; font-family: var(--display); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; }
.creed-list p { margin: 0; color: var(--muted); font-size: 12px; }

.token { grid-template-columns: 1.05fr 0.95fr; }
.token-image { grid-column: 2; grid-row: 1; }
.token-image img { aspect-ratio: 4 / 4.25; }
.token-specs { display: grid; grid-template-columns: 1fr 1fr; margin: 36px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.token-specs div { padding: 15px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.token-specs dt { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.token-specs dd { margin: 2px 0 0; font-family: var(--display); font-size: 15px; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.contract {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 16px;
  border: 1px solid rgba(205, 255, 0, 0.38);
  background: rgba(205, 255, 0, 0.035);
}
.contract span { display: block; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.contract code { display: block; max-width: 380px; overflow: hidden; color: var(--paper); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.copy-button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 9px 12px; border: 0; background: var(--acid); color: var(--ink); cursor: pointer; }
.copy-button span { color: inherit; }
.copy-button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.copy-button:hover { background: var(--paper); }
.quality-seal {
  position: absolute;
  top: 34px;
  left: -35px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-family: var(--serif);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-12deg);
}
.quality-seal::after { position: absolute; inset: 6px; border: 1px dashed var(--acid); border-radius: 50%; content: ""; }

.get-copper { display: block; padding-bottom: 130px; }
.get-header { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.get-header h2 { margin-bottom: 0; }
.get-header .lead { max-width: 390px; margin-bottom: 3px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { position: relative; min-height: 380px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,0.025), transparent); }
.process-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--acid); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
.process-card:hover::after { transform: scaleX(1); }
.process-number { position: absolute; top: 24px; right: 27px; color: var(--acid); font-family: var(--serif); font-size: 16px; font-style: italic; }
.process-art { display: grid; place-items: center; width: 100%; height: 205px; margin-bottom: 19px; overflow: hidden; border: 1px solid rgba(205, 255, 0, 0.15); background: #151711; }
.process-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75) contrast(1.15); transition: transform 0.55s ease; }
.process-card:hover .process-art img { transform: scale(1.05); }
.process-art svg { width: 105px; fill: none; stroke: var(--copper-light); stroke-width: 2; filter: drop-shadow(0 0 18px rgba(205,255,0,0.2)); }
.process-card h3 { margin-bottom: 6px; font-family: var(--display); font-size: 16px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.process-card p { margin: 0; color: var(--muted); font-size: 12px; }
.get-actions { display: flex; justify-content: center; gap: 10px; margin-top: 44px; }

.final-cta { position: relative; display: grid; place-items: center; min-height: 670px; overflow: hidden; border-block: 1px solid rgba(205,255,0,0.35); text-align: center; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: saturate(0.75); transform: scale(1.04); transition: transform 6s ease; }
.final-cta:hover > img { transform: scale(1); }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(5,6,4,0.65), rgba(5,6,4,0.85)), radial-gradient(circle at 65%, transparent, #050604 85%); }
.final-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; padding: 70px 20px; }
.final-cta h2 { font-size: clamp(58px, 8vw, 118px); }
.final-cta .button { min-width: 240px; }

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 32px;
  width: min(calc(100% - 64px), var(--max));
  min-height: 205px;
  margin-inline: auto;
}
.site-footer > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 12px; font-style: italic; text-align: center; }
.footer-links { display: flex; justify-content: end; gap: 30px; }
.site-footer small { grid-column: 1 / -1; padding: 16px 0; border-top: 1px solid var(--line); color: #686b61; font-size: 8px; letter-spacing: 0.15em; text-align: center; text-transform: uppercase; }

.toast {
  position: fixed;
  z-index: 200;
  right: 25px;
  bottom: 25px;
  padding: 13px 17px;
  border-left: 3px solid var(--acid);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.3s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease var(--delay, 0ms), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; width: min(calc(100% - 40px), var(--max)); height: 78px; }
  .menu-toggle { position: relative; z-index: 22; display: block; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: rgba(9,10,8,0.7); }
  .menu-toggle span:not(.sr-only) { position: absolute; left: 11px; width: 19px; height: 1px; background: var(--paper); transition: 0.3s ease; }
  .menu-toggle span:first-child { top: 16px; }
  .menu-toggle span:nth-child(2) { top: 24px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; background: rgba(8,9,6,0.97); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  .site-nav a { font-size: 21px; }
  .site-nav.open { opacity: 1; pointer-events: auto; }
  .header-buy { display: none; }
  .hero-content { width: min(calc(100% - 40px), var(--max)); }
  .hero-media::after { background: linear-gradient(90deg, rgba(5,6,4,0.93), rgba(5,6,4,0.24)), linear-gradient(0deg, rgba(5,6,4,0.86), transparent 45%); }
  .hero-media img { object-position: 61% center; }
  .hero-stamp { right: 25px; bottom: 42px; width: 86px; height: 86px; }
  .scroll-cue { display: none; }
  .section, .creed, .token { grid-template-columns: 1fr; gap: 60px; width: min(calc(100% - 40px), 720px); min-height: auto; padding: 90px 0; }
  .section-copy, .token-copy { max-width: 680px; }
  .framed-image { width: min(100%, 620px); margin-inline: auto; }
  .framed-image img { aspect-ratio: 4 / 3.5; }
  .token-image { grid-column: 1; grid-row: auto; }
  .get-copper { display: block; width: min(calc(100% - 40px), var(--max)); }
  .get-header { align-items: start; flex-direction: column; gap: 24px; }
  .process-card { padding: 22px; }
  .site-footer { grid-template-columns: 1fr 1fr; width: min(calc(100% - 40px), var(--max)); padding-top: 50px; }
  .site-footer > p { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 14px; }
  .hero { min-height: 760px; align-items: end; padding-bottom: 95px; }
  .hero-content { margin-top: 90px; }
  h1 { font-size: clamp(56px, 17vw, 83px); }
  .hero-copy { max-width: 90%; }
  .hero-actions, .get-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button, .get-actions .button { width: 100%; }
  .hero-stamp { display: none; }
  .ticker-track { gap: 24px; font-size: 10px; }
  .section h2, .final-cta h2 { font-size: clamp(42px, 13vw, 65px); }
  .lead { font-size: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: center; min-height: 180px; }
  .process-art { height: 110px; margin: 0; }
  .process-art svg { width: 70px; }
  .process-number { top: 10px; right: 12px; }
  .token-specs { grid-template-columns: 1fr; }
  .contract { align-items: stretch; flex-direction: column; }
  .copy-button { justify-content: center; }
  .quality-seal { top: 25px; left: -12px; width: 68px; height: 68px; font-size: 8px; }
  .final-cta { min-height: 590px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding-top: 55px; text-align: center; }
  .footer-links { justify-content: center; }
  .site-footer small { grid-column: 1; width: 100%; }
  .cursor-glow { display: none; }
}

@media (max-width: 440px) {
  .brand-name { font-size: 12px; }
  .hero-line { letter-spacing: 0.2em; }
  .process-card { grid-template-columns: 92px 1fr; gap: 15px; padding: 15px; }
  .process-art { height: 92px; }
  .framed-image { padding: 7px; }
}

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