
:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: 'Courier New', monospace;
  --background: #050505;
  --foreground: #f7f4ed;
  --acid: #0077be;
  --hot: #dc3834;
  --paper: #ffffff;
  --ink: #111111;
  --bone: #f3efe5;
  --line: rgba(247, 244, 237, 0.2);
  --muted: #aaa49a;
  --card: #ffffff;
  --card-foreground: #111111;
  --popover: #ffffff;
  --popover-foreground: #111111;
  --primary: #0077be;
  --primary-foreground: #050505;
  --secondary: #1c1c1c;
  --secondary-foreground: #f7f4ed;
  --muted-foreground: #aaa49a;
  --accent: #dc3834;
  --accent-foreground: #ffffff;
  --destructive: #dc3834;
  --border: rgba(247, 244, 237, 0.2);
  --input: rgba(247, 244, 237, 0.2);
  --ring: #0077be;
  --radius: 1rem;
}

.dark {
  --background: #050505;
  --foreground: #f7f4ed;
  --card: #ffffff;
  --card-foreground: #111111;
  --popover: #111111;
  --popover-foreground: #f7f4ed;
  --primary: #0077be;
  --primary-foreground: #050505;
  --secondary: #1c1c1c;
  --secondary-foreground: #f7f4ed;
  --muted: #1c1c1c;
  --muted-foreground: #aaa49a;
  --accent: #dc3834;
  --accent-foreground: #ffffff;
  --destructive: #ff625a;
  --border: rgba(247, 244, 237, 0.2);
  --input: rgba(247, 244, 237, 0.2);
  --ring: #0077be;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px clamp(20px, 4vw, 64px);
  color: var(--foreground);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.wordmark { font-size: 22px; text-decoration: none; }
.coin-links { display: flex; align-items: center; gap: 8px; }
.coin-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(247, 244, 237, .44);
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.coin-link small {
  color: var(--acid);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.coin-link-pump { border-color: var(--acid); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 110px 20px 48px;
  overflow: hidden;
  background: #000;
  text-align: center;
  isolation: isolate;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 28%;
  background: linear-gradient(transparent, #000 78%);
  pointer-events: none;
}
.hero-meme {
  position: absolute;
  z-index: -2;
  right: max(-80px, 2vw);
  bottom: -27%;
  width: min(44vw, 590px);
  height: auto;
  opacity: .72;
  filter: contrast(1.12);
  user-select: none;
}
.hero-copy { display: flex; flex-direction: column; align-items: center; }
.eyebrow, .section-label {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow {
  color: var(--ink);
  background: var(--acid);
  border: 1.5px solid var(--acid);
  border-radius: 999px;
  padding: 7px 12px;
  transform: rotate(-2deg);
}
.hero h1 {
  margin: clamp(24px, 5vh, 52px) 0 22px;
  font-size: clamp(70px, 14.5vw, 220px);
  font-weight: 850;
  letter-spacing: -.085em;
  line-height: .72;
  text-shadow: 0 3px 28px #000;
}
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--hot); }
.part-of-speech { margin: 20px 0 10px; font-style: italic; color: var(--muted); }
.definition {
  max-width: 570px;
  margin: 0;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
  letter-spacing: -.035em;
}
.scroll-cue {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: clamp(44px, 8vh, 92px);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  text-decoration: none;
}
.scroll-cue span { color: var(--acid); font-size: 22px; animation: bob 1.6s ease-in-out infinite; }

.meaning {
  padding: clamp(90px, 14vw, 190px) max(20px, calc((100vw - 980px) / 2));
  background: var(--bone);
  color: var(--ink);
  border-block: 1px solid #000;
}
.meaning p:last-child {
  max-width: 950px;
  margin: 26px 0 0;
  font-size: clamp(34px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.06em;
}
.meaning p:last-child::first-letter { color: var(--hot); }

.origin {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) 1.45fr;
  gap: 40px;
  padding: clamp(90px, 11vw, 150px) max(20px, calc((100vw - 1100px) / 2));
  background: #000;
  color: var(--foreground);
}
.origin h2 {
  margin: -14px 0 16px;
  color: var(--acid);
  font-size: clamp(54px, 9vw, 116px);
  line-height: .9;
  letter-spacing: -.08em;
}
.origin div p {
  max-width: 700px;
  margin: 0;
  color: #c9c3b9;
  font-size: clamp(20px, 2.5vw, 31px);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.examples {
  padding: 100px 20px 130px;
  background: var(--hot);
  color: var(--ink);
}
.examples-heading { max-width: 1040px; margin: 0 auto 52px; }
.examples-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(42px, 8vw, 90px);
  line-height: .95;
  letter-spacing: -.07em;
}
.examples-note { max-width: 510px; margin: 18px 0 0; line-height: 1.45; }
.post-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 30px 0;
}
.tweet-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  border: 2px solid var(--ink);
  border-radius: 26px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.tweet-card:nth-child(even) { transform: rotate(.8deg); }
.tweet-card:nth-child(odd) { transform: rotate(-.8deg); }
.tweet-card:hover, .tweet-card:focus-visible {
  transform: translateY(-6px) rotate(0);
  box-shadow: 14px 14px 0 var(--acid);
}
.tweet-card:focus-visible { outline: 4px solid white; outline-offset: 5px; }
.tweet-author { display: flex; align-items: center; gap: 12px; }
.tweet-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}
.avatar-pink { background: #ffb2d6; }
.avatar-gold { background: #ffd456; }
.avatar-blue { background: #9bc5ff; }
.avatar-red { background: #ff786f; }
.avatar-lime { background: var(--acid); }
.avatar-violet { background: #c3a5ff; }
.tweet-identity { display: flex; min-width: 0; flex-direction: column; font-size: 14px; line-height: 1.25; }
.tweet-identity strong { display: flex; align-items: center; gap: 5px; }
.tweet-identity > span { color: #687078; }
.verified {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #1d9bf0;
  color: white;
  font-size: 10px;
}
.x-mark { margin-left: auto; align-self: flex-start; font-size: 24px; line-height: 1; }
.tweet-text {
  margin: 32px 0 24px;
  font-size: clamp(23px, 2.45vw, 34px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.tweet-date { margin: auto 0 18px; color: #687078; font-size: 13px; }
.tweet-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 17px;
  border-top: 1px solid #d5d9dc;
  color: #586069;
  font-size: 13px;
  font-weight: 650;
}
.tweet-cta { margin-left: auto; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.trend-section {
  padding: clamp(90px, 12vw, 160px) 20px;
  background: var(--bone);
  color: var(--ink);
  border-top: 2px solid var(--ink);
}
.trend-heading {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 20px 54px;
  width: min(1180px, 100%);
  margin: 0 auto 56px;
}
.trend-heading .section-label { grid-column: 1 / -1; }
.trend-heading h2 {
  margin: 0;
  font-size: clamp(48px, 7.5vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
}
.trend-stat {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  align-self: end;
  padding-bottom: 4px;
}
.trend-stat strong {
  color: var(--acid);
  font-size: clamp(72px, 10vw, 142px);
  line-height: .7;
  letter-spacing: -.08em;
  text-shadow: 3px 3px 0 var(--ink);
}
.trend-stat p {
  max-width: 250px;
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}
.trend-card {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(10px, 1.6vw, 22px);
  border: 2px solid var(--ink);
  border-radius: 26px;
  background: white;
  box-shadow: 10px 10px 0 var(--acid);
  overflow: hidden;
}
.trend-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.trend-card figcaption {
  padding: 16px 4px 2px;
  color: #656b73;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 4vw, 64px);
  background: var(--acid);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  font-weight: 750;
  letter-spacing: -.025em;
}
.footer p { margin: 0; }
.footer a { text-underline-offset: 4px; }

@keyframes bob { 50% { transform: translateY(6px); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-cue span { animation: none; }
  .tweet-card { transition: none; }
}
@media (max-width: 780px) {
  .site-header { padding-top: 18px; }
  .coin-links { gap: 5px; }
  .coin-link { padding: 6px 8px; font-size: 11px; }
  .coin-link small { display: none; }
  .hero { padding-top: 100px; }
  .hero h1 { line-height: .78; }
  .hero-meme { right: -28%; bottom: -12%; width: 105vw; opacity: .52; }
  .meaning { padding-inline: 20px; }
  .origin { grid-template-columns: 1fr; gap: 30px; padding-inline: 20px; }
  .origin h2 { margin-top: 0; }
  .post-wall { grid-template-columns: 1fr; gap: 24px; }
  .tweet-card:nth-child(even), .tweet-card:nth-child(odd) { transform: none; }
  .tweet-card { min-height: 285px; border-radius: 20px; box-shadow: 6px 6px 0 var(--ink); }
  .tweet-meta { gap: 14px; }
  .tweet-cta { font-size: 9px; }
  .trend-heading { grid-template-columns: 1fr; }
  .trend-heading .section-label { grid-column: auto; }
  .trend-stat { flex-direction: column; align-items: flex-start; gap: 20px; }
  .trend-stat strong { font-size: 88px; }
  .trend-card { border-radius: 18px; box-shadow: 6px 6px 0 var(--acid); }
  .footer { flex-direction: column; }
}
