/* ============================================================
   Grace — angular theme · Robinhood lime on left + top
   ============================================================ */

:root {
  --bg: #070a08;
  --bg-2: #0c1210;
  --bg-3: #131b16;
  --panel: rgba(14, 22, 16, 0.88);
  --line: rgba(0, 200, 5, 0.28);
  --line-soft: rgba(255, 255, 255, 0.08);
  --line-amber: rgba(245, 184, 66, 0.28);
  --rh: #00c805;
  --rh-bright: #35e65c;
  --rh-deep: #00934a;
  --rh-glow: rgba(0, 200, 5, 0.45);
  --amber: #f5b842;
  --amber-bright: #ffd56a;
  --amber-deep: #c4841a;
  --slate: #6b7a8a;
  --gray-mid: #555555;
  --green: #00c805;
  --green-bright: #35e65c;
  --red: #ff5000;
  --white: #f4f7f5;
  --muted: #93a3ae;
  --font-brand: "Londrina Sketch", cursive;
  --font-display: "Outfit", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --radius: 0;
  --cut: 14px;
  --frame: 4px;
  --nav-h: 72px;
  --paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%2300c805'%3E%3Cellipse cx='18' cy='16' rx='7' ry='9'/%3E%3Cellipse cx='32' cy='10' rx='7.5' ry='9.5'/%3E%3Cellipse cx='46' cy='16' rx='7' ry='9'/%3E%3Cellipse cx='12' cy='30' rx='6' ry='7.5'/%3E%3Cellipse cx='52' cy='30' rx='6' ry='7.5'/%3E%3Cpath d='M32 28c-10 0-18 8-18 18 0 6 4 10 10 12 2.5 1 5 1.5 8 1.5s5.5-.5 8-1.5c6-2 10-6 10-12 0-10-8-18-18-18z'/%3E%3C/svg%3E");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 40px);
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-display);
  overflow-x: hidden;
  line-height: 1.6;
  /* amber on right + bottom; lime frame covers left + top */
  border-right: var(--frame) solid var(--amber-deep);
  border-bottom: var(--frame) solid var(--amber-deep);
  min-height: 100vh;
}

::selection {
  background: var(--rh);
  color: #04130a;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--rh), var(--rh-deep));
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--rh-bright);
}

/* ---------- Robinhood lime: left + top sides ---------- */
.frame-lime {
  position: fixed;
  z-index: 200;
  pointer-events: none;
  background: linear-gradient(90deg, var(--rh-bright), var(--rh) 40%, var(--rh-deep));
  box-shadow: 0 0 24px var(--rh-glow), 0 0 8px rgba(0, 200, 5, 0.6);
}
.frame-lime-left {
  top: 0;
  left: 0;
  width: var(--frame);
  height: 100%;
  background: linear-gradient(180deg, var(--rh-bright), var(--rh) 35%, var(--rh-deep));
}
.frame-lime-top {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--frame);
  background: linear-gradient(90deg, var(--rh-bright), var(--rh) 50%, var(--rh-deep));
}

/* angular cut helper */
.cut {
  clip-path: polygon(
    0 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut))
  );
}

/* ============================================================
   BACKGROUND
   ============================================================ */

#candle-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -4;
  opacity: 0.22;
}

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image: linear-gradient(rgba(0, 200, 5, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 5, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(135deg, black 20%, transparent 85%);
  -webkit-mask-image: linear-gradient(135deg, black 20%, transparent 85%);
}

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

.paw-field .ambient-paw {
  position: absolute;
  width: var(--size, 28px);
  height: var(--size, 28px);
  background: var(--paw) center / contain no-repeat;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(0, 200, 5, 0.4));
  animation: paw-drift var(--dur, 18s) linear infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes paw-drift {
  0% {
    transform: translateY(110vh) rotate(var(--rot, 0deg)) scale(0.6);
    opacity: 0;
  }
  8% {
    opacity: var(--op, 0.1);
  }
  85% {
    opacity: var(--op, 0.1);
  }
  100% {
    transform: translateY(-15vh) rotate(calc(var(--rot, 0deg) + 40deg)) scale(1);
    opacity: 0;
  }
}

.glow-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -2;
  pointer-events: none;
  opacity: 0.35;
}

.orb-a {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 200, 5, 0.32), transparent 70%);
  top: -160px;
  left: -80px;
  animation: orb-drift 16s ease-in-out infinite alternate;
}

.orb-b {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(245, 184, 66, 0.14), transparent 70%);
  bottom: -140px;
  right: -100px;
  animation: orb-drift 20s ease-in-out infinite alternate-reverse;
}

@keyframes orb-drift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-50px, 40px) scale(1.12);
  }
}

#cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 5, 0.1), transparent 65%);
  pointer-events: none;
  z-index: -1;
  transform: translate(-50%, -50%);
}

#paw-trail {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  overflow: hidden;
}

#paw-trail .trail-paw {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--paw) center / contain no-repeat;
  opacity: 0.5;
  transform: translate(-50%, -50%) rotate(var(--r, 0deg));
  animation: trail-fade 0.9s ease-out forwards;
}

@keyframes trail-fade {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(0.4)
      translateY(-18px);
  }
}

/* ============================================================
   SHARED
   ============================================================ */

.section {
  position: relative;
  padding: 100px 24px;
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  color: var(--rh-bright);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  margin-bottom: 14px;
  padding: 6px 12px 6px 10px;
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--line-amber);
  border-bottom: 1px solid var(--line-amber);
  background: rgba(0, 200, 5, 0.06);
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.amber-glow {
  background: linear-gradient(
    180deg,
    var(--rh-bright),
    var(--rh) 50%,
    var(--rh-deep)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(0, 200, 5, 0.4));
}

.mono {
  font-family: var(--font-mono);
}

.brand-name {
  font-family: var(--font-brand);
  font-weight: 400;
  font-size: 1.65rem;
  letter-spacing: 0.02em;
  color: var(--white);
  line-height: 1;
}

/* ---------- buttons — angular cut corners ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    10px 100%,
    0 calc(100% - 10px)
  );
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s, background 0.2s, color 0.2s;
  white-space: nowrap;
}

.btn-icon {
  width: 20px;
  height: 20px;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--rh-bright),
    var(--rh) 55%,
    var(--rh-deep)
  );
  color: #04130a;
  box-shadow: 0 0 0 1px rgba(53, 230, 92, 0.35),
    0 8px 28px rgba(0, 200, 5, 0.32);
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
}
.btn-primary:hover::after {
  animation: shine 0.7s ease-out;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(53, 230, 92, 0.7),
    0 14px 40px rgba(0, 200, 5, 0.5);
}
.btn-primary .btn-icon {
  filter: brightness(0) saturate(100%);
}

.btn-outline {
  background: rgba(0, 200, 5, 0.05);
  color: var(--white);
  box-shadow: inset 2px 2px 0 0 var(--rh), inset -1px -1px 0 0 var(--amber-deep);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(0, 200, 5, 0.12);
  transform: translateY(-3px);
  box-shadow: inset 2px 2px 0 0 var(--rh-bright),
    inset -1px -1px 0 0 var(--amber), 0 10px 30px rgba(0, 200, 5, 0.2);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  clip-path: none;
  border-radius: 0;
}
.btn-ghost:hover {
  background: rgba(0, 200, 5, 0.14);
  transform: translateY(-2px);
}

.btn-small {
  padding: 10px 18px;
  font-size: 0.85rem;
}
.btn-big {
  padding: 17px 34px;
  font-size: 1.02rem;
}

@keyframes shine {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

/* ---------- reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.d1 {
  transition-delay: 0.1s;
}
.reveal.d2 {
  transition-delay: 0.2s;
}
.reveal.d3 {
  transition-delay: 0.3s;
}
.reveal.d4 {
  transition-delay: 0.4s;
}

.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: var(--rh);
  box-shadow: 0 0 0 0 rgba(0, 200, 5, 0.7);
  animation: pulse 1.8s infinite;
  transform: rotate(45deg);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 5, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 200, 5, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 5, 0);
  }
}

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: var(--frame);
  left: var(--frame);
  right: 0;
  z-index: 100;
  background: rgba(7, 10, 8, 0.55);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid var(--line-soft);
  border-left: 2px solid transparent;
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled {
  background: rgba(7, 10, 8, 0.94);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 200, 5, 0.18);
}

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--white);
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 0;
  object-fit: cover;
  object-position: center 20%;
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  box-shadow: 2px 0 0 0 var(--rh), 0 2px 0 0 var(--rh),
    -1px 0 0 0 var(--amber-deep), 0 -1px 0 0 transparent,
    0 0 22px rgba(0, 200, 5, 0.35);
  transition: transform 0.3s;
}
.brand:hover .brand-logo {
  transform: scale(1.06);
}

.nav-links {
  display: flex;
  gap: 30px;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  position: relative;
  transition: color 0.25s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--rh), var(--rh-bright));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  border-radius: 0;
}
.nav-links a:hover {
  color: var(--white);
}
.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-burger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

/* ---------- ticker ---------- */
.ticker-tape {
  display: none;
}
.ticker-track {
  display: flex;
  gap: 42px;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  animation: ticker-scroll 30s linear infinite;
}
.ticker-track span {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ticker-track .ticker-paw {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--paw) center / contain no-repeat;
  opacity: 0.45;
}
.ticker-track .up {
  color: var(--green-bright);
}
.ticker-track .down {
  color: var(--red);
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============================================================
   HERO — full-bleed banner, Grace first
   ============================================================ */

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--nav-h) + 52px) 28px 72px;
  position: relative;
  overflow: hidden;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  animation: hero-ken 32s ease-in-out infinite alternate;
}

@keyframes hero-ken {
  from {
    transform: scale(1.04) translate(0, 0);
  }
  to {
    transform: scale(1.1) translate(-1.5%, -1%);
  }
}

.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(7, 10, 8, 0.4) 0%,
      rgba(7, 10, 8, 0.12) 35%,
      rgba(7, 10, 8, 0.55) 70%,
      rgba(7, 10, 8, 0.94) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 200, 5, 0.14) 0%,
      transparent 28%,
      transparent 72%,
      rgba(196, 132, 26, 0.1) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  width: clamp(96px, 16vw, 140px);
  height: clamp(96px, 16vw, 140px);
  border-radius: 0;
  object-fit: cover;
  object-position: center 18%;
  margin-bottom: 20px;
  clip-path: polygon(
    0 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  box-shadow: 3px 0 0 0 var(--rh), 0 3px 0 0 var(--rh),
    -2px 0 0 0 var(--amber-deep), 0 -1px 0 0 var(--amber-deep),
    0 20px 60px rgba(0, 0, 0, 0.55), 0 0 50px rgba(0, 200, 5, 0.28);
  animation: logo-breathe 5s ease-in-out infinite;
}

@keyframes logo-breathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 3px 0 0 0 var(--rh), 0 3px 0 0 var(--rh),
      -2px 0 0 0 var(--amber-deep), 0 20px 60px rgba(0, 0, 0, 0.55),
      0 0 50px rgba(0, 200, 5, 0.28);
  }
  50% {
    transform: translateY(-8px);
    box-shadow: 3px 0 0 0 var(--rh-bright), 0 3px 0 0 var(--rh-bright),
      -2px 0 0 0 var(--amber), 0 28px 70px rgba(0, 0, 0, 0.55),
      0 0 70px rgba(0, 200, 5, 0.45);
  }
}

.hero-brand {
  font-family: var(--font-brand);
  font-size: clamp(4.5rem, 14vw, 8.5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--white);
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.7), 0 0 60px rgba(245, 184, 66, 0.2);
  margin-bottom: 8px;
}

.hero-ticker {
  font-family: var(--font-mono);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--rh-bright);
  text-shadow: 0 0 24px rgba(0, 200, 5, 0.5);
  margin-bottom: 16px;
  padding: 6px 14px;
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--amber-deep);
  border-bottom: 1px solid var(--amber-deep);
  background: rgba(0, 200, 5, 0.08);
}

.hero-tagline {
  color: rgba(246, 244, 240, 0.88);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 500;
  max-width: 440px;
  margin-bottom: 36px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  color: var(--muted);
  z-index: 2;
}
.scroll-line {
  width: 2px;
  height: 32px;
  background: linear-gradient(var(--rh), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.5);
    opacity: 0.4;
  }
}

/* ============================================================
   ABOUT
   ============================================================ */

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}

.about-portrait {
  position: relative;
}
.about-portrait img {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  clip-path: polygon(
    0 0,
    calc(100% - 28px) 0,
    100% 28px,
    100% 100%,
    28px 100%,
    0 calc(100% - 28px)
  );
  box-shadow: 4px 0 0 0 var(--rh), 0 4px 0 0 var(--rh),
    -2px 0 0 0 var(--amber-deep), 0 -2px 0 0 var(--amber-deep),
    0 30px 80px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 200, 5, 0.18);
}
.about-portrait::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--amber-deep);
  border-bottom: 1px solid var(--amber-deep);
  pointer-events: none;
  animation: none;
}

.about-lead {
  font-size: 1.2rem;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.55;
}
.about-lead strong {
  color: var(--white);
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about-point h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--rh-bright);
}
.about-point p {
  color: var(--muted);
  font-size: 0.95rem;
}

.token-strip {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  background: linear-gradient(
    135deg,
    rgba(0, 200, 5, 0.12),
    rgba(0, 147, 74, 0.05) 50%,
    rgba(196, 132, 26, 0.06)
  );
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--amber-deep);
  border-bottom: 1px solid var(--amber-deep);
  border-radius: 0;
  padding: 26px 32px;
  box-shadow: 0 0 40px rgba(0, 200, 5, 0.08);
}
.token-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.token-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--muted);
}
.token-value {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
}
.token-ca {
  flex: 1;
  min-width: 220px;
}
.token-ca .token-value {
  font-size: 0.95rem;
  color: var(--rh-bright);
  word-break: break-all;
}

/* ============================================================
   HOW TO BUY
   ============================================================ */

.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.step {
  display: flex;
  gap: 22px;
  background: var(--panel);
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--line-amber);
  border-bottom: 1px solid var(--line-amber);
  border-radius: 0;
  padding: 30px 28px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(12px);
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
}
.step:hover {
  border-top-color: var(--rh-bright);
  border-left-color: var(--rh-bright);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(0, 200, 5, 0.12);
}

.step-num {
  font-family: var(--font-mono);
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(180deg, var(--rh-bright), var(--rh-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  flex-shrink: 0;
}

.step-body h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.step-body p {
  color: var(--muted);
  font-size: 0.94rem;
}

.howtobuy-cta {
  text-align: center;
}

/* ============================================================
   CHART
   ============================================================ */

.chart-frame {
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--amber-deep);
  border-bottom: 1px solid var(--amber-deep);
  border-radius: 0;
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 200, 5, 0.1);
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}

.chart-frame-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(
    90deg,
    rgba(0, 200, 5, 0.12),
    rgba(0, 200, 5, 0.02) 60%,
    rgba(245, 184, 66, 0.05)
  );
}
.chart-head-icon {
  width: 18px;
  height: 22px;
}
.chart-live {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rh-bright);
  font-weight: 700;
}

.chart-embed {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
}
.chart-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.chart-note {
  margin-top: 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}
.chart-note a {
  color: var(--rh-bright);
  text-decoration: none;
  border-bottom: 1px dotted var(--rh-deep);
}
.chart-note a:hover {
  color: var(--white);
}

/* ============================================================
   JOIN US
   ============================================================ */

.joinus {
  padding-bottom: 120px;
}
.joinus .section-inner {
  text-align: center;
}
.joinus .section-title {
  margin-bottom: 36px;
}

.joinus-banner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border-top: 3px solid var(--rh);
  border-left: 3px solid var(--rh);
  border-right: 2px solid var(--amber-deep);
  border-bottom: 2px solid var(--amber-deep);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 200, 5, 0.14);
  margin-bottom: 36px;
  clip-path: polygon(
    0 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% 100%,
    32px 100%,
    0 calc(100% - 32px)
  );
}
.joinus-banner img {
  width: 100%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.joinus-banner:hover img {
  transform: scale(1.03);
}

.joinus-sub {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}

.social-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 780px;
  margin: 0 auto;
}

.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 28px 16px;
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--line-amber);
  border-bottom: 1px solid var(--line-amber);
  border-radius: 0;
  background: transparent;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  clip-path: polygon(
    0 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.social-link img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  transition: transform 0.3s;
}
.social-link:hover {
  transform: translateY(-4px);
  border-top-color: var(--rh-bright);
  border-left-color: var(--rh-bright);
  background: rgba(0, 200, 5, 0.07);
}
.social-link:hover img {
  transform: scale(1.1);
}
.social-name {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
}
.social-handle {
  color: var(--rh);
  font-family: var(--font-mono);
  font-size: 0.76rem;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  border-top: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(7, 10, 8, 0.5), #070a08);
  padding: 56px 24px 36px;
}

.footer-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 0;
  object-fit: cover;
  object-position: center 20%;
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  box-shadow: 2px 0 0 0 var(--rh), 0 2px 0 0 var(--rh);
}
.footer-brand .brand-name {
  font-size: 1.5rem;
}

.footer-disclaimer {
  color: var(--muted);
  font-size: 0.82rem;
  max-width: 520px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}
.footer-socials a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  border-top: 2px solid var(--rh);
  border-left: 2px solid var(--rh);
  border-right: 1px solid var(--line-amber);
  border-bottom: 1px solid var(--line-amber);
  transition: transform 0.3s, background 0.3s, border-color 0.3s;
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
}
.footer-socials img {
  width: 18px;
  height: 18px;
}
.footer-socials a:hover {
  transform: translateY(-3px);
  background: rgba(0, 200, 5, 0.14);
  border-top-color: var(--rh-bright);
  border-left-color: var(--rh-bright);
}

.footer-copy {
  color: #5a6068;
  font-size: 0.76rem;
  font-family: var(--font-mono);
}

/* paw burst */
#paw-burst {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 200;
  overflow: hidden;
}
#paw-burst .burst-paw {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--paw) center / contain no-repeat;
  filter: drop-shadow(0 0 6px rgba(0, 200, 5, 0.7));
  animation: burst-fly 0.9s ease-out forwards;
}
@keyframes burst-fly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0.3) rotate(var(--dr));
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-portrait img {
    max-width: 280px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .social-row {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

@media (max-width: 800px) {
  .nav-links {
    position: fixed;
    top: calc(var(--nav-h) + var(--frame));
    right: 0;
    flex-direction: column;
    background: rgba(7, 10, 8, 0.97);
    border-left: 2px solid var(--rh);
    border-bottom: 1px solid var(--amber-deep);
    border-top: 2px solid var(--rh);
    padding: 28px 40px;
    gap: 22px;
    transform: translateX(110%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-links.open {
    transform: translateX(0);
  }
  .nav-burger {
    display: flex;
  }
  .nav-actions .btn-ghost {
    display: none;
  }

  .section {
    padding: 72px 18px;
  }
  .hero {
    padding-top: calc(var(--nav-h) + 56px);
    padding-bottom: 64px;
    justify-content: center;
  }
  .hero-brand {
    font-size: clamp(3.8rem, 18vw, 5.5rem);
  }
  .token-strip {
    gap: 18px;
  }
  .chart-embed {
    padding-bottom: 120%;
  }
  .scroll-hint {
    display: none;
  }
}

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