:root {
  --ink: #2A1F06;
  --muted: rgba(42, 31, 6, 0.68);
  --paper: #FFF3D9;
  --card: #FFFDF6;
  --dark: #221A05;
  --dark-card: #2F2408;
  --gold: #F5B301;
  --gold-deep: #D98E00;
  --coral: #FF5A3C;
  --orange: #FF9F1C;
  --line: rgba(42, 31, 6, 0.9);
  --line-soft: rgba(42, 31, 6, 0.16);
  --line-dark: rgba(245, 179, 1, 0.45);
  --radius: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 3px 0 rgba(42, 31, 6, 0.16), 0 6px 14px rgba(42, 31, 6, 0.08);
  --shadow-md: 0 5px 0 rgba(42, 31, 6, 0.2), 0 14px 28px rgba(42, 31, 6, 0.14);
  --text-pop: 0 3px 6px rgba(42, 31, 6, 0.25);
  --font-display: "Chewy", cursive;
  --font-body: "Baloo 2", system-ui, sans-serif;
  --sunset: linear-gradient(100deg, #FF5A3C 0%, #FF9F1C 55%, #F5B301 100%);
  --section-pad: clamp(4rem, 8vw, 7rem);
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.container-wide {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.narrow {
  max-width: 780px;
}

.section {
  position: relative;
  padding: var(--section-pad) 0;
}

.section > .container,
.section > .container-wide {
  position: relative;
  z-index: 1;
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(217, 142, 0, 0.2) 2px, transparent 2.6px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 45%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 45%);
  pointer-events: none;
}

.about::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 8%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(255, 159, 28, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.pool::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(217, 142, 0, 0.16) 2px, transparent 2.6px);
  background-size: 30px 30px;
  pointer-events: none;
}

.buy.pool {
  background-image: linear-gradient(180deg, rgba(245, 179, 1, 0) 0%, rgba(245, 179, 1, 0.14) 100%);
}

.buy.pool::after {
  content: "";
  position: absolute;
  left: -160px;
  top: 10%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(255, 90, 60, 0.16) 0%, transparent 68%);
  pointer-events: none;
}

.memes.pool {
  background-image: linear-gradient(180deg, rgba(245, 179, 1, 0.14) 0%, rgba(245, 179, 1, 0) 100%);
  padding-bottom: clamp(1.5rem, 3vw, 2.75rem);
}

.memes.pool::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 12%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(255, 159, 28, 0.2) 0%, transparent 68%);
  pointer-events: none;
}

.center {
  text-align: center;
}

.eyebrow {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--coral);
  text-shadow: 0 2px 4px rgba(255, 90, 60, 0.25);
  margin-bottom: 12px;
}

.eyebrow.on-dark {
  color: var(--gold);
  text-shadow: 0 2px 6px rgba(245, 179, 1, 0.4);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.1;
  text-shadow: var(--text-pop);
  margin-bottom: 18px;
}

.section-title.on-dark {
  color: #FFFDF4;
}

.body-text {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 600;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--radius-pill);
  padding: 13px 26px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 rgba(42, 31, 6, 0.35), 0 8px 16px rgba(42, 31, 6, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(42, 31, 6, 0.35), 0 12px 22px rgba(42, 31, 6, 0.16);
}

.btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 rgba(42, 31, 6, 0.35);
}

a.btn:not([href]) {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 15px;
}

.btn-primary {
  background: var(--ink);
  color: #FFF3D9;
}

.btn-gold {
  background: linear-gradient(135deg, #FFC223 0%, var(--gold) 60%, var(--gold-deep) 100%);
  color: var(--ink);
}

.btn-outline {
  background: var(--card);
  color: var(--ink);
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-row.left {
  justify-content: flex-start;
}

.card {
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 243, 217, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(42, 31, 6, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.site-logo,
.footer-logo {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.01em;
  background-image: var(--sunset);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--ink);
  filter: drop-shadow(0 2px 3px rgba(42, 31, 6, 0.3));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
}

.site-nav a {
  font-family: var(--font-display);
  font-size: 18px;
  text-decoration: none;
  color: var(--ink);
  opacity: 0.75;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.site-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
  background-image: radial-gradient(ellipse at 50% 0%, rgba(255, 159, 28, 0.35) 0%, rgba(255, 243, 217, 0) 62%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(217, 142, 0, 0.22) 2px, transparent 2.6px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 12% 38%, rgba(255, 90, 60, 0.2) 0%, transparent 26%), radial-gradient(circle at 88% 30%, rgba(245, 179, 1, 0.26) 0%, transparent 26%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

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

.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(66px, 10.5vw, 136px);
  line-height: 1;
  background-image: var(--sunset);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 3px var(--ink);
  filter: drop-shadow(0 5px 8px rgba(217, 142, 0, 0.5)) drop-shadow(0 3px 0 rgba(42, 31, 6, 0.35));
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-tagline {
  color: var(--muted);
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 21px);
  max-width: 650px;
  margin-top: 14px;
  text-shadow: 0 1px 2px rgba(255, 253, 246, 0.8);
}

.hero-tagline cite {
  display: block;
  margin-top: 8px;
  color: var(--coral);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-tagline a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-portrait {
  margin-top: clamp(28px, 4vw, 44px);
  width: min(64vw, 340px);
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--ink);
  outline: 8px solid var(--gold);
  outline-offset: 0;
  box-shadow: 0 10px 0 rgba(42, 31, 6, 0.2), 0 22px 44px rgba(42, 31, 6, 0.22);
}

.hero-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.chip-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: clamp(28px, 4vw, 44px);
}

.chip {
  font-family: var(--font-display);
  font-size: 17px;
  text-decoration: none;
  color: var(--ink);
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: var(--radius-pill);
  padding: 9px 22px;
  box-shadow: 0 3px 0 rgba(42, 31, 6, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.chip[href]:hover {
  transform: translateY(-2px);
  background: #FFF8E6;
  box-shadow: 0 5px 0 rgba(42, 31, 6, 0.3);
}

.chip:not([href]) {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.contract {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.contract-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background-image: linear-gradient(135deg, #FFFDF6 0%, #FFF1C9 100%);
}

.contract-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.contract-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border: 2px solid var(--ink);
  border-radius: var(--radius-pill);
  padding: 5px 14px;
  box-shadow: 0 2px 0 rgba(42, 31, 6, 0.3);
}

.copy-icon {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 0;
  padding: 5px;
  border-radius: 8px;
  transition: background-color 0.15s ease;
}

.copy-icon:hover {
  background: rgba(42, 31, 6, 0.08);
}

.copy-icon svg {
  height: 18px;
  width: auto;
  fill: var(--ink);
}

.contract-value {
  font-weight: 800;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  min-width: 0;
  text-shadow: 0 2px 3px rgba(42, 31, 6, 0.15);
}

.strip-marquee {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 14px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 60px, black calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 60px, black calc(100% - 60px), transparent 100%);
}

.strip-track {
  display: flex;
  width: max-content;
  animation: strip-scroll 45s linear infinite;
}

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

.strip-seq {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}

.photo {
  flex: 0 0 auto;
  width: clamp(180px, 20vw, 240px);
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-sm);
  background: var(--card);
}

.photo:nth-child(odd) {
  transform: rotate(-1deg);
}

.photo:nth-child(even) {
  transform: rotate(1deg);
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.marquee-divider {
  overflow: hidden;
  background: var(--dark);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: 14px 0;
}

.marquee-divider .marquee-track {
  display: flex;
  width: max-content;
  animation: strip-scroll 30s linear infinite;
}

.marquee-divider-bottom .marquee-track {
  animation-direction: reverse;
}

.marquee-seq {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
}

.marquee-seq span {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 26px);
  text-transform: uppercase;
  color: #FFF3D9;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.marquee-seq i {
  font-style: normal;
  font-size: 14px;
  color: var(--gold);
}

@media (prefers-reduced-motion: reduce) {
  .strip-track,
  .marquee-divider .marquee-track { animation: none; }
}

.about .body-text {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.army {
  overflow: hidden;
  background: var(--dark);
  background-image: radial-gradient(circle at 12% 18%, rgba(255, 90, 60, 0.2) 0%, transparent 28%), radial-gradient(circle at 88% 78%, rgba(245, 179, 1, 0.2) 0%, transparent 34%);
  border-bottom: 4px solid var(--ink);
}

.army::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(245, 179, 1, 0.13) 2px, transparent 2.6px);
  background-size: 32px 32px;
  pointer-events: none;
}

.army-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}

.pfp-showcase {
  width: min(100%, 430px);
  justify-self: center;
}

.pfp-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--dark-card);
  border: 5px solid var(--gold);
  border-radius: 28px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.42), 0 24px 44px rgba(0, 0, 0, 0.46);
  perspective: 900px;
}

.pfp-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: rotateY(90deg) scale(0.92);
  animation: pfp-flip 12s ease-in-out infinite;
  backface-visibility: hidden;
}

.pfp-frame:nth-child(1) { animation-delay: -0.48s; }
.pfp-frame:nth-child(2) { animation-delay: 2.52s; }
.pfp-frame:nth-child(3) { animation-delay: 5.52s; }
.pfp-frame:nth-child(4) { animation-delay: 8.52s; }

@keyframes pfp-flip {
  0% { opacity: 0; transform: rotateY(90deg) scale(0.92); }
  4%, 25% { opacity: 1; transform: rotateY(0deg) scale(1); }
  29%, 100% { opacity: 0; transform: rotateY(-90deg) scale(0.92); }
}

.pfp-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 7px 15px;
  background: var(--gold);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: var(--radius-pill);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.pfp-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.pfp-dots i {
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  animation: pfp-dot 12s steps(1) infinite;
}

.pfp-dots i:nth-child(2) { animation-delay: 3s; }
.pfp-dots i:nth-child(3) { animation-delay: 6s; }
.pfp-dots i:nth-child(4) { animation-delay: 9s; }

@keyframes pfp-dot {
  0%, 24% { background: var(--gold); transform: scale(1.2); }
  25%, 100% { background: transparent; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .pfp-frame,
  .pfp-dots i { animation: none; }
  .pfp-frame:first-child { opacity: 1; transform: none; }
  .pfp-dots i:first-child { background: var(--gold); transform: scale(1.2); }
}

.army-text .body-text {
  max-width: 630px;
  color: rgba(255, 253, 244, 0.74);
}

.army-text .btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: #FFFDF4;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5), 0 8px 16px rgba(0, 0, 0, 0.24);
}

.gold-word {
  color: var(--gold);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.75);
}

.chip-dark {
  background: rgba(255, 253, 244, 0.07);
  border-color: var(--gold);
  color: #FFFDF4;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.chip-dark[href]:hover {
  background: rgba(245, 179, 1, 0.18);
}

.buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.chart-card {
  background: var(--dark);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: clamp(12px, 1.6vw, 18px);
}

.chart-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
}

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

.chart-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 30px);
  text-transform: uppercase;
  color: var(--gold);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.85);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border: 2px dashed rgba(245, 179, 1, 0.5);
  border-radius: 12px;
}

.chart-note {
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 253, 244, 0.55);
  margin-top: 10px;
}

.meme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.8vw, 22px);
  margin-top: clamp(24px, 3.5vw, 40px);
}

.meme-item {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-sm);
  background: var(--card);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.meme-item:nth-child(4n+1) { transform: rotate(-1deg); }
.meme-item:nth-child(4n+3) { transform: rotate(1deg); }

.meme-item:hover {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: var(--shadow-md);
}

.meme-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memes .section-title {
  background-image: var(--sunset);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
  filter: drop-shadow(0 3px 5px rgba(217, 142, 0, 0.4));
  text-shadow: none;
}

.final-cta {
  background-image: radial-gradient(circle at 50% 0%, rgba(245, 179, 1, 0.22) 0%, transparent 55%);
  padding-top: 0;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 70px) var(--gutter);
  background: var(--dark);
  background-image: radial-gradient(circle at 10% 20%, rgba(255, 90, 60, 0.2) 0%, transparent 30%), radial-gradient(circle at 90% 80%, rgba(245, 179, 1, 0.2) 0%, transparent 34%);
  border-color: var(--gold);
  box-shadow: 0 8px 0 rgba(42, 31, 6, 0.3), 0 20px 42px rgba(42, 31, 6, 0.2);
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(245, 179, 1, 0.12) 2px, transparent 2.6px);
  background-size: 30px 30px;
  pointer-events: none;
}

.final-cta-card > * {
  position: relative;
  z-index: 1;
}

.final-cta-card .section-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFDF4;
  font-size: clamp(34px, 5.2vw, 60px);
  text-wrap: balance;
}

.final-cta-card .body-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 253, 244, 0.72);
}

.final-cta-card .btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: #FFFDF4;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5), 0 8px 16px rgba(0, 0, 0, 0.24);
}

.final-links {
  margin-top: 22px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: var(--dark);
  border-top: 4px solid var(--ink);
  padding: clamp(28px, 4vw, 44px) var(--gutter);
  text-align: center;
}

.footer-logo {
  font-size: 28px;
}

.footer-note {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 253, 244, 0.6);
}

.footer-disclaimer {
  max-width: 820px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(245, 179, 1, 0.24);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 253, 244, 0.68);
}

.footer-disclaimer strong {
  color: var(--gold);
  font-weight: 800;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(16px);
  z-index: 100;
  background: var(--ink);
  color: #FFF3D9;
  font-size: 15px;
  font-weight: 800;
  border: 2px solid var(--gold);
  border-radius: var(--radius-pill);
  padding: 12px 24px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .site-nav { display: none; }
}

@media (max-width: 820px) {
  .army-inner { grid-template-columns: 1fr; text-align: center; }
  .pfp-showcase { width: min(82vw, 380px); }
  .army-text .body-text { margin-left: auto; margin-right: auto; }
  .buy-grid { grid-template-columns: 1fr; }
  .buy-copy { text-align: center; }
  .buy-copy .btn-row.left { justify-content: center; }
  .meme-grid { grid-template-columns: repeat(2, 1fr); }
  .btn-row.left { justify-content: center; }
}

@media (max-width: 480px) {
  .contract-card { justify-content: center; }
  .btn { padding: 12px 20px; }
  .pfp-card { border-width: 4px; border-radius: 22px; }
}
