:root {
  --void: #070604;
  --void-2: #0d0a06;
  --ink: #16120a;
  --gold-1: #fff4c2;
  --gold-2: #f0d56a;
  --gold-3: #d4af37;
  --gold-4: #a8841e;
  --gold-5: #6d5414;
  --bronze: #3a2c10;
  --cream: #efe6c8;
  --mute: #b8a97a;
  --line: rgba(212, 175, 55, 0.28);
  --font-coin: "Cinzel", serif;
  --font-ornate: "Cinzel Decorative", serif;
  --font-block: "Bebas Neue", sans-serif;
  --font-body: "Cormorant Garamond", serif;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--void);
  color: var(--cream);
  color-scheme: dark;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.55;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(212, 175, 55, 0.1), transparent 58%),
    radial-gradient(700px 480px at 88% 8%, rgba(168, 132, 30, 0.08), transparent 50%),
    radial-gradient(1200px 700px at 50% 110%, rgba(109, 84, 20, 0.12), transparent 55%),
    linear-gradient(180deg, #050403 0%, #0b0905 38%, #070604 100%);
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.grain,
.vignette,
#dust,
.fracture-rail,
.shards {
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.09;
  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='.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;
}

.vignette {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.62) 100%);
}

#dust {
  position: fixed;
  inset: 0;
  z-index: 2;
}

.fracture-rail {
  position: fixed;
  top: 0;
  left: 18px;
  width: 24px;
  height: 100vh;
  z-index: 3;
  opacity: 0.55;
}

.fracture-rail svg {
  width: 100%;
  height: 220vh;
  transform: translateY(calc(var(--scroll, 0) * -40px));
}

.fracture-path {
  fill: none;
  stroke: url(#none);
  stroke: #d4af37;
  stroke-width: 1.4;
  stroke-linecap: square;
  filter: drop-shadow(0 0 6px rgba(240, 213, 106, 0.55));
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: crack-draw 4.8s ease forwards;
}

@keyframes crack-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.shards i {
  position: fixed;
  z-index: 2;
  width: 18px;
  height: 10px;
  background: linear-gradient(135deg, #fff4c2, #d4af37 40%, #6d5414);
  clip-path: polygon(0 40%, 60% 0, 100% 35%, 70% 100%, 10% 80%);
  opacity: 0.22;
  animation: shard-drift 16s linear infinite;
}

.shards i:nth-child(1) { top: 12%; left: 8%; animation-duration: 18s; }
.shards i:nth-child(2) { top: 28%; right: 10%; width: 12px; animation-duration: 22s; animation-delay: -4s; }
.shards i:nth-child(3) { top: 62%; left: 14%; width: 22px; animation-duration: 20s; animation-delay: -8s; }
.shards i:nth-child(4) { top: 74%; right: 18%; animation-duration: 17s; }
.shards i:nth-child(5) { top: 40%; left: 46%; width: 9px; opacity: 0.14; }
.shards i:nth-child(6) { top: 16%; right: 32%; }
.shards i:nth-child(7) { bottom: 18%; left: 30%; width: 14px; }
.shards i:nth-child(8) { bottom: 28%; right: 8%; }

@keyframes shard-drift {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-28px) rotate(18deg); }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  background: linear-gradient(180deg, rgba(7, 6, 4, 0.88), rgba(7, 6, 4, 0.35) 70%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease, background 0.4s ease;
}

.nav.scrolled {
  border-bottom-color: var(--line);
  background: rgba(7, 6, 4, 0.86);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nav-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.35));
}

.nav-brand span {
  font-family: var(--font-block);
  letter-spacing: 0.16em;
  font-size: 22px;
  color: var(--gold-2);
  line-height: 1;
}

.nav-brand em {
  display: block;
  font-family: var(--font-ornate);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--gold-1);
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  font-family: var(--font-coin);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: var(--gold-3);
  transition: width 0.35s ease;
}

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

.nav-links a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(22, 18, 10, 0.55);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.icon-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.icon-btn[data-link="x"] img {
  filter: invert(86%) sepia(32%) saturate(600%) hue-rotate(6deg) brightness(105%);
}

.icon-btn:hover {
  transform: translateY(-2px);
  border-color: var(--gold-3);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.25);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 8px;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  padding: 130px 48px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  left: 6%;
  top: 18%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 68%);
  filter: blur(10px);
  animation: pulse-glow 6s ease-in-out infinite;
}

.hero-ring {
  position: absolute;
  width: 420px;
  height: 420px;
  left: 11%;
  top: 22%;
  border: 1px dashed rgba(212, 175, 55, 0.18);
  border-radius: 50%;
  animation: spin-slow 48s linear infinite;
  transform-origin: center;
}

.hero-ring::before,
.hero-ring::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  border-radius: 50%;
}

.hero-ring::after {
  inset: 56px;
  border-style: dotted;
}

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

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

.hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(280px, 46%) 1fr;
  grid-template-areas: "coin copy";
  gap: 48px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.hero-coin { grid-area: coin; }
.hero-copy { grid-area: copy; }

.hero-coin {
  position: relative;
  display: grid;
  place-items: center;
  transition: transform 0.45s ease-out;
}

.coin-bloom {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 244, 194, 0.2), transparent 70%);
  animation: pulse-glow 5s ease-in-out infinite;
}

.coin-img {
  width: min(520px, 100%);
  animation: coin-float 7s ease-in-out infinite;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle at 50% 46%, #000 46%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 46%, #000 46%, transparent 74%);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 28px rgba(212, 175, 55, 0.22));
}

@keyframes coin-float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-16px) rotate(1.5deg); }
}

.coin-debris span {
  position: absolute;
  background: linear-gradient(180deg, #fff4c2, #a8841e);
  clip-path: polygon(20% 0, 100% 30%, 70% 100%, 0 60%);
  opacity: 0.7;
  animation: debris 5.5s ease-in-out infinite;
}

.coin-debris span:nth-child(1) { width: 28px; height: 18px; right: 8%; bottom: 18%; }
.coin-debris span:nth-child(2) { width: 16px; height: 12px; right: 18%; bottom: 10%; animation-delay: -1.2s; }
.coin-debris span:nth-child(3) { width: 22px; height: 14px; left: 10%; bottom: 16%; animation-delay: -2s; }
.coin-debris span:nth-child(4) { width: 10px; height: 8px; right: 28%; bottom: 8%; animation-delay: -3s; }
.coin-debris span:nth-child(5) { width: 14px; height: 10px; left: 22%; bottom: 8%; animation-delay: -0.6s; }

@keyframes debris {
  0%, 100% { transform: translateY(0) rotate(0); opacity: 0.55; }
  50% { transform: translateY(-10px) rotate(12deg); opacity: 0.9; }
}

.eyebrow {
  font-family: var(--font-coin);
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 16px;
}

.hero-title {
  line-height: 0.86;
  margin-bottom: 10px;
}

.hero-title .useless {
  position: relative;
  display: block;
}

.hero-title .intact,
.hero-title .split {
  font-family: var(--font-ornate);
  font-weight: 900;
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #fff8d4 0%, #f0d56a 28%, #d4af37 52%, #8a6a1c 78%, #f3dc7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 0 #3a2c10) drop-shadow(0 12px 24px rgba(212, 175, 55, 0.18));
}

.hero-title .split {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #6d5414, #fff4c2 45%, #a8841e);
  -webkit-background-clip: text;
  background-clip: text;
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 54% 100%);
  transform: translate(5px, 4px);
  opacity: 0.72;
  animation: split-jitter 5s steps(2, end) infinite;
}

@keyframes split-jitter {
  0%, 86%, 100% { transform: translate(5px, 4px); }
  88% { transform: translate(8px, 1px); }
  92% { transform: translate(3px, 6px); }
}

.hero-title .trumpcoin {
  display: block;
  font-family: var(--font-block);
  font-size: clamp(58px, 10vw, 122px);
  letter-spacing: 0.045em;
  background: linear-gradient(180deg, #fff1b0 0%, #e8c547 22%, #c9a227 48%, #7a5c14 74%, #ecd56a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 4px 0 #2b210b) drop-shadow(0 16px 28px rgba(168, 132, 30, 0.25));
  background-size: 100% 200%;
}

.hero-title .trumpcoin.reveal {
  animation: rise 0.9s ease 0.4s forwards, title-sheen 7s linear 1.3s infinite;
}

@keyframes title-sheen {
  0%, 100% { background-position: 0 0; }
  50% { background-position: 0 100%; }
}

.symbol {
  font-family: var(--font-block);
  font-size: 34px;
  letter-spacing: 0.28em;
  color: var(--gold-2);
  margin: 8px 0 18px;
}

.symbol span {
  color: var(--gold-4);
}

.bio {
  max-width: 34em;
  font-size: 23px;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 26px;
}

.ca-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(90deg, rgba(212, 175, 55, 0.16) 0 2px, transparent 2px 6px) top / 100% 4px no-repeat,
    rgba(16, 13, 8, 0.72);
  margin-bottom: 22px;
  max-width: 560px;
}

.ca-label {
  font-family: var(--font-coin);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-4);
}

#ca-text {
  flex: 1;
  min-width: 0;
  font-family: var(--font-coin);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--gold-1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-btn {
  font-family: var(--font-coin);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid var(--gold-4);
  color: var(--gold-1);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), rgba(61, 44, 16, 0.4));
}

.copy-btn:hover {
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.28);
}

.hero-ctas,
.join-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  font-family: var(--font-coin);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--gold-4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.btn.gold {
  color: #1a1408;
  background: linear-gradient(180deg, #fff1b0 0%, #e0bf4a 42%, #b8922a 100%);
  box-shadow: 0 8px 24px rgba(168, 132, 30, 0.28);
}

.btn.ghost {
  color: var(--gold-1);
  background: rgba(10, 8, 4, 0.45);
}

.btn.ghost[href*="x.com"] img,
.btn.ghost img[src*="x.svg"] {
  filter: invert(86%) sepia(32%) saturate(600%) hue-rotate(6deg) brightness(105%);
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
}

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

.btn:hover::after {
  animation: sheen 0.8s ease;
}

@keyframes sheen {
  to { left: 140%; }
}

.ticker {
  position: relative;
  z-index: 4;
  margin: 64px -48px 0;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(10, 8, 4, 0.55);
}

.ticker-track {
  display: flex;
  gap: 42px;
  width: max-content;
  padding: 12px 0;
  animation: ticker 32s linear infinite;
}

.ticker-track span {
  font-family: var(--font-block);
  letter-spacing: 0.22em;
  color: var(--gold-4);
  font-size: 18px;
}

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

.about,
.howtobuy,
.chart {
  position: relative;
  z-index: 4;
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 48px 40px;
}

.section-head {
  margin-bottom: 42px;
}

.section-head h2,
.join-content h2 {
  font-family: var(--font-ornate);
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 0.06em;
  background: linear-gradient(180deg, #fff6cf, #d4af37 55%, #8a6a1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
}

.manifesto {
  position: relative;
  padding: 36px 34px 40px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.07), transparent 28%),
    rgba(13, 10, 6, 0.72);
  box-shadow: inset 0 0 0 8px rgba(212, 175, 55, 0.04);
}

.manifesto::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, #d4af37, transparent);
  clip-path: polygon(0 0, 100% 4%, 0 12%, 100% 22%, 0 36%, 100% 50%, 0 64%, 100% 78%, 0 90%, 100% 100%, 0 100%);
}

.drop {
  font-size: 23px;
  color: var(--cream);
}

.drop::first-letter {
  font-family: var(--font-ornate);
  font-size: 72px;
  float: left;
  line-height: 0.8;
  padding: 8px 10px 0 0;
  color: var(--gold-2);
}

.about-cards {
  display: grid;
  gap: 14px;
}

.crack-card {
  padding: 22px 22px 24px;
  border: 1px solid var(--line);
  background: rgba(12, 10, 6, 0.7);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.crack-card::after {
  content: "";
  position: absolute;
  right: 16px;
  top: -10%;
  height: 120%;
  width: 2px;
  background: linear-gradient(#6d5414, #fff4c2, #6d5414);
  transform: rotate(12deg);
  opacity: 0.35;
}

.crack-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-3);
}

.crack-card h3 {
  font-family: var(--font-coin);
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 8px;
}

.crack-card p,
.step p,
.join-content p,
.foot p {
  color: var(--mute);
  font-size: 19px;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0.45;
}

.step {
  position: relative;
  padding: 22px 18px 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(7, 6, 4, 0.7));
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.step:nth-child(2) { transform: translateY(18px); }
.step:nth-child(3) { transform: translateY(36px); }
.step:nth-child(4) { transform: translateY(54px); }

.step:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 175, 55, 0.25);
}

.step-num {
  font-family: var(--font-block);
  letter-spacing: 0.16em;
  color: var(--gold-4);
  font-size: 20px;
}

.step-icon {
  width: 54px;
  height: 54px;
  margin: 14px 0 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--gold-4);
  background: #11100b;
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.05), 0 0 22px rgba(212, 175, 55, 0.12);
}

.step-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.step-icon.coin-mini img {
  width: 42px;
  height: 42px;
  mix-blend-mode: screen;
}

.step h3 {
  font-family: var(--font-coin);
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--gold-1);
  margin-bottom: 8px;
}

.step a {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-coin);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

.chart-bezel {
  position: relative;
  padding: 14px;
  background:
    repeating-linear-gradient(90deg, #2b210b 0 6px, #6d5414 6px 8px, #2b210b 8px 14px),
    #2b210b;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 244, 194, 0.15);
}

.bezel-notch {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 90px;
  height: 20px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #f0d56a, #6d5414);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}

.chart-frame {
  position: relative;
  height: min(720px, 78vh);
  background: #0b0e13;
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.chart-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.chart-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  background:
    radial-gradient(circle at 50% 40%, rgba(212, 175, 55, 0.12), transparent 50%),
    #0b0a07;
  text-align: center;
  padding: 32px;
}

.chart-fallback[hidden] {
  display: none;
}

.chart-fallback img {
  width: 42px;
  height: 42px;
}

.chart-fallback a {
  font-family: var(--font-coin);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold-2);
}

.joinus {
  position: relative;
  z-index: 4;
  margin-top: 120px;
  min-height: 88vh;
  display: grid;
  place-items: end stretch;
}

.join-banner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.join-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  animation: ken 28s ease-in-out infinite;
  transform-origin: 30% 50%;
}

@keyframes ken {
  0%, 100% { transform: scale(1.04) translateX(0); }
  50% { transform: scale(1.12) translateX(-2%); }
}

.join-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.2) 0%, rgba(7, 6, 4, 0.28) 38%, rgba(7, 6, 4, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 6, 4, 0.35), transparent 40%);
}

.join-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 80px 48px 72px;
}

.join-content p {
  max-width: 34em;
  margin: 16px 0 26px;
  color: var(--cream);
}

.foot {
  position: relative;
  z-index: 4;
  padding: 36px 48px 48px;
  text-align: center;
  border-top: 1px solid var(--line);
  background: #050403;
}

.foot-mark {
  font-family: var(--font-block);
  letter-spacing: 0.28em;
  color: var(--gold-4);
  margin-bottom: 10px;
  font-size: 16px;
}

.foot p:last-child {
  max-width: 46em;
  margin: 0 auto;
  font-size: 16px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  z-index: 80;
  padding: 10px 16px;
  font-family: var(--font-coin);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1408;
  background: linear-gradient(180deg, #fff1b0, #d4af37);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 0.9s ease forwards;
}

.hero-coin.reveal {
  animation-name: fade-only;
  animation-delay: 0.1s;
}

@keyframes fade-only {
  from { opacity: 0; }
  to { opacity: 1; }
}
.eyebrow.reveal { animation-delay: 0.18s; }
.useless.reveal { animation-delay: 0.28s; }
.trumpcoin.reveal { animation-delay: 0.4s; }
.symbol.reveal { animation-delay: 0.5s; }
.bio.reveal { animation-delay: 0.6s; }
.ca-row.reveal { animation-delay: 0.7s; }
.hero-ctas.reveal { animation-delay: 0.8s; }

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.await {
  animation: none !important;
  opacity: 0;
  transform: translateY(22px);
}

.in-view {
  animation: rise 0.85s ease forwards;
}

@media (max-width: 980px) {
  .hero-inner,
  .about-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    grid-template-areas: "copy" "coin";
    gap: 28px;
  }

  .coin-img {
    width: min(360px, 78%);
    margin: 0 auto;
  }

  .steps::before {
    display: none;
  }

  .step,
  .step:nth-child(n) {
    transform: none;
  }

  .hero {
    padding: 120px 22px 70px;
  }

  .about,
  .howtobuy,
  .chart {
    padding: 80px 22px 30px;
  }

  .join-content {
    padding: 60px 22px 56px;
  }

  .fracture-rail {
    opacity: 0.22;
  }

  .nav-links {
    position: fixed;
    inset: 74px 16px auto;
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    background: rgba(10, 8, 4, 0.94);
    border: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-ring {
    left: calc(50% - 210px);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 18px;
  }

  .nav {
    padding: 12px 14px;
  }

  .nav-brand span {
    display: none;
  }

  .nav-actions .icon-btn:nth-child(2),
  .nav-actions .icon-btn:nth-child(3) {
    display: none;
  }

  .ticker {
    margin-left: -22px;
    margin-right: -22px;
  }

  .chart-frame {
    height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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