:root {
  --mud-0: #0c0a08;
  --mud-1: #16120e;
  --mud-2: #221c15;
  --mud-3: #2f261c;
  --olive: #4a5530;
  --olive-lit: #7a8a45;
  --melon: #2f6b42;
  --fox: #d86a2f;
  --fox-hot: #f08a3e;
  --bone: #e7dcc8;
  --bone-dim: #b8ab93;
  --steel: #8d8678;
  --smoke: rgba(180, 170, 150, 0.12);
  --line: rgba(231, 220, 200, 0.16);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  --font-display: "Black Ops One", Impact, sans-serif;
  --font-body: "Special Elite", "Courier New", monospace;
  --font-ui: "Oswald", "Arial Narrow", sans-serif;
  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  background: var(--mud-0);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

code {
  font-family: var(--font-body);
}

/* ===== Battlefield ambient ===== */
.battlefield {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.mud-base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(122, 138, 69, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(216, 106, 47, 0.1), transparent 50%),
    radial-gradient(ellipse 40% 35% at 85% 70%, rgba(47, 107, 66, 0.12), transparent 55%),
    linear-gradient(180deg, #14100c 0%, #1c1711 40%, #100e0b 100%);
}

.mud-base::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    repeating-linear-gradient(
      -12deg,
      transparent 0 11px,
      rgba(0, 0, 0, 0.08) 11px 12px
    ),
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.2) 0 1px, transparent 2px);
  background-size: auto, 180px 180px, 140px 140px;
  animation: grit-drift 40s linear infinite;
}

.smoke-layer {
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(ellipse 35% 28% at 20% 70%, rgba(120, 115, 105, 0.22), transparent 70%),
    radial-gradient(ellipse 40% 30% at 75% 55%, rgba(90, 85, 75, 0.2), transparent 70%),
    radial-gradient(ellipse 30% 24% at 50% 85%, rgba(70, 65, 55, 0.25), transparent 70%);
  filter: blur(28px);
  mix-blend-mode: screen;
  opacity: 0.55;
}

.smoke-a {
  animation: smoke-shift 22s ease-in-out infinite alternate;
}

.smoke-b {
  animation: smoke-shift 28s ease-in-out infinite alternate-reverse;
  opacity: 0.35;
}

.haze {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 10, 8, 0.2) 0%,
    transparent 30%,
    rgba(12, 10, 8, 0.45) 100%
  );
}

.vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.72) 100%);
}

.scanlines {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.08) 0,
    rgba(255, 255, 255, 0.08) 1px,
    transparent 1px,
    transparent 4px
  );
}

.film-grain {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  animation: grain-shift 0.45s steps(3) infinite;
}

#emberCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plane {
  position: absolute;
  width: 72px;
  height: 18px;
  background: linear-gradient(90deg, transparent, rgba(180, 170, 150, 0.35), transparent);
  clip-path: polygon(0 50%, 18% 30%, 55% 35%, 100% 0, 70% 50%, 100% 100%, 55% 65%, 18% 70%);
  opacity: 0.28;
  filter: blur(0.3px);
}

.plane-1 {
  top: 14%;
  left: -10%;
  animation: plane-fly 38s linear infinite;
}

.plane-2 {
  top: 28%;
  left: -10%;
  width: 48px;
  height: 12px;
  opacity: 0.18;
  animation: plane-fly 52s linear infinite;
  animation-delay: -18s;
}

@keyframes grit-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-40px, 20px, 0); }
}

@keyframes smoke-shift {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to { transform: translate3d(4%, -3%, 0) scale(1.08); }
}

@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 1%); }
  50% { transform: translate(1%, -2%); }
  75% { transform: translate(-1%, 2%); }
  100% { transform: translate(0, 0); }
}

@keyframes plane-fly {
  0% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(60vw) translateY(-18px); }
  100% { transform: translateX(120vw) translateY(8px); }
}

/* ===== Nav ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--nav-h);
  transition: background 0.35s var(--ease), backdrop-filter 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.nav.is-scrolled {
  background: rgba(12, 10, 8, 0.82);
  backdrop-filter: blur(12px) saturate(1.1);
  box-shadow: 0 1px 0 var(--line), 0 12px 40px rgba(0, 0, 0, 0.35);
}

.nav-shell {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(231, 220, 200, 0.25), 0 8px 20px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.brand:hover .brand-mark {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 0 0 1px rgba(240, 138, 62, 0.45), 0 10px 28px rgba(216, 106, 47, 0.25);
}

.brand-type {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-type strong {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-type small {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--fox-hot);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-left: auto;
  margin-right: 1rem;
}

.nav-links a {
  font-family: var(--font-ui);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-dim);
  position: relative;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--fox), var(--olive-lit));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}

.nav-links a:hover {
  color: var(--bone);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-rail {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.icon-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(34, 28, 21, 0.65);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.icon-link img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(0.9);
}

.icon-link img[src$="dexscreener.png"],
.icon-link img[src$="instagram.svg"] {
  filter: none;
  border-radius: 2px;
}

.icon-link:hover {
  border-color: rgba(240, 138, 62, 0.55);
  background: rgba(216, 106, 47, 0.12);
  transform: translateY(-2px);
}

.buy-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mud-0);
  background: linear-gradient(135deg, var(--fox-hot), var(--fox) 55%, #a84a1d);
  border: 1px solid rgba(255, 220, 170, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 8px 22px rgba(216, 106, 47, 0.3);
  transition: transform 0.25s var(--ease), filter 0.25s ease;
}

.buy-chip img {
  width: 16px;
  height: 16px;
}

.buy-chip:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: rgba(34, 28, 21, 0.7);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--bone);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.75rem 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn img {
  width: 18px;
  height: 18px;
}

.btn-flare {
  color: var(--mud-0);
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.2) 40%, transparent 70%),
    linear-gradient(135deg, var(--fox-hot), var(--fox) 50%, #9d4218);
  background-size: 200% 100%, 100% 100%;
  border-color: rgba(255, 220, 170, 0.35);
  box-shadow: 0 10px 30px rgba(216, 106, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: flare-sweep 3.8s ease-in-out infinite;
}

.btn-flare:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(216, 106, 47, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-steel {
  color: var(--bone);
  background: rgba(34, 28, 21, 0.72);
  border-color: var(--line);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.btn-steel img {
  filter: brightness(0) invert(0.9);
}

.btn-steel img[src$="dexscreener.png"],
.btn-steel img[src$="instagram.svg"] {
  filter: none;
  border-radius: 2px;
}

.btn-steel:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 138, 69, 0.55);
  background: rgba(74, 85, 48, 0.28);
}

@keyframes flare-sweep {
  0%, 100% { background-position: 120% 0, 0 0; }
  50% { background-position: -20% 0, 0 0; }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: calc(var(--nav-h) + 2rem) 1.25rem 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.55) contrast(1.05) brightness(0.42);
  transform: scale(1.05);
  animation: video-breathe 14s ease-in-out infinite alternate;
}

.hero-media-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 10, 8, 0.88) 0%, rgba(12, 10, 8, 0.55) 48%, rgba(12, 10, 8, 0.78) 100%),
    radial-gradient(ellipse at 70% 40%, rgba(216, 106, 47, 0.12), transparent 45%);
}

@keyframes video-breathe {
  from { transform: scale(1.05); }
  to { transform: scale(1.1); }
}

.hero-layout {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.hero-figure {
  position: relative;
  display: grid;
  place-items: center;
}

.figure-ring {
  position: absolute;
  width: min(92%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(231, 220, 200, 0.22);
  box-shadow:
    0 0 0 18px rgba(74, 85, 48, 0.08),
    0 0 80px rgba(216, 106, 47, 0.18);
  animation: ring-spin 28s linear infinite;
}

.figure-ring::before,
.figure-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(122, 138, 69, 0.25);
}

.figure-ring::after {
  inset: 22%;
  border-style: dotted;
  animation: ring-spin 18s linear infinite reverse;
}

.hero-logo {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow), 0 0 0 1px rgba(231, 220, 200, 0.2);
  animation: logo-float 5.5s ease-in-out infinite;
}

.figure-sparks {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 30%, rgba(240, 138, 62, 0.35), transparent 12%),
    radial-gradient(circle at 80% 70%, rgba(122, 138, 69, 0.3), transparent 14%);
  filter: blur(2px);
  animation: spark-pulse 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ring-spin {
  to { transform: rotate(360deg); }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes spark-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.96); }
  50% { opacity: 0.9; transform: scale(1.04); }
}

.mission-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--olive-lit);
}

.sol-icon {
  width: 18px;
  height: 18px;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.55),
    0 18px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.title-stars {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.15rem;
}

.title-stars i {
  width: 10px;
  height: 10px;
  background: var(--bone-dim);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.85;
  animation: star-twinkle 2.8s ease-in-out infinite;
}

.title-stars i:nth-child(2) { animation-delay: 0.2s; }
.title-stars i:nth-child(3) { animation-delay: 0.4s; }
.title-stars i:nth-child(4) { animation-delay: 0.6s; }
.title-stars i:nth-child(5) { animation-delay: 0.8s; }

@keyframes star-twinkle {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

.title-rule {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(280px, 70%);
}

.title-rule i {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bone-dim), transparent);
}

.title-rule b {
  width: 8px;
  height: 8px;
  background: var(--fox);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(216, 106, 47, 0.6);
}

.hero-ticker {
  margin: 0.85rem 0 0;
  font-family: var(--font-ui);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  letter-spacing: 0.28em;
  color: var(--fox-hot);
}

.hero-lead {
  margin: 1.1rem 0 0;
  max-width: 36ch;
  color: var(--bone-dim);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.ca-bar {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 2;
  width: min(920px, calc(100% - 2rem));
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0.85rem;
  background: rgba(12, 10, 8, 0.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.ca-label {
  flex: 0 0 auto;
  padding: 0.35rem 0.55rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  background: rgba(74, 85, 48, 0.45);
  border: 1px solid rgba(122, 138, 69, 0.4);
}

.ca-bar code {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bone-dim);
  font-size: 0.92rem;
}

.ca-copy {
  flex: 0 0 auto;
  padding: 0.45rem 0.85rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(240, 138, 62, 0.45);
  color: var(--fox-hot);
  transition: background 0.25s ease, color 0.25s ease;
}

.ca-copy:hover,
.ca-copy.is-copied {
  background: rgba(216, 106, 47, 0.2);
  color: var(--bone);
}

/* ===== Sections ===== */
.section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.25rem;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.section-kicker {
  margin: 0 0 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--olive-lit);
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}

.section-sub {
  margin: 0.9rem auto 0;
  max-width: 42ch;
  color: var(--bone-dim);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(220px, 40%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--steel), transparent);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.about-copy p {
  margin: 0 0 1.1rem;
  color: var(--bone-dim);
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.dossier {
  padding: 1.4rem 1.35rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(47, 38, 28, 0.72), rgba(22, 18, 14, 0.85));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
}

.dossier::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(231, 220, 200, 0.12);
  pointer-events: none;
}

.dossier h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.dossier dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.dossier dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(231, 220, 200, 0.1);
}

.dossier dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dossier dt {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive-lit);
}

.dossier dd {
  margin: 0;
  color: var(--bone);
}

/* How to buy */
.ops-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.ops-step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.35rem 0.25rem;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s ease, padding-left 0.3s var(--ease);
}

.ops-step:hover {
  background: rgba(74, 85, 48, 0.12);
  padding-left: 0.6rem;
}

.ops-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--fox);
  line-height: 1;
  text-shadow: 0 0 24px rgba(216, 106, 47, 0.35);
}

.ops-step h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-ui);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-step p {
  margin: 0;
  color: var(--bone-dim);
}

.ops-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

/* Chart */
.chart-frame {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  background: rgba(12, 10, 8, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.chart-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(122, 138, 69, 0.15);
  margin: 8px;
  z-index: 1;
}

.chart-frame iframe {
  width: 100%;
  height: 620px;
  border: 0;
  display: block;
  background: #0b0e11;
}

/* Join us */
.joinus {
  padding-top: 0;
  overflow: hidden;
}

.join-banner {
  position: relative;
  width: 100%;
  min-height: clamp(240px, 42vw, 460px);
  margin-bottom: -4rem;
}

.join-banner img {
  width: 100%;
  height: clamp(240px, 42vw, 460px);
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.85) contrast(1.05);
}

.join-banner-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.15) 0%, rgba(12, 10, 8, 0.2) 40%, rgba(12, 10, 8, 0.95) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.45) 100%);
}

.join-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, var(--mud-0));
}

.join-inner {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}

.join-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.join-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 180px;
  justify-content: center;
  padding: 1rem 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  background: rgba(34, 28, 21, 0.7);
  backdrop-filter: blur(8px);
  transition: transform 0.25s var(--ease), border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.join-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(0.92);
}

.join-link img[src$="dexscreener.png"],
.join-link img[src$="instagram.svg"] {
  filter: none;
  border-radius: 2px;
}

.join-link:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 138, 62, 0.5);
  background: rgba(216, 106, 47, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

/* Footer */
.footer {
  padding: 2.5rem 1.25rem 3rem;
  border-top: 1px solid var(--line);
  background: rgba(8, 7, 6, 0.7);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 2px;
}

.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
}

.footer-brand span {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

.footer-note,
.footer-copy {
  margin: 0;
  color: var(--steel);
  font-size: 0.92rem;
}

/* Reveals */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

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

.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-stars {
    justify-content: center;
  }

  .title-rule {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

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

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-rail {
    margin-left: auto;
  }

  .buy-chip span {
    display: none;
  }

  .buy-chip {
    padding: 0.55rem;
  }

  .nav-links.is-open {
    display: flex;
    position: fixed;
    inset: var(--nav-h) 0 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    background:
      radial-gradient(ellipse at top, rgba(74, 85, 48, 0.2), transparent 45%),
      rgba(12, 10, 8, 0.96);
    backdrop-filter: blur(14px);
  }

  .nav-links.is-open a {
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  :root {
    --nav-h: 68px;
  }

  .brand-type strong {
    font-size: 0.88rem;
  }

  .hero {
    padding-bottom: 6.5rem;
  }

  .hero-logo {
    width: min(100%, 280px);
  }

  .ca-bar {
    flex-wrap: wrap;
  }

  .ca-bar code {
    order: 3;
    flex-basis: 100%;
    white-space: normal;
    word-break: break-all;
  }

  .ops-step {
    grid-template-columns: 56px 1fr;
    gap: 0.85rem;
  }

  .ops-num {
    font-size: 1.4rem;
  }

  .chart-frame {
    min-height: 420px;
  }

  .chart-frame iframe {
    height: 480px;
  }

  .join-link {
    width: 100%;
  }

  .nav-rail .icon-link:last-of-type {
    display: none;
  }
}

@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;
  }
}
