/* $COOPER — Official Dog of Robinhood Chain
   Angular neon theme · Brodie-matched warm ground */

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;500;600;700;800&family=Share+Tech+Mono&display=swap");

:root {
  --bg-deep: #120c08;
  --bg: #1a100c;
  --bg-panel: #241610;
  --bg-raised: #2e1c12;
  --bg-edge: #3a2418;
  --line: #4a3220;
  --line-bright: #6a4a2a;
  --neon: #d4ff00;
  --neon-hot: #e8ff4a;
  --neon-dim: #9fc400;
  --neon-glow: rgba(212, 255, 0, 0.45);
  --cream: #f5ebe0;
  --cream-soft: #d9cfc2;
  --muted: #a89888;
  --ink: #0a0604;
  --tongue: #e85a5a;
  --clip-frame: polygon(
    0 14px, 14px 0,
    calc(100% - 14px) 0, 100% 14px,
    100% calc(100% - 14px), calc(100% - 14px) 100%,
    14px 100%, 0 calc(100% - 14px)
  );
  --clip-btn: polygon(
    0 8px, 8px 0,
    calc(100% - 8px) 0, 100% 8px,
    100% calc(100% - 8px), calc(100% - 8px) 100%,
    8px 100%, 0 calc(100% - 8px)
  );
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-mono: "Share Tech Mono", ui-monospace, monospace;
  --max: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--cream);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 2px solid var(--neon); outline-offset: 3px; }

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

/* —— Atmosphere —— */
.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 1000px 560px at 10% -10%, rgba(212, 255, 0, 0.16), transparent 55%),
    radial-gradient(ellipse 800px 520px at 95% 5%, rgba(212, 255, 0, 0.08), transparent 50%),
    radial-gradient(ellipse 700px 420px at 50% 110%, rgba(42, 74, 40, 0.28), transparent 60%),
    linear-gradient(165deg, #1a100c 0%, #120c08 45%, #1c140e 100%);
}

.paw-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%23d4ff00'%3E%3Cellipse cx='48' cy='42' rx='11' ry='15' transform='rotate(-18 48 42)'/%3E%3Cellipse cx='68' cy='30' rx='10' ry='14'/%3E%3Cellipse cx='88' cy='36' rx='10' ry='14' transform='rotate(12 88 36)'/%3E%3Cellipse cx='102' cy='54' rx='9' ry='12' transform='rotate(28 102 54)'/%3E%3Cellipse cx='72' cy='70' rx='20' ry='17'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 160px 160px;
  background-position: 0 0;
}

.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.03;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.35) 2px,
    rgba(0, 0, 0, 0.35) 4px
  );
}

.site { position: relative; z-index: 2; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.paw-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
  fill: currentColor;
}

/* —— Ticker —— */
.ticker {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--neon);
  color: var(--ink);
  border-bottom: 3px solid var(--ink);
  overflow: hidden;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  padding: 11px 0;
  animation: ticker-scroll 30s linear infinite;
  white-space: nowrap;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ticker-item .mark { color: #2a4a28; font-size: 10px; }

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

/* —— Header (inside hero-stage, no own bg) —— */
.site-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(212, 255, 0, 0.18);
}

.site-header .wrap {
  position: relative;
  z-index: 1;
}

/* —— Nav —— */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.brand-mark {
  width: 56px;
  height: 56px;
  object-fit: cover;
  clip-path: var(--clip-frame);
  box-shadow:
    0 0 0 2px var(--neon),
    0 0 28px var(--neon-glow),
    0 0 56px rgba(212, 255, 0, 0.22);
  animation: brand-pulse 3.2s ease-in-out infinite;
}

@keyframes brand-pulse {
  0%, 100% {
    box-shadow: 0 0 0 2px var(--neon), 0 0 24px var(--neon-glow), 0 0 48px rgba(212, 255, 0, 0.18);
  }
  50% {
    box-shadow: 0 0 0 3px var(--neon-hot), 0 0 40px var(--neon-glow), 0 0 72px rgba(212, 255, 0, 0.34);
  }
}

.brand-text { display: flex; flex-direction: column; gap: 3px; }
.brand-text small {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon);
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 6px;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 14px;
  color: var(--cream-soft);
  border: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.nav-links a:hover {
  color: var(--neon);
  border-color: var(--line-bright);
  background: rgba(212, 255, 0, 0.06);
}

/* —— Hero —— */
/* —— Hero stage (header + hero share one bg from the top) —— */
.hero-stage {
  position: relative;
  min-height: min(100vh, 900px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 1;
  filter: saturate(1.15) contrast(1.08) brightness(1.06);
  transform: scale(1.02);
  display: block;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 12, 8, 0.72) 0%, rgba(18, 12, 8, 0.35) 42%, rgba(18, 12, 8, 0.08) 68%, rgba(18, 12, 8, 0.25) 100%),
    linear-gradient(180deg, rgba(18, 12, 8, 0.42) 0%, rgba(18, 12, 8, 0.12) 22%, transparent 40%, transparent 58%, rgba(18, 12, 8, 0.78) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: end;
  width: 100%;
  flex: 1;
  padding: 28px 24px 64px;
  max-width: var(--max);
  margin: 0 auto;
  box-sizing: border-box;
}

.hero-inner-solo {
  grid-template-columns: 1fr;
  max-width: 780px;
  margin-left: 24px;
  margin-right: auto;
  align-items: center;
}

@media (min-width: 961px) {
  .hero-inner-solo {
    margin-left: max(24px, calc((100% - var(--max)) / 2 + 24px));
  }
}

.float-paws {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.float-paw {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0.78;
  color: var(--neon);
  filter: drop-shadow(0 0 12px var(--neon-glow)) drop-shadow(0 0 2px var(--neon));
  transform: rotate(-10deg);
}

.float-paw:nth-child(1) { top: 14%; left: 4%; }
.float-paw:nth-child(2) { top: 22%; right: 8%; width: 54px; height: 54px; opacity: 0.9; transform: rotate(12deg); }
.float-paw:nth-child(3) { top: 58%; left: 8%; width: 30px; height: 30px; transform: rotate(-6deg); }
.float-paw:nth-child(4) { bottom: 16%; right: 18%; width: 44px; height: 44px; opacity: 0.85; transform: rotate(8deg); }
.float-paw:nth-child(5) { top: 40%; left: 46%; opacity: 0.45; width: 62px; height: 62px; transform: rotate(-14deg); }
.float-paw:nth-child(6) { bottom: 28%; left: 28%; width: 26px; height: 26px; opacity: 0.7; transform: rotate(4deg); }

.hero-copy,
.hero-art {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid var(--line-bright);
  background: rgba(212, 255, 0, 0.07);
  clip-path: var(--clip-btn);
}

.eyebrow .dot {
  width: 8px;
  height: 8px;
  background: var(--neon);
  box-shadow: 0 0 12px var(--neon-glow);
  animation: blink 1.6s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 104px);
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-shadow:
    0 0 40px var(--neon-glow),
    4px 4px 0 #000;
}

.hero h1 .accent {
  color: var(--neon);
  display: inline-block;
}

.lede {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--cream-soft);
  max-width: 34em;
  margin-bottom: 28px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 22px;
  clip-path: var(--clip-btn);
  border: 2px solid var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease, background 0.15s;
}

.btn-primary {
  background: var(--neon);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink), 0 0 28px var(--neon-glow);
}

.btn-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--ink), 0 0 40px var(--neon-glow);
  filter: brightness(1.06);
}

.btn-ghost {
  background: rgba(18, 12, 8, 0.55);
  color: var(--cream);
  border-color: var(--neon);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.btn-ghost:hover {
  background: rgba(212, 255, 0, 0.1);
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.55);
}

.ticket {
  background: linear-gradient(145deg, var(--bg-raised), var(--bg-panel));
  border: 1px solid var(--line-bright);
  clip-path: var(--clip-frame);
  padding: 14px 16px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(212, 255, 0, 0.06);
  max-width: 560px;
}

.ticket-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.ticket-label .chain {
  color: var(--ink);
  background: var(--neon);
  padding: 3px 8px;
  font-weight: 700;
}

.ticket-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ca-text {
  flex: 1;
  font-family: var(--font-mono);
  font-size: clamp(11px, 1.5vw, 13px);
  color: var(--cream);
  word-break: break-all;
  line-height: 1.35;
}

.copy-btn {
  flex-shrink: 0;
  background: var(--neon);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 14px;
  clip-path: var(--clip-btn);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.15s, box-shadow 0.15s;
}

.copy-btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}

.copy-btn.copied {
  background: var(--neon-hot);
}

/* Hero art */
.hero-art {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 8px;
}

.hero-frame {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  clip-path: var(--clip-frame);
  border: 3px solid var(--neon);
  box-shadow:
    0 0 0 1px var(--ink),
    10px 10px 0 rgba(0, 0, 0, 0.55),
    0 0 60px var(--neon-glow),
    0 0 120px rgba(212, 255, 0, 0.18);
  overflow: hidden;
  background: #000;
  animation: frame-glow 4s ease-in-out infinite;
}

@keyframes frame-glow {
  0%, 100% { box-shadow: 0 0 0 1px var(--ink), 10px 10px 0 rgba(0,0,0,0.55), 0 0 50px var(--neon-glow), 0 0 100px rgba(212,255,0,0.15); }
  50% { box-shadow: 0 0 0 1px var(--ink), 10px 10px 0 rgba(0,0,0,0.55), 0 0 80px var(--neon-glow), 0 0 140px rgba(212,255,0,0.28); }
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  opacity: 1;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.hero-frame:hover img { transform: scale(1.06); }

.hero-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(212, 255, 0, 0.28), transparent 62%);
  z-index: -1;
  animation: glow-pulse 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.hero-badge {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(10, 6, 4, 0.82);
  border: 1px solid var(--neon);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.hero-badge strong {
  color: var(--neon);
  font-size: 13px;
}

/* —— Banner strip (full dog faces, no crop) —— */
.banner {
  position: relative;
  margin: 0;
  border-top: 3px solid var(--neon);
  border-bottom: 3px solid var(--neon);
  overflow: hidden;
  background: var(--bg-deep);
  line-height: 0;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  object-fit: contain;
}

/* —— About —— */
.about {
  padding: 88px 0;
}

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

.about-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(212, 255, 0, 0.22), transparent 62%);
  z-index: 0;
  pointer-events: none;
  animation: glow-pulse 3.5s ease-in-out infinite;
}

.about-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  aspect-ratio: 1;
  clip-path: var(--clip-frame);
  border: 3px solid var(--neon);
  box-shadow:
    0 0 0 1px var(--ink),
    10px 10px 0 rgba(0, 0, 0, 0.55),
    0 0 60px var(--neon-glow);
  overflow: hidden;
  background: #000;
  animation: frame-glow 4s ease-in-out infinite;
}

.about-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-badge {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line-bright);
  background: rgba(212, 255, 0, 0.06);
  clip-path: var(--clip-btn);
}

.about-copy .kicker { margin-bottom: 12px; }

.about-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-lead {
  font-size: 19px;
  color: var(--cream);
  margin-bottom: 14px;
  line-height: 1.55;
}

.about-copy p {
  color: var(--cream-soft);
  font-size: 16px;
  margin-bottom: 14px;
  max-width: 38em;
}

.about-points {
  list-style: none;
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.about-points li {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--cream);
  padding: 12px 14px;
  border-left: 3px solid var(--neon);
  background: linear-gradient(90deg, rgba(212, 255, 0, 0.08), transparent 70%);
}

/* —— Official tweet embed —— */
.tweet-embed {
  margin-top: 56px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.tweet-embed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tweet-x-link {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon);
  border: 1px solid var(--line-bright);
  padding: 8px 12px;
  clip-path: var(--clip-btn);
  transition: background 0.15s, border-color 0.15s;
}

.tweet-x-link:hover {
  background: rgba(212, 255, 0, 0.1);
  border-color: var(--neon);
}

.tweet-card {
  display: block;
  background: linear-gradient(160deg, var(--bg-raised), var(--bg-panel));
  border: 1px solid var(--line-bright);
  clip-path: var(--clip-frame);
  padding: 22px 22px 16px;
  box-shadow:
    8px 8px 0 rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(212, 255, 0, 0.06);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.tweet-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--neon);
  box-shadow:
    11px 11px 0 rgba(0, 0, 0, 0.45),
    0 0 28px rgba(212, 255, 0, 0.12);
}

.tweet-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tweet-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--neon);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
  clip-path: var(--clip-btn);
  border: 2px solid var(--ink);
}

.tweet-avatar-img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: cover;
  clip-path: var(--clip-btn);
  border: 2px solid var(--neon);
  box-shadow: 0 0 16px var(--neon-glow);
}

.tweet-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.tweet-meta strong {
  font-size: 16px;
  color: var(--cream);
}

.tweet-meta span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}

.tweet-bird {
  width: 20px;
  height: 20px;
  color: var(--cream-soft);
  flex-shrink: 0;
  opacity: 0.85;
}

.tweet-text {
  font-size: 18px;
  line-height: 1.45;
  color: var(--cream);
  margin-bottom: 16px;
}

.tweet-text .hash {
  color: var(--neon);
}

.tweet-media {
  border: 1px solid var(--line);
  clip-path: var(--clip-frame);
  overflow: hidden;
  background: #000;
  margin-bottom: 14px;
  aspect-ratio: 3 / 4;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

.tweet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tweet-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.tweet-widget {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.tweet-widget .twitter-tweet {
  margin: 0 auto !important;
}

.slash {
  height: 36px;
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 49.5%, var(--line) 50.5%, transparent 50.5%),
    linear-gradient(135deg, var(--bg-deep) 49.5%, var(--bg-panel) 50.5%);
}

.slash.flip {
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 49.5%, var(--line) 50.5%, transparent 50.5%),
    linear-gradient(135deg, var(--bg-panel) 49.5%, var(--bg-deep) 50.5%);
}

/* —— Sections —— */
.section { padding: 72px 0; position: relative; z-index: 2; }

.section-head { margin-bottom: 36px; max-width: 720px; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 12px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-head p {
  color: var(--cream-soft);
  font-size: 17px;
}

/* Lore */
.lore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.lore-card {
  background: linear-gradient(160deg, var(--bg-raised), var(--bg));
  border: 1px solid var(--line);
  clip-path: var(--clip-frame);
  padding: 24px 22px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.lore-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--neon);
  box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.4), 0 0 30px rgba(212, 255, 0, 0.12);
}

.lore-card .tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--neon);
  color: var(--ink);
  padding: 4px 8px;
  margin-bottom: 14px;
  font-weight: 700;
}

.lore-card .tag.red {
  background: var(--tongue);
  color: #2a0300;
}

.lore-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.lore-card p { color: var(--cream-soft); font-size: 15px; }

.vibe-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.vibe-item {
  background: var(--bg-panel);
  border: 1px solid var(--line-bright);
  clip-path: var(--clip-btn);
  padding: 22px 16px;
  text-align: center;
}

.vibe-item .num {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  color: var(--neon);
  line-height: 1;
  text-shadow: 0 0 20px var(--neon-glow);
  margin-bottom: 6px;
}

.vibe-item .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Tokenomics */
.token-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.token-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.token-card {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  clip-path: var(--clip-frame);
  padding: 28px 24px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.32);
}

.token-card .icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(212, 255, 0, 0.1);
  border: 1px solid var(--neon);
  color: var(--neon);
  font-size: 14px;
  font-family: var(--font-mono);
  font-weight: 700;
  margin-bottom: 16px;
}

.token-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.token-card p { color: var(--cream-soft); font-size: 15px; line-height: 1.5; }
.token-card strong { color: var(--neon); }

.token-link {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.token-link:hover { color: var(--neon-hot); }

/* How To Buy */
.buy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.buy-step {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  clip-path: var(--clip-frame);
  padding: 28px 24px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.32);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.buy-step:hover {
  transform: translate(-3px, -3px);
  border-color: var(--neon);
  box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.4), 0 0 30px rgba(212, 255, 0, 0.12);
}

.buy-num {
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
  color: var(--neon);
  text-shadow: 0 0 20px var(--neon-glow);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.buy-step h3 {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.buy-step p {
  color: var(--cream-soft);
  font-size: 15px;
  line-height: 1.5;
}

.buy-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

/* Gallery */
/* —— Meme marquee (3 infinite rows) —— */
.section-memes {
  padding: 72px 0 64px;
  overflow: hidden;
}

.meme-marquee {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.marquee-row {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  will-change: transform;
}

.marquee-row.rtl .marquee-track {
  animation: marquee-rtl 75s linear infinite;
}

.marquee-row.ltr .marquee-track {
  animation: marquee-ltr 75s linear infinite;
}

.marquee-row:nth-child(1) .marquee-track { animation-duration: 70s; }
.marquee-row:nth-child(2) .marquee-track { animation-duration: 85s; }
.marquee-row:nth-child(3) .marquee-track { animation-duration: 78s; }

.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-rtl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marquee-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.marquee-track img {
  flex: 0 0 auto;
  width: clamp(220px, 22vw, 320px);
  height: clamp(220px, 22vw, 320px);
  object-fit: cover;
  clip-path: var(--clip-frame);
  border: 2px solid var(--line-bright);
  background: var(--bg-panel);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.marquee-track img:hover {
  border-color: var(--neon);
  box-shadow: 0 0 0 2px var(--neon), 8px 8px 0 rgba(0, 0, 0, 0.45);
  transform: translateY(-4px) scale(1.02);
}

/* legacy grid kept unused */
.gallery-grid {
  display: none;
}

/* CTA band — solid ground, no paw field */
.cta-band {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
}

.cta-band::before {
  content: none;
}

.cta-band .wrap {
  position: relative;
  z-index: 1;
}

.cta-band .brand-mark {
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-shadow: 0 0 30px var(--neon-glow), 3px 3px 0 #000;
}

.cta-band p {
  color: var(--cream-soft);
  font-size: 17px;
  max-width: 34em;
  margin: 0 auto 28px;
}

.cta-band .cta-row { justify-content: center; }

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  background: var(--bg);
  position: relative;
  z-index: 3;
  isolation: isolate;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a:hover { color: var(--neon); }

.disclaimer {
  font-size: 12px;
  color: var(--muted);
  max-width: 70em;
  line-height: 1.6;
}

.ca-foot {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  word-break: break-all;
  margin-top: 10px;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 960px) {
  .hero-stage {
    min-height: min(100vh, 780px);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px 24px 40px;
    align-items: start;
  }

  .hero-inner-solo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .about-copy p,
  .about-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .about-points {
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-frame { width: min(100%, 280px); }

  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(18, 12, 8, 0.35) 0%, rgba(18, 12, 8, 0.2) 30%, rgba(18, 12, 8, 0.82) 100%);
  }

  .token-grid,
  .token-grid-4,
  .buy-grid { grid-template-columns: 1fr 1fr; }

  .meme-marquee { gap: 28px; }

  .marquee-track { gap: 16px; }

  .marquee-track img {
    width: clamp(180px, 42vw, 240px);
    height: clamp(180px, 42vw, 240px);
  }

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

  .nav-links { display: none; }
}

@media (max-width: 560px) {
  .token-grid,
  .token-grid-4,
  .buy-grid { grid-template-columns: 1fr; }

  .cta-row,
  .buy-cta { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: var(--neon); border: 2px solid var(--bg-deep); }
