/* =========================================================
   NakamotoAnsemSonnet10GPU ($NVIDIA)
   Cursed premium bootleg merch aesthetic
   ========================================================= */

:root {
  --bg: #070708;
  --bg-elevated: #0e0e10;
  --plastic: #121214;
  --plastic-hi: #1c1c20;
  --plastic-edge: #2a2a30;
  --text: #f2f0eb;
  --muted: #9a9690;
  --red: #e10600;
  --red-drip: #ff1a1a;
  --red-dark: #8b0000;
  --gtx: #76b900;
  --gtx-bright: #a4e600;
  --gtx-dim: #3d5c00;
  --claude: #c47aff;
  --claude-deep: #7c3aed;
  --claude-hot: #e879f9;
  --gold: #f5c542;
  --btc-orange: #f7931a;
  --ansem-blue: #4da3ff;
  --white: #ffffff;
  --font-display: "Bebas Neue", "Impact", sans-serif;
  --font-drip: "Creepster", "Impact", cursive;
  --font-marker: "Permanent Marker", cursive;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "Share Tech Mono", ui-monospace, monospace;
  --radius: 12px;
  --header-h: 88px;
  --max: 1120px;
  --shadow-plastic:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 8px rgba(0, 0, 0, 0.55),
    0 20px 50px rgba(0, 0, 0, 0.55);
}

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

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, #1a0a12 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(118, 185, 0, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(196, 122, 255, 0.07) 0%, transparent 50%),
    var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: var(--gtx-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ---- Initiation gate ---- */
body.gate-locked {
  overflow: hidden;
}

body.gate-locked .site-shell {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

body.gate-open .site-shell {
  visibility: visible;
  pointer-events: auto;
}

.truth-gate {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(225, 6, 0, 0.2), transparent 50%),
    radial-gradient(ellipse at 50% 70%, rgba(118, 185, 0, 0.12), transparent 45%),
    rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
}

.truth-gate[hidden] {
  display: none !important;
}

.truth-gate__card {
  width: min(100%, 420px);
  text-align: center;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 16px;
  background:
    linear-gradient(160deg, #1a1a1e, #0a0a0c);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(225, 6, 0, 0.25),
    0 0 40px rgba(118, 185, 0, 0.12),
    var(--shadow-plastic);
}

.truth-gate__pfp {
  width: 100px;
  height: auto;
  margin: 0 auto 1rem;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 24px rgba(225, 6, 0, 0.25);
  background: #000;
}

.truth-gate__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.truth-gate__sub {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--gtx);
  margin: 0 0 1rem;
}

.truth-gate__q {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.truth-gate__hint {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.truth-gate__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.truth-denied {
  position: fixed;
  inset: 0;
  z-index: 20001;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.95);
}

.truth-denied[hidden] {
  display: none !important;
}

.truth-denied__card {
  text-align: center;
  max-width: 360px;
}

.truth-denied__card .drip-text {
  font-size: 3rem;
  margin: 0 0 0.75rem;
}

.truth-denied__card p {
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.nav__ticker-tag {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: var(--gtx);
  text-transform: uppercase;
  display: none;
}

@media (min-width: 720px) {
  .nav__ticker-tag {
    display: inline;
  }
}

.hero__dogma {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0 0 1rem;
  position: relative;
  z-index: 1;
}

.hero__full-name {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin: 0.35rem 0 0;
  text-align: center;
}

.hero__ticker-sub {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--gtx);
  margin: -0.5rem 0 1rem;
  text-align: center;
}

.hero--shrine .sacred-bag--hero .sacred-bag__frame {
  width: min(100%, 380px);
}

.hero__layout--shrine {
  grid-template-columns: minmax(240px, 1.05fr) 1fr;
}

/* Tokenomics */
.tokenomics-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tokenomics-strip {
  border-radius: 14px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(118, 185, 0, 0.3);
  background:
    linear-gradient(90deg, rgba(118, 185, 0, 0.08), transparent 50%),
    var(--plastic);
  box-shadow: var(--shadow-plastic);
}

.tokenomics-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.tokenomics-list li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}

.tokenomics-list strong {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gtx);
}

.tokenomics-list span {
  color: var(--muted);
}

.tokenomics-creed {
  text-align: center;
  font-size: 1.75rem;
  margin: 0.5rem 0 0;
}

/* Scripture / About */
.about-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(225, 6, 0, 0.08), transparent 50%);
}

.scripture {
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--muted);
}

.scripture p {
  margin: 0 0 1.15rem;
}

.scripture__lead {
  color: var(--text);
  font-weight: 600;
  border-left: 3px solid var(--red-drip);
  padding-left: 1rem;
}

.scripture__end {
  font-family: var(--font-marker);
  color: var(--red-drip) !important;
  font-size: 1.15rem;
}

.scripture strong {
  color: var(--text);
}

/* Roadmap */
.roadmap-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: none;
}

.roadmap-item {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  border-left: 3px solid var(--gtx-dim);
  box-shadow: var(--shadow-plastic);
}

.roadmap-item.is-done {
  border-left-color: var(--gtx);
  background: linear-gradient(90deg, rgba(118, 185, 0, 0.1), var(--plastic));
}

.roadmap-item__phase {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--gtx);
}

.roadmap-item h3 {
  margin: 0.35rem 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
}

.roadmap-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.roadmap-mascot {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--claude-hot);
}

.roadmap-mascot img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(196, 122, 255, 0.45);
}

/* Meme wall / funny pictures */
.funny-section {
  position: relative;
}

.meme-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
  margin-bottom: 2rem;
  position: relative;
}

.meme-tile {
  margin: 0;
  padding: 0.45rem;
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  border-radius: 8px;
  box-shadow: var(--shadow-plastic);
  transform: rotate(var(--tilt, 0deg));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.meme-tile:hover {
  transform: rotate(0deg) scale(1.05);
  border-color: rgba(196, 122, 255, 0.45);
  box-shadow: 0 0 24px rgba(118, 185, 0, 0.15), var(--shadow-plastic);
  z-index: 2;
}

.meme-tile img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  background: #000;
  display: block;
}

.meme-tile--bag img {
  object-position: center 15%;
}

.meme-tile--tall img,
.meme-tile--wide img {
  aspect-ratio: 1;
}

@media (min-width: 700px) {
  .meme-tile--wide {
    grid-column: span 2;
  }
  .meme-wall {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

.meme-tile figcaption {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--gtx);
  margin-top: 0.4rem;
  text-align: center;
  text-transform: uppercase;
}

.footer-tag__trust {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

/* Overlays */
.plastic-grain,
.scanlines {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
}

.plastic-grain {
  opacity: 0.12;
  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)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.scanlines {
  opacity: 0.04;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 2px,
    rgba(0, 0, 0, 0.35) 2px,
    rgba(0, 0, 0, 0.35) 3px
  );
}

/* Typography helpers */
.drip,
.drip-text {
  font-family: var(--font-drip);
  color: var(--red-drip);
  letter-spacing: 0.04em;
  text-shadow:
    0 2px 0 var(--red-dark),
    0 4px 0 #4a0000,
    0 8px 18px rgba(225, 6, 0, 0.45),
    0 0 30px rgba(255, 26, 26, 0.35);
}

.drip-soft {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  background: linear-gradient(180deg, #fff 10%, var(--red-drip) 70%, var(--red-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 0 rgba(100, 0, 0, 0.55));
}

.drip-inline {
  font-family: var(--font-drip);
  color: var(--red-drip);
  font-style: normal;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  position: relative;
}

.section-kicker {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 4.25rem);
  line-height: 0.95;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.section-title--sm {
  font-size: clamp(2rem, 5vw, 3rem);
}

.lede {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 2.25rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn--gtx {
  background: linear-gradient(180deg, var(--gtx-bright), var(--gtx));
  color: #0a1200;
  box-shadow:
    0 0 0 1px rgba(164, 230, 0, 0.4),
    0 8px 24px rgba(118, 185, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn--gtx:hover {
  color: #000;
  box-shadow:
    0 0 0 1px rgba(164, 230, 0, 0.7),
    0 0 32px rgba(118, 185, 0, 0.55);
}

.btn--purple {
  background: linear-gradient(180deg, var(--claude-hot), var(--claude-deep));
  color: #fff;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

.btn--purple:hover {
  box-shadow: 0 0 28px rgba(232, 121, 249, 0.45);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--plastic-edge);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.btn--ghost:hover {
  border-color: var(--gtx);
  color: var(--gtx-bright);
}

.btn--tiny {
  padding: 0.4rem 0.75rem;
  font-size: 0.7rem;
  background: var(--plastic-hi);
  color: var(--text);
  border: 1px solid var(--plastic-edge);
}

/* ========== HEADER ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(7, 7, 8, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.marquee {
  overflow: hidden;
  background: linear-gradient(90deg, #1a0505, #0d1200 40%, #140a1c 70%, #1a0505);
  border-bottom: 1px solid rgba(225, 6, 0, 0.35);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gtx-bright);
}

.marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding: 0.45rem 0;
  animation: marquee 42s linear infinite;
}

.marquee__track span {
  white-space: nowrap;
  opacity: 0.9;
}

.marquee__track span:nth-child(odd) {
  color: var(--red-drip);
}

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

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
  min-height: 56px;
  padding: 0.35rem 0;
}

.nav__logo {
  text-decoration: none;
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.nav__pfp {
  width: 36px;
  height: 36px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 12px rgba(118, 185, 0, 0.25);
  background: #000;
}

/* Floating Sonnet Sonic */
.float-mascot {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(196, 122, 255, 0.55);
  box-shadow:
    0 0 0 3px rgba(0, 0, 0, 0.5),
    0 8px 24px rgba(124, 58, 237, 0.45);
  animation: float-bob 4s ease-in-out infinite;
  pointer-events: none;
}

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

@keyframes float-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(4deg);
  }
}

.section-head-with-mascot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 0.5rem;
}

.section-head-with-mascot .lede {
  margin-bottom: 1.5rem;
}

.mascot-peek {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(196, 122, 255, 0.4);
  box-shadow:
    0 0 24px rgba(124, 58, 237, 0.25),
    var(--shadow-plastic);
  background: #0a0a0c;
  transform: rotate(3deg);
}

.mascot-peek--spin {
  border-radius: 50%;
  border-color: rgba(118, 185, 0, 0.45);
  animation: float-bob 5s ease-in-out infinite;
}

.nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: var(--gtx-bright);
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

/* ========== HERO ========== */
.hero {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(4rem, 10vw, 7rem);
}

.hero__plastic {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #1a1a1e 0%, #0c0c0e 55%, #101014 100%);
  box-shadow: var(--shadow-plastic);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero__plastic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 35%),
    radial-gradient(circle at 80% 100%, rgba(118, 185, 0, 0.08), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(196, 122, 255, 0.05), transparent 50%);
  pointer-events: none;
}

.hero__plastic::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero__stickers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.sticker {
  position: absolute;
  font-family: var(--font-marker);
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  transform: rotate(-8deg);
  border: 2px solid currentColor;
  background: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.04em;
}

.sticker--red {
  top: 12%;
  right: 4%;
  color: var(--red-drip);
  transform: rotate(12deg);
}

.sticker--green {
  bottom: 14%;
  left: 3%;
  color: var(--gtx);
  transform: rotate(-14deg);
}

.sticker--purple {
  top: 6%;
  left: 4%;
  color: var(--claude-hot);
  transform: rotate(-6deg);
  font-size: 0.65rem;
}

.sticker--gold {
  bottom: 8%;
  right: 6%;
  color: var(--gold);
  transform: rotate(18deg);
  font-size: 1.1rem;
}

.hero__eyebrow {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  color: var(--gtx);
  margin: 0 0 1.5rem;
  text-align: center;
}

/* Hero two-column: sacred bag + copy */
.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) 1.15fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

/*  -  -  Sacred backpack relic  -  -  */
.sacred-bag {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.sacred-bag__halo {
  position: absolute;
  inset: -8% -12% 8%;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(225, 6, 0, 0.22), transparent 55%),
    radial-gradient(ellipse at 50% 60%, rgba(118, 185, 0, 0.18), transparent 50%),
    radial-gradient(ellipse at 50% 40%, rgba(196, 122, 255, 0.15), transparent 45%);
  filter: blur(8px);
  pointer-events: none;
  animation: halo-breathe 5s ease-in-out infinite;
}

@keyframes halo-breathe {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.sacred-bag__frame {
  position: relative;
  width: min(100%, 340px);
  border-radius: 18px;
  padding: 10px;
  background:
    linear-gradient(160deg, #2a2a32 0%, #0a0a0c 45%, #141418 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(225, 6, 0, 0.25),
    0 0 40px rgba(118, 185, 0, 0.12),
    0 0 60px rgba(196, 122, 255, 0.1),
    0 25px 50px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sacred-bag__frame::before {
  content: "SACRED OBJECT · DO NOT FOLD";
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  background: #0a0a0c;
  padding: 0.15rem 0.55rem;
  border: 1px solid rgba(245, 197, 66, 0.35);
  border-radius: 999px;
  white-space: nowrap;
  z-index: 2;
}

.sacred-bag__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #000;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
}

.sacred-bag__shine {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 35%,
    transparent 60%,
    rgba(255, 255, 255, 0.04) 100%
  );
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.sacred-bag.is-blessed .sacred-bag__frame {
  box-shadow:
    0 0 0 2px rgba(164, 230, 0, 0.55),
    0 0 50px rgba(118, 185, 0, 0.35),
    0 0 80px rgba(225, 6, 0, 0.2),
    0 25px 50px rgba(0, 0, 0, 0.65);
  animation: bag-pulse 0.6s ease;
}

@keyframes bag-pulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.sacred-bag__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  max-width: 280px;
}

.sacred-bag__relic {
  color: var(--red-drip);
  font-family: var(--font-drip);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.sacred-bag__tap {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gtx-bright);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(118, 185, 0, 0.4);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.sacred-bag__tap:hover {
  background: rgba(118, 185, 0, 0.15);
  box-shadow: 0 0 16px rgba(118, 185, 0, 0.3);
}

.hero__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero__stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 0.88;
  text-align: center;
}

.frag {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7.5vw, 5.25rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
  filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.45));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.frag:hover {
  transform: scale(1.03) rotate(-1deg);
}

.frag--1 {
  color: var(--btc-orange);
  text-shadow: 0 0 40px rgba(247, 147, 26, 0.35);
}

.frag--2 {
  color: var(--ansem-blue);
  text-shadow: 0 0 40px rgba(77, 163, 255, 0.35);
}

.frag--3 {
  color: var(--claude-hot);
  text-shadow: 0 0 40px rgba(232, 121, 249, 0.4);
}

.frag--4 {
  color: var(--red-drip);
  font-family: var(--font-drip);
  font-size: clamp(2.6rem, 8vw, 5.75rem);
  text-shadow:
    0 3px 0 var(--red-dark),
    0 0 40px rgba(255, 26, 26, 0.5);
}

.frag--5 {
  color: var(--gtx-bright);
  text-shadow: 0 0 40px rgba(164, 230, 0, 0.45);
}

.hero__ticker {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(2.2rem, 8vw, 4.25rem);
  margin: 0.75rem 0 1rem;
  animation: drip-pulse 3.5s ease-in-out infinite;
}

@keyframes drip-pulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.15) drop-shadow(0 12px 20px rgba(225, 6, 0, 0.35));
  }
}

.hero__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 auto 1.25rem;
  padding: 0.4rem 0.95rem 0.4rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.45);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--text);
  width: fit-content;
}

.hero__badge-mascot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(196, 122, 255, 0.5);
}

.hero__tagline {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  color: var(--text);
}

.hero__tagline em {
  color: var(--claude-hot);
  font-style: normal;
  font-weight: 600;
}

.hero__ctas {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero__fine {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.72rem;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.5;
}

/* ========== STACK ========== */
.stack-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.stack-card {
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-plastic);
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.stack-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.stack-card--btc::before {
  background: var(--btc-orange);
}
.stack-card--ansem::before {
  background: var(--ansem-blue);
}
.stack-card--sonnet::before {
  background: var(--claude-hot);
}
.stack-card--ten::before {
  background: var(--red-drip);
}
.stack-card--gpu::before {
  background: var(--gtx);
}

.stack-card__num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.15em;
}

.stack-card h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin: 0.4rem 0 0.6rem;
  letter-spacing: 0.04em;
}

.stack-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.stack-footnote {
  margin-top: 1.75rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--gtx);
  letter-spacing: 0.08em;
}

/* ========== LINEAGE ========== */
.lineage-section {
  padding-top: 1rem;
}

.lineage-panel {
  border-radius: 18px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    linear-gradient(135deg, rgba(245, 197, 66, 0.08), transparent 40%),
    linear-gradient(180deg, #141416, #0a0a0c);
  border: 1px solid rgba(245, 197, 66, 0.25);
  box-shadow: var(--shadow-plastic);
}

.lineage-panel__tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.lineage-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
}

.lineage-copy p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.lineage-copy strong {
  color: var(--text);
}

.lineage-whisper {
  font-family: var(--font-marker);
  color: var(--gold) !important;
  font-size: 1.05rem;
}

.lineage-relic {
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
}

.lineage-relic img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 2px solid rgba(245, 197, 66, 0.35);
  box-shadow:
    0 0 30px rgba(225, 6, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.55);
  background: #000;
}

.lineage-relic figcaption {
  margin-top: 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

/* ========== COMMANDMENTS ========== */
.commandments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  counter-reset: none;
}

.commandments li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.15rem;
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  border-left: 3px solid var(--red-drip);
  border-radius: 8px;
  font-size: 0.98rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.commandments li:nth-child(10) {
  border-left-color: var(--gtx);
  background: linear-gradient(90deg, rgba(118, 185, 0, 0.08), var(--plastic));
}

.cmd-n {
  font-family: var(--font-drip);
  color: var(--red-drip);
  font-size: 1.35rem;
  line-height: 1;
  min-width: 1.5rem;
}

/* ========== IRREGULAR BATCH ========== */
.batch-section {
  position: relative;
  overflow: hidden;
}

.batch-watermark {
  position: absolute;
  inset: 0;
  background-image: url("assets/nvidia-pfp.jpeg");
  background-size: 280px auto;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.035;
  filter: grayscale(0.3);
  pointer-events: none;
  transform: rotate(-6deg) scale(1.15);
}

.batch-list {
  display: grid;
  gap: 1rem;
  position: relative;
}

.batch-item {
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent),
    var(--plastic);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-plastic);
  position: relative;
}

.batch-item--featured {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  border-style: solid;
  border-color: rgba(225, 6, 0, 0.35);
  background:
    linear-gradient(90deg, rgba(225, 6, 0, 0.08), transparent 40%),
    var(--plastic);
}

.batch-item:nth-child(even):not(.batch-item--featured) {
  border-style: solid;
  border-color: rgba(196, 122, 255, 0.25);
}

.batch-item:nth-child(odd):not(.batch-item--featured) {
  border-color: rgba(118, 185, 0, 0.2);
}

.batch-item:has(> .batch-item__thumb) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.batch-item__thumb {
  width: 72px;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  object-fit: cover;
}

.batch-item__thumb--round {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border-color: rgba(196, 122, 255, 0.45);
}

.batch-item__tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.batch-item h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 0 0 0.4rem;
  letter-spacing: 0.03em;
}

.batch-item p {
  margin: 0 0 0.75rem;
  color: var(--muted);
}

.batch-item__meta {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--gtx);
  text-transform: uppercase;
}

.batch-disclaimer {
  margin-top: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-align: center;
  position: relative;
}

/* ========== MODEL ========== */
.model-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.18), transparent 55%),
    transparent;
}

.model-kicker {
  color: var(--claude-hot);
}

.model-glow {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: var(--claude-hot);
  text-shadow:
    0 0 20px rgba(232, 121, 249, 0.55),
    0 0 60px rgba(124, 58, 237, 0.4);
}

.model-terminal {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(196, 122, 255, 0.35);
  background: #0b0612;
  box-shadow:
    0 0 40px rgba(124, 58, 237, 0.2),
    var(--shadow-plastic);
}

.model-terminal__chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  background: rgba(196, 122, 255, 0.1);
  border-bottom: 1px solid rgba(196, 122, 255, 0.2);
}

.model-terminal__chrome .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--claude);
  opacity: 0.7;
}

.model-terminal__chrome .dot:nth-child(2) {
  background: var(--claude-hot);
}
.model-terminal__chrome .dot:nth-child(3) {
  background: var(--claude-deep);
}

.model-terminal__title {
  margin-left: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--claude);
}

.model-terminal__body {
  padding: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  line-height: 1.65;
}

.ml {
  margin: 0 0 0.85rem;
  color: #d4c4ef;
}

.ml-role {
  display: inline-block;
  min-width: 4rem;
  color: var(--muted);
  margin-right: 0.5rem;
}

.ml-role--ai {
  color: var(--claude-hot);
}

.cursor {
  animation: blink 1s step-end infinite;
  color: var(--claude-hot);
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.model-tags span {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 122, 255, 0.3);
  color: var(--claude);
}

/* ========== ALTAR ========== */
.altar-section {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(118, 185, 0, 0.12), transparent 50%),
    transparent;
}

.altar-kicker {
  color: var(--gtx);
}

.gtx-glow {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: var(--gtx-bright);
  text-shadow:
    0 0 20px rgba(164, 230, 0, 0.5),
    0 0 60px rgba(118, 185, 0, 0.35);
}

.altar {
  position: relative;
}

.altar__fan {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 8%;
  top: -20px;
  border-radius: 50%;
  border: 3px dashed rgba(118, 185, 0, 0.35);
  animation: spin 8s linear infinite;
  opacity: 0.5;
  pointer-events: none;
}

.altar__fan::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  border: 2px solid rgba(118, 185, 0, 0.4);
}

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

.altar__frame {
  border-radius: 16px;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, #10180a, #0a0e08);
  border: 2px solid var(--gtx-dim);
  box-shadow:
    0 0 0 1px rgba(164, 230, 0, 0.2),
    0 0 50px rgba(118, 185, 0, 0.12),
    inset 0 0 40px rgba(118, 185, 0, 0.05);
}

.altar__header {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--gtx);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.altar__offering {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.altar__offering img:first-child {
  width: 90px;
  height: auto;
  border-radius: 8px;
  border: 2px solid rgba(118, 185, 0, 0.45);
  box-shadow: 0 0 24px rgba(118, 185, 0, 0.25);
  background: #000;
}

.altar__offering-mascot {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(196, 122, 255, 0.5) !important;
  object-fit: cover;
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.35);
}

.altar__pulse {
  color: var(--gtx-bright);
  animation: pulse-g 1.8s ease-in-out infinite;
}

@keyframes pulse-g {
  50% {
    opacity: 0.45;
  }
}

.altar__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.stat {
  padding: 0.9rem;
  border: 1px solid rgba(118, 185, 0, 0.25);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.stat__label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  color: var(--gtx-dim);
  margin-bottom: 0.35rem;
}

.stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gtx-bright);
  letter-spacing: 0.04em;
}

.stat__note {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.altar__chart {
  border: 1px solid rgba(118, 185, 0, 0.2);
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: var(--gtx);
}

.cursed-chart {
  width: 100%;
  height: 90px;
}

.altar__chart-caption {
  margin: 0.5rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.altar__prayer {
  margin: 0;
  text-align: center;
  font-family: var(--font-marker);
  color: var(--gtx);
  font-size: 0.95rem;
}

/* ========== ACQUIRE ========== */
.steps {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  box-shadow: var(--shadow-plastic);
}

.steps__n {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gtx);
  line-height: 1;
}

.steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.ca-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem !important;
  padding: 0.65rem 0.75rem;
  background: #000;
  border: 1px solid var(--plastic-edge);
  border-radius: 8px;
}

.ca-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--red-drip);
  letter-spacing: 0.12em;
}

.ca-box code {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--text);
  flex: 1;
  min-width: 12rem;
  word-break: break-all;
}

.ca-mono,
.footer-tag__ca {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  word-break: break-all;
  color: var(--gtx, #76b900);
  line-height: 1.4;
}

.acquire-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ========== LOREBOARD ========== */
.loreboard-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(225, 6, 0, 0.08), transparent 40%),
    radial-gradient(ellipse at 80% 100%, rgba(196, 122, 255, 0.08), transparent 40%);
}

.lore-bg-bags {
  position: absolute;
  inset: -5%;
  background-image:
    url("assets/nvidia-pfp.jpeg"),
    url("assets/mascot-sticker.jpeg");
  background-size: 200px auto, 90px 90px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 100px 80px;
  opacity: 0.04;
  pointer-events: none;
  filter: contrast(1.1);
  transform: rotate(-3deg);
}

.loreboard-section > .container {
  position: relative;
}

.lore-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.lore-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--red-drip);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-drip);
  box-shadow: 0 0 10px var(--red-drip);
  animation: pulse-g 1.2s ease-in-out infinite;
}

.lore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.lore-card {
  padding: 1.15rem;
  border-radius: 10px;
  background: var(--bg-elevated);
  border: 1px solid var(--plastic-edge);
  box-shadow: var(--shadow-plastic);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lore-card:hover {
  border-color: rgba(196, 122, 255, 0.4);
  transform: translateY(-2px);
}

.lore-card--wide {
  grid-column: 1 / -1;
  border-color: rgba(225, 6, 0, 0.3);
  background:
    linear-gradient(135deg, rgba(225, 6, 0, 0.08), transparent 50%),
    var(--bg-elevated);
}

.lore-card--visual {
  position: relative;
  padding-top: 1.35rem;
}

.lore-card__stamp {
  float: right;
  margin: 0 0 0.5rem 0.75rem;
  width: 48px;
  height: auto;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: #000;
}

.lore-card__stamp--round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border-color: rgba(196, 122, 255, 0.4);
}

.lore-card__stamp--inline {
  float: left;
  margin: 0 0.85rem 0.5rem 0;
  width: 56px;
}

.lore-card time {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--gtx);
}

.lore-card h3 {
  margin: 0.4rem 0 0.5rem;
  font-size: 1rem;
}

.lore-card p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.lore-card code {
  font-family: var(--font-mono);
  color: var(--claude-hot);
  font-size: 0.85em;
}

.lore-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--claude);
  letter-spacing: 0.06em;
}

/* ========== FAQ ========== */
.faq-list {
  display: grid;
  gap: 0.65rem;
  max-width: 720px;
}

.faq-item {
  border-radius: 10px;
  background: var(--plastic);
  border: 1px solid var(--plastic-edge);
  padding: 0.25rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 0.9rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--gtx);
  font-family: var(--font-mono);
}

.faq-item[open] summary::after {
  content: "×";
  color: var(--red-drip);
}

.faq-item p {
  margin: 0 0 1rem;
  color: var(--muted);
  padding-bottom: 0.25rem;
}

.faq-item kbd {
  font-family: var(--font-mono);
  background: #000;
  border: 1px solid var(--plastic-edge);
  border-radius: 4px;
  padding: 0.1rem 0.4rem;
  color: var(--gtx-bright);
}

/* ========== FOOTER ========== */
.site-footer {
  padding: 3rem 0 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050506;
}

.footer-tag {
  text-align: center;
  max-width: 480px;
  padding: 2rem 1.5rem;
  border: 2px solid var(--plastic-edge);
  border-radius: 4px;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.015) 8px,
      rgba(255, 255, 255, 0.015) 16px
    ),
    #0c0c0e;
  box-shadow: var(--shadow-plastic);
}

.footer-tag__pfp {
  width: 72px;
  height: auto;
  margin: 0 auto 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(225, 6, 0, 0.2);
  background: #000;
}

.footer-tag__barcode {
  display: flex;
  justify-content: center;
  gap: 3px;
  height: 40px;
  margin-bottom: 1rem;
}

.footer-tag__barcode span {
  width: 3px;
  background: var(--text);
  opacity: 0.85;
}

.footer-tag__barcode span:nth-child(odd) {
  width: 2px;
  height: 100%;
}
.footer-tag__barcode span:nth-child(3n) {
  width: 5px;
}
.footer-tag__barcode span:nth-child(5n) {
  width: 1px;
}

.footer-tag__brand {
  font-size: 2rem;
  margin: 0 0 0.25rem;
}

.footer-tag__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
}

.footer-tag__meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--gtx);
  margin: 0 0 1rem;
}

.footer-tag__legal {
  font-size: 0.72rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.footer-tag__hpos {
  font-family: var(--font-marker);
  color: var(--gold);
  margin: 0;
  font-size: 0.95rem;
}

/* ========== SECRET + TOAST ========== */
.secret {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  padding: 1.5rem;
}

.secret[hidden] {
  display: none;
}

.secret__card {
  max-width: 400px;
  text-align: center;
  padding: 2rem;
  border-radius: 16px;
  background: var(--plastic);
  border: 2px solid var(--gtx);
  box-shadow: 0 0 60px rgba(118, 185, 0, 0.35);
}

.secret__pfp {
  width: 100px;
  height: auto;
  margin: 0 auto 1rem;
  border-radius: 10px;
  border: 2px solid rgba(164, 230, 0, 0.5);
  box-shadow: 0 0 30px rgba(118, 185, 0, 0.35);
  background: #000;
}

.secret__eyebrow {
  font-family: var(--font-mono);
  letter-spacing: 0.16em;
  color: var(--gtx);
  font-size: 0.75rem;
  margin: 0 0 0.5rem;
}

.secret__title {
  font-size: 4rem;
  margin: 0 0 0.75rem;
}

.secret__body {
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #111;
  border: 1px solid var(--gtx);
  color: var(--gtx-bright);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.toast[hidden] {
  display: none;
}

/* Confetti bits */
.confetti-bit {
  position: fixed;
  z-index: 9999;
  width: 8px;
  height: 12px;
  pointer-events: none;
  animation: confetti-fall 1.6s ease-out forwards;
}

@keyframes confetti-fall {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* Name shuffle flash */
.hero__stack.is-shuffled .frag {
  animation: glitch-frag 0.4s ease;
}

@keyframes glitch-frag {
  0% {
    transform: translate(0);
  }
  30% {
    transform: translate(-4px, 2px);
  }
  60% {
    transform: translate(3px, -2px);
  }
  100% {
    transform: translate(0);
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 860px) {
  .hero__layout,
  .hero__layout--shrine {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sacred-bag__frame,
  .hero--shrine .sacred-bag--hero .sacred-bag__frame {
    width: min(100%, 300px);
  }

  .tokenomics-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

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

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

  .nav__toggle {
    display: flex;
  }

  .nav__links {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(7, 7, 8, 0.96);
    padding: 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--plastic-edge);
    gap: 0.75rem;
  }

  .nav__links.is-open {
    display: flex;
  }

  .sticker--purple,
  .sticker--gold {
    display: none;
  }

  .float-mascot {
    width: 56px;
    height: 56px;
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .section-head-with-mascot {
    flex-direction: column;
  }

  .mascot-peek {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 520px) {
  .altar__stats {
    grid-template-columns: 1fr;
  }

  .hero__ctas {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .batch-item--featured,
  .batch-item:has(> .batch-item__thumb) {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .marquee__track,
  .altar__fan,
  .hero__ticker,
  .cursor,
  .altar__pulse,
  .pulse-dot,
  .confetti-bit,
  .float-mascot,
  .mascot-peek--spin,
  .sacred-bag__halo,
  .hero__dogma {
    animation: none !important;
  }

  .meme-tile {
    transform: none !important;
  }
}
