@font-face {
  font-family: "Space Grotesk Local";
  src: url("fonts/space-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel Local";
  src: url("fonts/cinzel-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel Local";
  src: url("fonts/cinzel-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2113;
}

:root {
  --bg: #000;
  --white: #fff;
  --soft: rgba(255, 255, 255, 0.58);
  --muted: rgba(255, 255, 255, 0.28);
  --faint: rgba(255, 255, 255, 0.08);
  --red: #e40014;
  --blue: #54a2ff;
  --serif: "Cinzel Local", Georgia, "Times New Roman", serif;
  --sans: "Space Grotesk Local", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--white);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--white);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

img,
video,
canvas,
svg,
iframe {
  display: block;
}

.media-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noise,
.scanlines,
.vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.noise-screen {
  z-index: 1;
  mix-blend-mode: screen;
}

.scanlines {
  z-index: 2;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.18) 2px, rgba(0, 0, 0, 0.18) 4px);
}

.scanlines.subtle {
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
}

.vignette {
  z-index: 3;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(0, 0, 0, 0.75) 100%);
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.intro-screen {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: #000;
}

.intro-content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

.dino-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: dino-fade-in 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards, dino-pulse 4s ease-in-out 1.6s infinite;
}

.dino {
  fill: #fff;
}

.dino-glow {
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 20px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.35));
}

.dino-step-b,
.signal-b {
  opacity: 0;
  animation: step-swap 0.36s steps(1, end) infinite;
}

.dino-step-a,
.signal-a {
  animation: step-swap-a 0.36s steps(1, end) infinite;
}

.intro-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.white-text,
.white-text-item {
  opacity: 0;
  color: #fff;
  animation: white-fade-in 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards, white-pulse 5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.white-text-item {
  color: #f0f0f0;
  animation-duration: 1.2s, 6s;
}

.intro-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.intro-subtitle {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tweet-card {
  width: min(100%, 320px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  backdrop-filter: blur(10px);
}

.tweet-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.65;
}

.tweet-card .tweet-link {
  margin-top: 4px;
  color: rgba(84, 162, 255, 0.75);
}

.tweet-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.tweet-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.tweet-identity {
  min-width: 0;
}

.tweet-name-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tweet-name {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 700;
}

.tweet-handle {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.63rem;
}

.verified {
  width: 12px;
  height: 12px;
  fill: var(--blue);
}

.x-mark {
  width: 16px;
  height: 16px;
  margin-left: auto;
  fill: rgba(255, 255, 255, 0.22);
}

.intro-list {
  width: min(100%, 320px);
  text-align: left;
}

.intro-list p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-list li {
  font-size: 0.9rem;
}

.enter-button {
  margin-top: 2px;
  padding: 10px 32px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.enter-button:hover {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
}

.transition-black {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background: #000;
  opacity: 0;
}

.transition-black.is-active {
  animation: clean-fade-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.site-shell {
  width: 100vw;
  overflow-x: hidden;
  background: #000;
  animation: main-fade-in 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.top-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 40px;
  background: transparent;
}

.brand {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.brand:hover {
  color: #fff;
}

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

.copy-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.copy-chip > span:first-child {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.copy-label,
.ca-row strong {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.44);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.copy-chip:hover > span:first-child,
.copy-chip:hover .copy-label {
  color: rgba(255, 255, 255, 0.82);
}

.copy-chip:hover .copy-label {
  border-color: rgba(255, 255, 255, 0.5);
}

.icon-link,
.footer-top a {
  color: rgba(255, 255, 255, 0.42);
  transition: color 0.3s ease;
}

.icon-link:hover,
.footer-top a:hover {
  color: #fff;
}

.icon-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.hero-video {
  opacity: 0.5;
  z-index: 0;
}

.hero-side-fade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.86) 24%, transparent 78%);
}

.hero-bottom-fade {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(to top, #000, transparent);
}

.hero-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
}

.hero-title {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 15rem;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.45), 0 0 120px rgba(255, 255, 255, 0.2), 0 0 200px rgba(255, 255, 255, 0.08);
  transition: transform 0.5s ease, letter-spacing 0.5s ease, text-shadow 0.5s ease;
  user-select: none;
}

.hero-title:hover {
  letter-spacing: 0.12em;
  transform: scale(1.035);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.95), 0 0 60px rgba(255, 255, 255, 0.6), 0 0 120px rgba(255, 255, 255, 0.35);
}

.hero-copy {
  margin: 48px 0 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.32);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.95;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.buy-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 13px 32px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.buy-button {
  gap: 14px;
  background: #fff;
  color: #000;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.buy-button span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.buy-button:hover {
  background: var(--red);
  color: #fff;
}

.outline-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
}

.outline-button:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.ticker {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
  padding: 10px 0;
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  animation: ticker 25s linear infinite;
}

.ticker-reverse .ticker-track {
  animation-name: ticker-reverse;
}

.ticker span {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.5em;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
}

.ticker i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.section-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 22px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section-bar span,
.section-bar a {
  color: rgba(255, 255, 255, 0.22);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}

.section-bar b {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
}

.section-bar .red,
.section-bar a {
  color: rgba(228, 0, 20, 0.55);
}

.before-section {
  background: #000;
}

.before-layout {
  display: flex;
  align-items: stretch;
}

.before-copy {
  position: sticky;
  top: 64px;
  display: flex;
  width: 40%;
  min-height: calc(100vh - 64px);
  align-self: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 40px;
}

.before-copy h2,
.manifesto-heading h2,
.tiktok-inner h2 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 0.9;
}

.before-copy h2 span,
.manifesto-heading h2 span,
.tiktok-inner h2 span {
  color: rgba(255, 255, 255, 0.12);
}

.before-copy p {
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.92rem;
  line-height: 1.7;
}

.stats {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}

.stats div {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-left: 2px solid rgba(228, 0, 20, 0.42);
  padding-left: 16px;
}

.stats strong {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 2.35rem;
  line-height: 1;
}

.stats span {
  color: rgba(255, 255, 255, 0.26);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.life-grid {
  display: grid;
  width: 60%;
  gap: 2px;
  background: rgba(255, 255, 255, 0.03);
}

.grid-row {
  display: flex;
  gap: 2px;
}

.grid-row.two > * {
  flex: 1;
}

.grid-row.three .wide {
  flex: 1.2;
}

.grid-row.three .narrow {
  flex: 0.8;
}

.grid-row.three > *:not(.wide):not(.narrow) {
  flex: 1;
}

.stack {
  display: grid;
  gap: 2px;
}

.life-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}

.life-card.tall {
  min-height: 642px;
}

.life-card.panoramic {
  min-height: 320px;
}

.life-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: contrast(1.08) brightness(0.72) saturate(0.8);
  transition: filter 0.7s ease, transform 0.7s ease;
}

.life-card:hover img {
  filter: contrast(1) brightness(0.92) saturate(1);
  transform: scale(1.03);
}

.life-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent 65%);
}

.life-card .noise {
  z-index: 2;
  opacity: 0.35;
  mix-blend-mode: overlay;
}

.life-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  transition: color 0.4s ease, transform 0.4s ease;
}

.life-card:hover figcaption {
  color: #fff;
  transform: translateY(-2px);
}

[data-reveal] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal="up"] {
  transform: translateY(50px);
}

[data-reveal="left"] {
  transform: translateX(-40px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.manifesto {
  position: relative;
  overflow: hidden;
  background: #000;
}

.manifesto .section-bar {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.manifesto-video {
  z-index: 0;
  opacity: 0.22;
}

.manifesto .noise-screen {
  z-index: 1;
}

.manifesto-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, #000 0%, transparent 12%, transparent 88%, #000 100%);
}

.manifesto-inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding: 96px 40px;
}

.ghost-word {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.022);
  font-family: var(--serif);
  font-size: 24rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.manifesto-heading {
  position: sticky;
  top: 92px;
  align-self: flex-start;
}

.manifesto-heading h2 {
  font-size: 5.2rem;
}

.manifesto-heading > div {
  width: 32px;
  height: 2px;
  margin-top: 32px;
  background: var(--red);
}

.manifesto-heading p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  line-height: 1.75;
  text-transform: uppercase;
}

.manifesto-lines p {
  min-height: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.55;
  transition: color 0.4s ease;
}

.manifesto-lines p:first-child,
.manifesto-lines p:nth-last-of-type(1) {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.28;
}

.manifesto-lines p:hover {
  color: #fff;
}

.manifesto-lines p.typing::after {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: var(--red);
  vertical-align: middle;
  animation: blink 0.7s steps(1) infinite;
  content: "";
}

.manifesto-lines footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.16);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.tiktok-section {
  background: #000;
}

.tiktok-section .section-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tiktok-inner {
  padding: 64px 40px 72px;
}

.tiktok-inner h2 {
  margin-bottom: 48px;
  font-size: 5.4rem;
}

.tiktok-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tiktok-card {
  display: grid;
  gap: 10px;
}

.tiktok-card > div {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.4s ease;
}

.tiktok-card:hover > div {
  border-color: rgba(255, 255, 255, 0.25);
}

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

.tiktok-card .noise {
  z-index: 2;
  opacity: 0.25;
  mix-blend-mode: overlay;
}

.tiktok-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.22);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.tiktok-card:hover p {
  color: rgba(255, 255, 255, 0.52);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 16px 40px;
}

.footer-top > span {
  color: rgba(255, 255, 255, 0.06);
  font-family: var(--serif);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.footer-top nav {
  display: flex;
  gap: 24px;
}

.footer-top svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-main {
  padding: 40px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-row p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.26);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.footer-row a {
  color: rgba(255, 255, 255, 0.22);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-row a:hover {
  color: #fff;
}

.ca-row {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 32px;
}

.ca-row button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
}

.ca-row button > span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.18);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-align: left;
  transition: color 0.3s ease;
}

.ca-row button:hover > span {
  color: rgba(255, 255, 255, 0.46);
}

.ca-row button:hover strong {
  border-color: rgba(228, 0, 20, 0.42);
  color: rgba(255, 255, 255, 0.42);
}

.ca-row > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

@keyframes white-fade-in {
  0% {
    opacity: 0;
    filter: blur(14px);
    text-shadow: 0 0 60px rgba(255, 255, 255, 0), 0 0 120px rgba(255, 255, 255, 0);
    transform: translateY(20px);
  }
  60% {
    opacity: 0.8;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.5), 0 0 90px rgba(255, 255, 255, 0.2);
    transform: translateY(0);
  }
}

@keyframes white-pulse {
  0%,
  100% {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.5), 0 0 90px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-shadow: 0 0 25px #fff, 0 0 60px rgba(255, 255, 255, 0.65), 0 0 130px rgba(255, 255, 255, 0.3);
  }
}

@keyframes dino-fade-in {
  0% {
    opacity: 0;
    filter: blur(18px) brightness(3);
    transform: translateY(24px) scale(0.9);
  }
  50% {
    opacity: 0.7;
    filter: blur(4px) brightness(1.8);
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes dino-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 20px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 14px #fff) drop-shadow(0 0 35px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 70px rgba(255, 255, 255, 0.45));
  }
}

@keyframes step-swap {
  0%,
  49% {
    opacity: 0;
  }
  50%,
  100% {
    opacity: 1;
  }
}

@keyframes step-swap-a {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes clean-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes main-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

@keyframes ticker-reverse {
  from {
    transform: translateX(-33.333%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1180px) {
  .hero-title {
    font-size: 12rem;
  }

  .before-copy h2,
  .manifesto-heading h2,
  .tiktok-inner h2 {
    font-size: 4.4rem;
  }

  .manifesto-inner {
    gap: 52px;
  }
}

@media (max-width: 880px) {
  .top-nav {
    padding: 0 24px;
  }

  .hide-mobile {
    display: none;
  }

  .hero {
    min-height: 640px;
  }

  .hero-title {
    font-size: 8rem;
  }

  .before-layout,
  .grid-row,
  .footer-row,
  .manifesto-inner {
    flex-direction: column;
  }

  .before-layout,
  .manifesto-inner {
    display: block;
  }

  .before-copy,
  .life-grid {
    position: static;
    width: 100%;
  }

  .before-copy {
    min-height: auto;
    padding: 56px 24px;
  }

  .life-grid {
    display: grid;
  }

  .grid-row {
    display: grid;
  }

  .life-card,
  .life-card.tall,
  .life-card.panoramic {
    min-height: 360px;
  }

  .section-bar {
    gap: 14px;
    padding: 20px 24px;
  }

  .section-bar span,
  .section-bar a {
    font-size: 0.5rem;
    letter-spacing: 0.26em;
  }

  .section-bar b {
    min-width: 24px;
  }

  .manifesto-inner,
  .tiktok-inner,
  .footer-main,
  .footer-top {
    padding-right: 24px;
    padding-left: 24px;
  }

  .manifesto-heading {
    position: static;
    margin-bottom: 56px;
  }

  .manifesto-lines p:first-child,
  .manifesto-lines p:nth-last-of-type(1) {
    font-size: 1.85rem;
  }

  .manifesto-lines footer,
  .ca-row > div {
    flex-direction: column;
  }

  .tiktok-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-row {
    display: grid;
  }

  .footer-top > span {
    font-size: 5rem;
  }
}

@media (max-width: 560px) {
  .intro-screen {
    min-height: 680px;
  }

  .intro-content {
    justify-content: center;
    gap: 14px;
    padding: 20px;
  }

  .dino {
    width: 64px;
    height: 58px;
  }

  .intro-title {
    font-size: 2.45rem;
  }

  .intro-subtitle {
    font-size: 0.66rem;
    letter-spacing: 0.22em;
  }

  .tweet-card,
  .intro-list {
    width: min(100%, 300px);
  }

  .hero-title {
    font-size: 4.55rem;
  }

  .hero-copy {
    margin-top: 28px;
    font-size: 0.62rem;
  }

  .hero-actions {
    width: 100%;
  }

  .buy-button,
  .outline-button {
    width: min(100%, 260px);
    justify-content: center;
    padding-right: 22px;
    padding-left: 22px;
    letter-spacing: 0.28em;
  }

  .before-copy h2,
  .manifesto-heading h2,
  .tiktok-inner h2 {
    font-size: 3.15rem;
  }

  .stats strong {
    font-size: 2rem;
  }

  .life-card,
  .life-card.tall,
  .life-card.panoramic {
    min-height: 300px;
  }

  .manifesto-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .manifesto-lines p {
    font-size: 1rem;
  }

  .manifesto-lines p:first-child,
  .manifesto-lines p:nth-last-of-type(1) {
    font-size: 1.55rem;
  }

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

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