:root {
  --ink: #181513;
  --soot: #231b18;
  --rust: #b46d3a;
  --copper: #d39a63;
  --ash: #e2d6c5;
  --chalk: #f5efe6;
  --slate: #4a3f39;
  --tape: #f2c94c;
  --tape-ink: #2b241f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Courier Prime", "IBM Plex Mono", "Courier New", monospace;
  color: var(--chalk);
  background:
    radial-gradient(1200px 600px at 10% 10%, rgba(180, 109, 58, 0.35), transparent 60%),
    radial-gradient(1000px 500px at 85% 20%, rgba(93, 68, 51, 0.5), transparent 65%),
    linear-gradient(135deg, #120f0e 0%, #201714 35%, #2e221d 70%, #1a1412 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Copperplate", "Garamond", "Times New Roman", serif;
  letter-spacing: 0.02em;
  margin: 0 0 0.6rem 0;
}

p {
  margin: 0;
  line-height: 1.6;
}

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

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  opacity: 0.25;
  mix-blend-mode: soft-light;
}

.orbit {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(500px 500px at 70% 70%, rgba(211, 154, 99, 0.1), transparent 60%),
    radial-gradient(350px 350px at 20% 60%, rgba(178, 113, 63, 0.18), transparent 65%);
  pointer-events: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 5vw 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(18, 15, 14, 0.9), rgba(18, 15, 14, 0));
  backdrop-filter: blur(6px);
}

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

.sigil {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.35), 0 10px 25px rgba(0, 0, 0, 0.3);
}

.brand-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.brand-sub {
  font-size: 0.75rem;
  color: rgba(245, 239, 230, 0.7);
}

.nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.cta,
.ghost,
.pill {
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.cta {
  background: linear-gradient(145deg, var(--copper), var(--rust));
  color: #2b1b12;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.4);
}

.ghost {
  background: transparent;
  color: var(--chalk);
  border: 1px solid rgba(245, 239, 230, 0.4);
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
}

.pill {
  background: rgba(245, 239, 230, 0.08);
  color: var(--chalk);
  border: 1px solid rgba(245, 239, 230, 0.3);
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

main {
  padding: 0 5vw 5rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 0 4rem;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: rgba(245, 239, 230, 0.7);
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  margin-bottom: 1.2rem;
}

.lead {
  font-size: 1.1rem;
  color: rgba(245, 239, 230, 0.85);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.ticker {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: rgba(245, 239, 230, 0.5);
  text-transform: uppercase;
  animation: drift 10s linear infinite;
}

.hero-coin {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.coin-wrap {
  width: min(320px, 70vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 50%),
    linear-gradient(135deg, rgba(214, 152, 96, 0.6), rgba(96, 52, 30, 0.8));
  padding: 1.2rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15), 0 35px 60px rgba(0, 0, 0, 0.45);
  animation: float 6s ease-in-out infinite;
}

.coin-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.coin-card {
  display: grid;
  gap: 0.6rem;
  background: rgba(18, 15, 14, 0.7);
  border: 1px solid rgba(245, 239, 230, 0.2);
  padding: 1.2rem 1.5rem;
  border-radius: 1.2rem;
  width: min(320px, 80vw);
}

.coin-stat {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: rgba(245, 239, 230, 0.8);
}

.strip {
  background: repeating-linear-gradient(
    -45deg,
    var(--tape),
    var(--tape) 16px,
    #f7d668 16px,
    #f7d668 32px
  );
  color: var(--tape-ink);
  padding: 0.9rem 5vw;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.strip-inner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.section-head {
  max-width: 620px;
  margin-bottom: 2rem;
}

.cards,
.faq-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card,
.faq-item {
  background: rgba(30, 22, 19, 0.8);
  border: 1px solid rgba(245, 239, 230, 0.12);
  padding: 1.6rem;
  border-radius: 1.2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.manifesto,
.faq {
  padding: 4.5rem 0 0;
}

.footer {
  border-top: 1px solid rgba(245, 239, 230, 0.1);
  padding: 2.5rem 5vw 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer span {
  display: block;
  color: rgba(245, 239, 230, 0.7);
  font-size: 0.85rem;
}

.footer-note {
  max-width: 280px;
  color: rgba(245, 239, 230, 0.6);
  font-size: 0.85rem;
}

.toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: rgba(18, 15, 14, 0.9);
  color: var(--chalk);
  padding: 1rem 1.4rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(245, 239, 230, 0.2);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 280px;
  font-size: 0.9rem;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes drift {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

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

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .toast {
    right: 1rem;
    left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
