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

:root {
  --teal: #062a28;
  --teal-deep: #031816;
  --teal-soft: #0a3834;
  --velvet: #0c2f2c;
  --gold: #d4af37;
  --gold-hot: #f0cf5c;
  --gold-dim: #a88828;
  --cream: #f3ebd8;
  --cream-soft: rgba(243, 235, 216, 0.78);
  --muted: #8fa9a4;
  --eye: #7ec850;
  --ink: #031816;
  --surface: rgba(10, 48, 45, 0.72);
  --font-display: "Baloo 2", "Nunito", sans-serif;
  --font-body: "Nunito", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 72px;
  --radius: 1.35rem;
  --radius-sm: 0.9rem;
  --paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='42' rx='14' ry='12' fill='%23d4af37'/%3E%3Ccircle cx='16' cy='24' r='7' fill='%23d4af37'/%3E%3Ccircle cx='27' cy='16' r='7.5' fill='%23d4af37'/%3E%3Ccircle cx='39' cy='16' r='7.5' fill='%23d4af37'/%3E%3Ccircle cx='50' cy='24' r='7' fill='%23d4af37'/%3E%3C/svg%3E");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background:
    var(--paw) 12% 18% / 42px no-repeat,
    var(--paw) 88% 42% / 34px no-repeat,
    var(--paw) 18% 72% / 38px no-repeat,
    var(--paw) 78% 82% / 30px no-repeat,
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(212, 175, 55, 0.1), transparent 55%),
    var(--ink);
  background-attachment: fixed;
  color: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}

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

.bokeh span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.35), transparent 70%);
  animation: float-bokeh 14s ease-in-out infinite;
  filter: blur(1px);
}

.bokeh span:nth-child(1) { width: 90px; height: 90px; top: 12%; left: 8%; animation-delay: 0s; }
.bokeh span:nth-child(2) { width: 46px; height: 46px; top: 28%; right: 12%; animation-delay: -3s; }
.bokeh span:nth-child(3) { width: 120px; height: 120px; bottom: 18%; left: 18%; animation-delay: -6s; opacity: 0.55; }
.bokeh span:nth-child(4) { width: 34px; height: 34px; top: 55%; left: 42%; animation-delay: -2s; }
.bokeh span:nth-child(5) { width: 70px; height: 70px; bottom: 30%; right: 20%; animation-delay: -8s; }
.bokeh span:nth-child(6) { width: 24px; height: 24px; top: 70%; right: 35%; animation-delay: -5s; }

/* ── Floating paw prints ── */
.paw-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.paw {
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--paw) center / contain no-repeat;
  opacity: 0.12;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.2));
  animation: paw-drift 16s ease-in-out infinite;
}

.paw:nth-child(1)  { top: 14%; left: 6%;  width: 40px; height: 40px; transform: rotate(-18deg); animation-delay: 0s; }
.paw:nth-child(2)  { top: 22%; right: 8%; width: 52px; height: 52px; transform: rotate(22deg); animation-delay: -2s; }
.paw:nth-child(3)  { top: 38%; left: 14%; width: 34px; height: 34px; transform: rotate(8deg); animation-delay: -4s; }
.paw:nth-child(4)  { top: 48%; right: 16%; width: 44px; height: 44px; transform: rotate(-28deg); animation-delay: -6s; }
.paw:nth-child(5)  { top: 62%; left: 8%;  width: 48px; height: 48px; transform: rotate(14deg); animation-delay: -1s; }
.paw:nth-child(6)  { top: 70%; right: 10%; width: 36px; height: 36px; transform: rotate(-12deg); animation-delay: -8s; }
.paw:nth-child(7)  { top: 82%; left: 22%; width: 42px; height: 42px; transform: rotate(30deg); animation-delay: -3s; }
.paw:nth-child(8)  { top: 30%; left: 46%; width: 30px; height: 30px; transform: rotate(-6deg); animation-delay: -5s; }
.paw:nth-child(9)  { top: 56%; left: 58%; width: 38px; height: 38px; transform: rotate(16deg); animation-delay: -7s; }
.paw:nth-child(10) { top: 18%; left: 72%; width: 33px; height: 33px; transform: rotate(-22deg); animation-delay: -9s; }
.paw:nth-child(11) { top: 76%; right: 28%; width: 45px; height: 45px; transform: rotate(10deg); animation-delay: -2.5s; }
.paw:nth-child(12) { top: 44%; left: 3%;  width: 28px; height: 28px; transform: rotate(-34deg); animation-delay: -11s; }

@keyframes paw-drift {
  0%, 100% { opacity: 0.08; translate: 0 0; }
  50% { opacity: 0.2; translate: 0 -12px; }
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container.narrow {
  width: min(680px, 92vw);
}

.accent {
  color: var(--gold);
}

.center {
  text-align: center;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(3, 24, 22, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  transition: background 0.25s, box-shadow 0.25s;
}

.site-header.scrolled {
  background: rgba(3, 24, 22, 0.94);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1100px, 92vw);
  margin: 0 auto;
  height: 100%;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--cream);
  min-width: 0;
}

.nav-mark {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
  flex-shrink: 0;
}

.nav-wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: var(--cream);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
}

.nav-links a {
  color: var(--cream-soft);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}

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

.nav-socials {
  display: flex;
  gap: 0.4rem;
}

.nav-social {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: transparent;
  color: var(--gold) !important;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.nav-social:hover {
  background: var(--gold) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.4);
}

.nav-cta {
  display: inline-flex !important;
  align-items: center;
  padding: 0.55rem 1.1rem !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-hot), var(--gold));
  color: var(--ink) !important;
  font-weight: 800 !important;
  border: 1px solid var(--gold-hot);
  letter-spacing: 0.03em;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
  color: var(--ink) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 10px;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 2rem) 0 5rem;
  overflow: hidden;
  z-index: 1;
  scroll-margin-top: var(--header-h);
}

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

.hero-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  /* Keep the banner still — no zoom / ken-burns */
  transform: none;
  animation: none;
}

.hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 24, 22, 0.4) 0%, rgba(3, 24, 22, 0.12) 34%, rgba(3, 24, 22, 0.72) 72%, rgba(3, 24, 22, 0.96) 100%),
    radial-gradient(ellipse 70% 55% at 70% 40%, transparent 20%, rgba(3, 24, 22, 0.4) 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: var(--paw) center / contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  top: calc(var(--header-h) + 18%);
  left: 6%;
  transform: rotate(-22deg);
}

.hero::after {
  bottom: 16%;
  right: 7%;
  width: 58px;
  height: 58px;
  transform: rotate(28deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  animation: rise-in 0.95s var(--ease-out) both;
}

.hero-breath {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  letter-spacing: 0.08em;
  color: var(--gold-hot);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--cream);
  text-shadow:
    0 2px 0 rgba(212, 175, 55, 0.35),
    0 8px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.05em;
}

.hero-brand__line {
  font-size: clamp(2.4rem, 8vw, 4.6rem);
}

.hero-brand__cat {
  font-size: clamp(3.6rem, 13vw, 7.2rem);
  color: var(--gold-hot);
  position: relative;
  display: inline-block;
  width: fit-content;
}

.hero-brand__cat::before,
.hero-brand__cat::after {
  content: "";
  position: absolute;
  top: 48%;
  width: 2.2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.85;
}

.hero-brand__cat::before { left: -2.6rem; }
.hero-brand__cat::after { right: -2.6rem; }

.hero-lede {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--cream-soft);
  max-width: 34rem;
  line-height: 1.55;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  margin-top: 0.25rem;
}

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

@keyframes breathe-text {
  0%, 100% { opacity: 0.72; letter-spacing: 0.08em; }
  50% { opacity: 1; letter-spacing: 0.14em; }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-bokeh {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.35; }
  50% { transform: translateY(-18px) scale(1.08); opacity: 0.7; }
}

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

@keyframes breath-scale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

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

@keyframes puff {
  0% { opacity: 0; transform: translate(-50%, 10px) scale(0.6); }
  40% { opacity: 0.55; }
  100% { opacity: 0; transform: translate(-50%, -34px) scale(1.25); }
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.9rem 1.55rem;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 0.2s var(--ease-out), background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-hot), var(--gold));
  color: var(--ink);
  border-color: var(--gold-hot);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 12px 36px rgba(212, 175, 55, 0.42);
}

.btn-outline {
  background: rgba(3, 24, 22, 0.45);
  color: var(--cream);
  border-color: rgba(243, 235, 216, 0.45);
  backdrop-filter: blur(8px);
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-hot);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.18);
}

.btn-lg {
  padding: 1.05rem 1.9rem;
  font-size: 0.95rem;
}

.btn-copy {
  flex-shrink: 0;
  padding: 0.7rem 1.15rem;
  font-size: 0.85rem;
}

.btn-copy.copied {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

/* ── Ticker ── */
.ticker {
  background:
    var(--paw) 4% 50% / 28px no-repeat,
    var(--paw) 96% 50% / 28px no-repeat,
    var(--teal-soft);
  color: var(--gold);
  padding: 0.85rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
  position: relative;
  z-index: 1;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  width: max-content;
  animation: ticker 34s linear infinite;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-sep {
  opacity: 0.55;
  color: var(--gold-hot);
}

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

/* ── Sections ── */
.section {
  padding: 5.75rem 0;
  position: relative;
  z-index: 1;
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.9rem;
}

.eyebrow.center {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.3rem, 5.5vw, 3.6rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin-bottom: 1rem;
  color: var(--cream);
}

.section-text {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 1rem;
  max-width: 34rem;
  font-weight: 600;
}

.section-text.lead {
  font-size: 1.15rem;
  color: var(--cream-soft);
  font-weight: 700;
  max-width: none;
}

.section-text em {
  font-style: italic;
  color: var(--ink);
  background: var(--gold);
  padding: 0.05em 0.35em;
  border-radius: 0.4em;
  font-weight: 800;
}

.section-sub {
  color: var(--muted);
  margin-bottom: 2.1rem;
  font-size: 1rem;
  font-weight: 600;
}

/* ── Tweet stage ── */
.viral {
  background:
    radial-gradient(ellipse 60% 45% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--velvet) 100%);
}

.tweet-stage {
  position: relative;
  width: min(560px, 100%);
  margin: 0 auto;
}

.tweet-stage__glow {
  position: absolute;
  inset: -12% -8%;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.18), transparent 65%);
  pointer-events: none;
  animation: breath-scale 4.5s ease-in-out infinite;
}

.embed-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: rgba(6, 42, 40, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(243, 235, 216, 0.06);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.embed-panel:hover {
  border-color: rgba(240, 207, 92, 0.55);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(212, 175, 55, 0.12);
}

.embed-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1.2rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(3, 24, 22, 0.55);
}

.embed-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.embed-open {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.embed-open:hover {
  color: var(--gold-hot);
}

.embed-frame {
  padding: 1rem 1rem 0.35rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.05), transparent 60%),
    rgba(5, 32, 30, 0.85);
  display: flex;
  justify-content: center;
}

.embed-frame--tweet {
  min-height: 280px;
  padding-bottom: 1.15rem;
}

.embed-frame--solo {
  width: 100%;
  padding: 1.25rem 1rem 1.4rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.06), transparent 60%),
    rgba(6, 42, 40, 0.9);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(243, 235, 216, 0.06);
}

.embed-frame twitter-widget,
.embed-frame iframe {
  margin: 0 auto !important;
}

.tweet-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

/* ── Story ── */
.story {
  background: var(--teal-deep);
}

.story-solo {
  text-align: center;
}

.story-solo .section-text {
  margin-inline: auto;
}

.story-cat-wrap {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto 1.6rem;
}

.story-cat {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow: 0 0 36px rgba(212, 175, 55, 0.32);
  animation: float-cat 5.5s ease-in-out infinite, breath-scale 3.4s ease-in-out infinite;
}

.story-puff {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(243, 235, 216, 0.35);
  animation: puff 2.8s ease-out infinite;
}

.story-puff--2 {
  width: 12px;
  height: 12px;
  animation-delay: 1.1s;
  left: 62%;
}

/* ── ASCII band ── */
.ascii-band {
  background: linear-gradient(90deg, var(--gold), var(--gold-hot), var(--gold));
  overflow: hidden;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}

.ascii-band pre {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
  width: max-content;
  animation: band-scroll 38s linear infinite;
  letter-spacing: 0.08em;
}

/* ── Pillars ── */
.movement {
  background:
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(126, 200, 80, 0.06), transparent 55%),
    var(--ink);
}

.pillars {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .pillars { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 960px) {
  .pillars { grid-template-columns: repeat(4, 1fr); }
}

.pillar {
  padding: 1.55rem 1.3rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-sm);
  background:
    var(--paw) calc(100% - 0.7rem) 0.7rem / 28px no-repeat,
    rgba(10, 48, 45, 0.55);
  background-blend-mode: soft-light, normal;
  transition: transform 0.25s var(--ease-out), border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.pillar:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.pillar-icon {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  border: 1px solid var(--gold);
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold);
  margin-bottom: 1rem;
}

.pillar h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  color: var(--cream);
}

.pillar p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

/* ── Buy ── */
.buy {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212, 175, 55, 0.12), transparent 60%),
    linear-gradient(180deg, #08332f 0%, var(--velvet) 100%);
}

.buy .section-sub.center {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2.25rem 0 2.75rem;
}

.step {
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(3, 24, 22, 0.45);
  padding: 1.65rem 1.3rem;
  transition: transform 0.25s var(--ease-out), border-color 0.25s, background 0.25s;
}

.step:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.07);
}

.step-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.65rem;
  opacity: 0.55;
}

.step h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  color: var(--cream);
}

.step p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

.buy-cta {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Token ── */
.token {
  background: var(--teal-deep);
}

.loot {
  display: grid;
  justify-items: center;
  gap: 1.8rem;
  margin-bottom: 1.75rem;
  width: 100%;
}

.loot__coin {
  width: min(100%, 1100px);
}

.loot__coin img {
  display: block;
  width: min(100%, 250px);
  margin-inline: auto;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 8px rgba(212, 175, 55, 0.08),
    0 0 48px rgba(212, 175, 55, 0.28);
  animation: float-cat 6s ease-in-out infinite;
}

.loot__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

.loot__stats div {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-sm);
  background: rgba(10, 48, 45, 0.8);
  padding: 1.25rem 0.55rem 1.35rem;
  text-align: center;
  min-height: 110px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  transition: transform 0.2s var(--ease-out), border-color 0.2s, background 0.2s;
  container-type: inline-size;
  min-width: 0;
}

.loot__stats div:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
}

.loot__stats span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  font-weight: 700;
}

.loot__stats strong {
  display: block;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 8.5cqi, 1.15rem);
  font-weight: 800;
  color: var(--gold-hot);
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.token-ca {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  max-width: 100%;
}

.token-ca code {
  flex: 1;
  min-width: 0;
  word-break: break-all;
  font-size: 0.84rem;
  padding: 0.65rem 0.85rem;
  background: var(--surface);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 0.85rem;
  color: var(--gold);
  font-weight: 700;
}

.token-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
  justify-content: center;
  align-items: center;
}

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

.copy-toast {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  min-height: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-toast.show {
  opacity: 1;
}

/* ── Footer ── */
.footer {
  background: var(--ink);
  color: var(--muted);
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

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

.footer-logo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.28);
}

.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--gold-hot);
  line-height: 1;
}

.footer-brand span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.footer-links a {
  color: var(--cream-soft);
  text-decoration: none;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  transition: color 0.2s;
}

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

.footer-disclaimer {
  font-size: 0.78rem;
  max-width: 480px;
  line-height: 1.65;
  font-weight: 600;
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

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

/* ── Mobile ── */
@media (max-width: 900px) {
  .steps {
    grid-template-columns: 1fr;
  }

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

  .loot__stats strong {
    font-size: clamp(0.85rem, 7cqi, 1.2rem);
  }

  .hero {
    align-items: flex-end;
    padding-bottom: 3.5rem;
  }

  .hero-brand__cat::before,
  .hero-brand__cat::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-wordmark {
    font-size: 0.92rem;
    max-width: 11rem;
    white-space: normal;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(3, 24, 22, 0.98);
    flex-direction: column;
    padding: 1.35rem;
    gap: 1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.28);
    transform: translateY(-120%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    z-index: 130;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .paw:nth-child(n+8) {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1;
    justify-content: center;
  }

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

  .token-ca {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .token-ca .btn-copy {
    justify-content: center;
  }

  .embed-meta {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .ascii-band pre,
  .story-cat,
  .loot__coin img,
  .story-puff,
  .bokeh span,
  .tweet-stage__glow,
  .paw {
    animation: none;
  }

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