:root {
  color-scheme: dark;
  --bg: #050403;
  --bg-soft: #0f0b08;
  --panel: rgba(20, 13, 8, 0.72);
  --panel-strong: rgba(35, 19, 10, 0.86);
  --line: rgba(255, 122, 24, 0.25);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #fff7ef;
  --muted: #c9b7aa;
  --dim: #8b7a70;
  --orange: #ff7a18;
  --orange-2: #ffb14a;
  --orange-3: #d64b06;
  --black: #070503;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 90, 0, 0.18), transparent 22rem),
    linear-gradient(135deg, #020202 0%, #080503 48%, #160802 100%);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 122, 24, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 24, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
}

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

#coin-space {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(3, 2, 1, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 52px;
}

.brand img {
  display: block;
  width: auto;
  height: 64px;
  max-width: 170px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  gap: clamp(12px, 2.2vw, 34px);
  align-items: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
  border-color: var(--orange);
}

main {
  position: relative;
  z-index: 1;
}

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

.artwork-hero {
  position: relative;
  width: min(1220px, calc(100% - clamp(20px, 4vw, 56px)));
  margin: clamp(18px, 3vw, 34px) auto clamp(56px, 8vw, 96px);
  border: 1px solid rgba(255, 90, 0, 0.28);
  background: #020101;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.76);
  overflow: hidden;
}

.artwork-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.artwork-actions {
  position: absolute;
  left: clamp(22px, 4vw, 48px);
  right: clamp(22px, 4vw, 48px);
  bottom: clamp(18px, 3vw, 36px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  pointer-events: none;
}

.artwork-actions .button {
  pointer-events: auto;
  background-color: rgba(5, 3, 2, 0.78);
  backdrop-filter: blur(8px);
}

.brand-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  width: min(1480px, calc(100% - clamp(20px, 4vw, 56px)));
  margin: clamp(18px, 3vw, 34px) auto clamp(48px, 7vw, 86px);
  border: 1px solid rgba(255, 90, 0, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 90, 0, 0.08) 1px, transparent 1px),
    #030201;
  background-size: 240px 100%, 100% 215px, auto;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
  overflow: hidden;
}

.poster-panel {
  position: relative;
  display: grid;
  grid-column: span 7;
  align-content: end;
  min-height: clamp(620px, 72vw, 860px);
  padding: clamp(28px, 5vw, 74px);
  border-right: 1px solid rgba(255, 90, 0, 0.18);
  overflow: hidden;
  isolation: isolate;
}

.poster-panel::before,
.poster-panel::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
}

.poster-panel::before {
  background:
    radial-gradient(circle at 18% 8%, #ff5a00 0 2px, transparent 3px),
    radial-gradient(circle at 72% 12%, #ff5a00 0 4px, transparent 5px),
    radial-gradient(circle at 12% 42%, #ff5a00 0 3px, transparent 4px),
    radial-gradient(circle at 78% 62%, #ff5a00 0 2px, transparent 3px),
    radial-gradient(circle at 35% 16%, rgba(255, 90, 0, 0.82), transparent 3px);
  background-size: 78px 78px, 126px 126px, 98px 98px, 150px 150px, 44px 44px;
  opacity: 0.52;
}

.poster-panel::after {
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(255, 90, 0, 0.08) 62% 64%, transparent 64%),
    radial-gradient(circle at 44% 24%, rgba(255, 90, 0, 0.32), transparent 20rem);
  mix-blend-mode: screen;
}

.spray-ring {
  position: absolute;
  top: clamp(32px, 6vw, 72px);
  left: 50%;
  width: min(72%, 520px);
  aspect-ratio: 1;
  border: clamp(14px, 2.4vw, 28px) solid rgba(255, 90, 0, 0.88);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-8deg);
  filter: drop-shadow(0 0 30px rgba(255, 90, 0, 0.25));
  opacity: 0.78;
}

.spray-ring::before,
.spray-ring::after {
  position: absolute;
  content: "";
  background: #ff5a00;
  transform: rotate(-18deg);
}

.spray-ring::before {
  width: 140px;
  height: 16px;
  left: -70px;
  top: 80px;
}

.spray-ring::after {
  width: 110px;
  height: 14px;
  right: -64px;
  top: 70px;
}

.poster-logo {
  position: absolute;
  top: clamp(66px, 7vw, 96px);
  left: 50%;
  z-index: 2;
  width: min(96%, 690px);
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.84));
}

.poster-panel h1 {
  position: relative;
  z-index: 2;
  margin: -28px 0 18px;
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(4.3rem, 10.4vw, 9.8rem);
  line-height: 0.76;
  text-transform: uppercase;
  text-shadow: 0 8px 0 #090402, 0 0 34px rgba(255, 90, 0, 0.24);
}

.poster-line {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-left: auto;
  margin-bottom: 8px;
  color: #d9d2cb;
  font-family: "Courier New", monospace;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.25;
  text-transform: uppercase;
}

.poster-line strong,
.poster-tags,
.manifesto strong {
  color: #ff5a00;
}

.poster-tags {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-left: auto;
  font-family: "Courier New", monospace;
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.3;
  text-transform: uppercase;
}

.identity-wall {
  display: grid;
  grid-column: span 5;
  grid-template-rows: minmax(270px, 0.9fr) auto auto minmax(270px, 1fr);
  min-height: clamp(700px, 82vw, 980px);
}

.identity-hero,
.asset-panel,
.about-ryok,
.culture-ribbon {
  border-bottom: 1px solid rgba(255, 90, 0, 0.18);
}

.identity-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 28px;
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(120deg, rgba(255, 90, 0, 0.08), transparent 42%),
    radial-gradient(circle at 82% 70%, rgba(255, 90, 0, 0.1), transparent 15rem);
}

.identity-hero h2 {
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.7rem);
  line-height: 0.85;
  text-transform: uppercase;
}

.identity-hero p {
  max-width: 500px;
  color: #ddd4cd;
  font-family: "Courier New", monospace;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.35;
  text-transform: uppercase;
}

.domain-pill {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 90, 0, 0.72);
  color: #f2e5dc;
  font-weight: 900;
  box-shadow: inset 0 0 20px rgba(255, 90, 0, 0.11);
}

.domain-pill::before {
  margin-right: 10px;
  color: #ff5a00;
  content: "R";
}

.vertical-tag {
  display: grid;
  place-items: center;
  width: 56px;
  margin-left: auto;
  background: #f05208;
  color: #090402;
  font-weight: 1000;
  text-transform: uppercase;
}

.vertical-tag span:first-child {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.25rem;
}

.asset-panel {
  padding: clamp(22px, 3vw, 34px);
}

.token-logo-row,
.sticker-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
}

.round-token,
.sticker-face,
.big-coin {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.08), transparent 20%),
    radial-gradient(circle at 50% 50%, #16110d 0 54%, #050302 70%);
  border: 2px solid rgba(255, 90, 0, 0.58);
  box-shadow: inset 0 -18px 28px rgba(0, 0, 0, 0.52), 0 18px 32px rgba(0, 0, 0, 0.36);
}

.round-token {
  min-width: 0;
}

.brush-r,
.word-token {
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  text-shadow: 4px 5px 0 #090402;
}

.word-token {
  background: #f05208;
  border-color: #f05208;
  color: #080402;
  font-size: clamp(2.2rem, 3.4vw, 3.5rem);
  transform: rotate(-7deg);
}

.face-token::before,
.sticker-face::before,
.face-token::after,
.sticker-face::after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 28%;
  height: 24%;
  content: "";
  background: #ff5a00;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.face-token::before,
.sticker-face::before {
  left: 10%;
  transform: translateY(-28%) rotate(-28deg);
}

.face-token::after,
.sticker-face::after {
  right: 10%;
  transform: translateY(-28%) rotate(28deg);
}

.eye-x,
.eye-o,
.sticker-face span {
  position: relative;
  z-index: 1;
  color: #ff5a00;
  font-family: Impact, sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.eye-x {
  transform: translate(-46%, -10%);
}

.eye-o {
  color: #e6ded8;
  transform: translate(48%, -12%);
}

.face-token i,
.sticker-face i,
.big-coin i {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 19%;
  height: 22%;
  background:
    linear-gradient(135deg, transparent 0 45%, #ff5a00 46% 56%, transparent 57%) 0 0 / 22px 100% repeat-x;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}

.sticker-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sticker-face {
  border: 3px solid #e8e1dc;
}

.sticker-face b,
.sticker-face em {
  position: absolute;
  z-index: 3;
  color: #ff5a00;
  font-style: normal;
  font-weight: 1000;
}

.sticker-face b {
  top: -30%;
  font-size: 2.2rem;
}

.sticker-face em {
  right: -8%;
  bottom: 9%;
  padding: 2px 8px;
  background: #ff5a00;
  color: #050302;
  transform: rotate(-12deg);
}

.sick i {
  bottom: -2%;
  width: 42%;
  height: 36%;
  background: #ff5a00;
  border-radius: 0 0 40% 40%;
}

.coin-mock {
  border-bottom: 0;
}

.coin-scene {
  position: relative;
  min-height: 270px;
}

.big-coin {
  position: absolute;
  left: 8%;
  top: 8%;
  width: min(58%, 320px);
  border-width: 10px;
  transform: rotate(-11deg);
}

.big-coin::before {
  position: absolute;
  inset: 10%;
  border: 2px dashed rgba(255, 90, 0, 0.5);
  border-radius: 50%;
  content: "";
}

.big-coin span {
  position: relative;
  z-index: 2;
  color: #ff5a00;
  font-family: Impact, sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
}

.big-coin span:nth-child(2) {
  color: #e6ded8;
}

.coin-stack-mini {
  position: absolute;
  right: 5%;
  bottom: 8%;
  width: 40%;
  height: 42%;
}

.coin-stack-mini b {
  position: absolute;
  right: 0;
  width: 100%;
  height: 38%;
  border: 5px solid #9d3508;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff7a18, #5b1a05);
  box-shadow: 0 14px 0 #4a1304;
}

.coin-stack-mini b:nth-child(1) { bottom: 58px; }
.coin-stack-mini b:nth-child(2) { bottom: 28px; }
.coin-stack-mini b:nth-child(3) { bottom: 0; }

.about-ryok {
  display: grid;
  grid-column: span 12;
  grid-template-columns: minmax(220px, 0.95fr) minmax(280px, 1.45fr) minmax(220px, 0.85fr);
  min-height: 250px;
  border-top: 1px solid rgba(255, 90, 0, 0.18);
  background: #050302;
}

.about-ryok > div {
  padding: clamp(24px, 3vw, 42px);
}

.about-ryok p:not(.eyebrow) {
  color: #d3c8bf;
  line-height: 1.62;
}

.street-scene {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent 40%, rgba(0, 0, 0, 0.65)),
    radial-gradient(circle at 58% 18%, #ff5a00 0 92px, transparent 94px),
    linear-gradient(180deg, #120703, #020101);
}

.street-scene::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(255, 90, 0, 0.16) 20% 21%, transparent 22% 47%, rgba(255, 90, 0, 0.14) 48% 49%, transparent 50%),
    linear-gradient(0deg, #070302 0 24%, transparent 24%);
}

.street-scene span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 210px;
  background:
    radial-gradient(circle at 50% 25%, #090504 0 42px, transparent 43px),
    linear-gradient(180deg, transparent 0 35%, #090504 36% 100%);
  transform: translateX(-50%);
}

.street-scene span::before {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #0c0806;
  border: 2px solid #ff5a00;
  content: "";
  transform: translateX(-50%);
}

.manifesto {
  display: grid;
  align-content: center;
  gap: 8px;
  font-family: "Courier New", monospace;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  text-transform: uppercase;
}

.culture-ribbon {
  display: grid;
  grid-column: span 12;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 96px;
  border-bottom: 0;
}

.culture-ribbon span,
.culture-ribbon a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 90, 0, 0.18);
  color: #f4e7dd;
  font-weight: 900;
  text-transform: uppercase;
}

.culture-ribbon strong {
  color: #ff5a00;
  font-size: 1.9rem;
  line-height: 1;
}

.culture-ribbon a {
  border-right: 0;
  color: #ff5a00;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 78px) clamp(48px, 7vw, 90px);
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 100%;
  margin-bottom: 20px;
  font-size: clamp(5.4rem, 15vw, 14rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 0 42px rgba(255, 122, 24, 0.24);
}

h2 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 28px;
  color: #ead7c9;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 177, 74, 0.75);
}

.button.primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-3));
  color: #180904;
  box-shadow: 0 18px 42px rgba(255, 102, 12, 0.26);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.risk-note {
  max-width: 620px;
  color: var(--dim);
  font-size: 0.9rem;
  line-height: 1.55;
}

.coin-card {
  position: relative;
  display: grid;
  justify-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 122, 24, 0.16), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.coin-card::before,
.coin-card::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.coin-card::before {
  inset: 28px;
  border: 1px solid rgba(255, 122, 24, 0.2);
}

.coin-card::after {
  width: 160px;
  height: 160px;
  right: -54px;
  top: -54px;
  background: rgba(255, 122, 24, 0.18);
  filter: blur(12px);
}

.coin-card img {
  position: relative;
  z-index: 1;
  width: min(84%, 290px);
  height: auto;
  margin: 10px 0 28px;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.62));
}

.ticker {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.coin-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 10px;
}

.coin-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.22);
  color: var(--muted);
  font-size: 0.9rem;
}

.coin-metrics strong {
  color: var(--orange-2);
  font-size: 1.1rem;
}

.section {
  position: relative;
  padding: clamp(62px, 9vw, 122px) clamp(18px, 5vw, 78px);
}

.grunge-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 90, 0, 0.16), transparent 18rem),
    linear-gradient(90deg, rgba(255, 90, 0, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 90, 0, 0.07) 1px, transparent 1px),
    rgba(3, 2, 1, 0.52);
  background-size: auto, 220px 100%, 100% 150px, auto;
}

.grunge-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 12% 14%, #ff5a00 0 3px, transparent 4px),
    radial-gradient(circle at 72% 22%, #ff5a00 0 2px, transparent 3px),
    radial-gradient(circle at 90% 70%, #ff5a00 0 4px, transparent 5px);
  background-size: 90px 90px, 130px 130px, 170px 170px;
  opacity: 0.18;
}

.grunge-section::after {
  position: absolute;
  right: clamp(18px, 5vw, 80px);
  top: clamp(22px, 6vw, 90px);
  z-index: -1;
  width: clamp(140px, 24vw, 320px);
  aspect-ratio: 1;
  content: "";
  background: url("ryok-logo-art.png?v=20260611-art1") center / contain no-repeat;
  opacity: 0.09;
  filter: saturate(1.2);
  pointer-events: none;
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 58px);
}

.signal-grid,
.roadmap-grid,
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.signal-grid article,
.roadmap-grid article,
.token-list article,
.seo-grid p {
  position: relative;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.12), transparent 40%),
    var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.signal-grid article::after,
.roadmap-grid article::after,
.token-list article::after,
.news-grid article::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 90, 0, 0.16);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 4rem;
  line-height: 1;
  content: "RYOK";
  pointer-events: none;
}

.signal-grid article,
.roadmap-grid article {
  min-height: 220px;
  padding: 26px;
}

.signal-grid span,
.roadmap-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
}

.signal-grid p,
.roadmap-grid p,
.seo-grid p,
.token-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tokenomics {
  background:
    radial-gradient(circle at 18% 40%, rgba(255, 90, 0, 0.18), transparent 22rem),
    rgba(255, 122, 24, 0.04);
  border-block: 1px solid var(--line-soft);
}

.token-layout {
  display: grid;
  grid-template-columns: minmax(260px, 460px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.donut {
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    conic-gradient(
      from 210deg,
      #ff7a18 0 42%,
      #ffb14a 42% 66%,
      #d64b06 66% 84%,
      #6e2b09 84% 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 34px 90px rgba(255, 102, 12, 0.2);
}

.donut-core {
  display: grid;
  place-items: center;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 24, 0.3);
  border-radius: 50%;
  background: #080503;
  box-shadow: inset 0 0 48px rgba(255, 122, 24, 0.14);
}

.donut-core strong {
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
}

.donut-core span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.token-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.token-list article {
  position: relative;
  min-height: 150px;
  padding: 24px 24px 24px 62px;
}

.token-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 2rem;
}

.dot {
  position: absolute;
  left: 24px;
  top: 31px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.community {
  background: #ff7a18;
}

.liquidity {
  background: #ffb14a;
}

.build {
  background: #d64b06;
}

.reserve {
  background: #6e2b09;
}

.chart-band {
  overflow: hidden;
}

.growth-chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  align-items: end;
  gap: clamp(10px, 2vw, 22px);
  height: clamp(260px, 35vw, 440px);
  padding: 24px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(to top, rgba(255, 122, 24, 0.14) 1px, transparent 1px),
    radial-gradient(circle at 26% 20%, rgba(255, 90, 0, 0.14), transparent 12rem),
    rgba(0, 0, 0, 0.24);
  background-size: 100% 20%;
}

.growth-chart div {
  position: relative;
  height: var(--h);
  min-height: 70px;
  border: 1px solid rgba(255, 177, 74, 0.38);
  background: linear-gradient(180deg, #ffb14a 0%, #ff7a18 44%, #611f06 100%);
  box-shadow: 0 22px 44px rgba(255, 102, 12, 0.22);
}

.growth-chart span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 12px;
  color: #130702;
  font-size: clamp(0.72rem, 1.4vw, 0.92rem);
  font-weight: 900;
  word-break: break-word;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.metric-grid article {
  position: relative;
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(255, 122, 24, 0.12), rgba(0, 0, 0, 0.18)), var(--panel);
}

.metric-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-grid strong {
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  display: block;
  margin-bottom: 20px;
  font-size: 3.4rem;
  line-height: 1;
}

.sparkline {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 52px;
}

.sparkline i {
  flex: 1;
  min-width: 8px;
  background: linear-gradient(180deg, var(--orange-2), var(--orange-3));
}

.sparkline i:nth-child(1) { height: 36%; }
.sparkline i:nth-child(2) { height: 54%; }
.sparkline i:nth-child(3) { height: 42%; }
.sparkline i:nth-child(4) { height: 72%; }
.sparkline i:nth-child(5) { height: 64%; }
.sparkline i:nth-child(6) { height: 88%; }

.meter {
  height: 16px;
  border: 1px solid rgba(255, 122, 24, 0.34);
  background: rgba(0, 0, 0, 0.32);
}

.meter b {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--orange-3), var(--orange-2));
  box-shadow: 0 0 24px rgba(255, 122, 24, 0.42);
}

.orbit-mini {
  position: relative;
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 24, 0.45);
  border-radius: 50%;
}

.orbit-mini::before,
.orbit-mini::after,
.orbit-mini b {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.orbit-mini::before {
  inset: 12px;
  border: 1px solid rgba(255, 177, 74, 0.32);
}

.orbit-mini::after {
  inset: 25px;
  background: var(--orange);
}

.orbit-mini b {
  width: 10px;
  height: 10px;
  right: 5px;
  top: 14px;
  background: var(--orange-2);
}

.market-notes {
  border-block: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.18);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-grid article {
  position: relative;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(145deg, rgba(255, 90, 0, 0.14), transparent 45%),
    var(--panel-strong);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.3);
}

.news-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--orange-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.news-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--orange-2);
  font-weight: 900;
}

.blog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(255, 122, 24, 0.13), transparent),
    rgba(0, 0, 0, 0.2);
}

.blog-cta h2 {
  max-width: 880px;
}

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

.roadmap-grid article {
  background:
    linear-gradient(180deg, rgba(255, 90, 0, 0.16), rgba(0, 0, 0, 0.18)),
    var(--panel);
}

.seo-copy {
  border-top: 1px solid var(--line-soft);
}

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

.seo-grid p {
  padding: 26px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 78px);
  border-top: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.38);
  color: var(--muted);
}

.site-footer strong {
  color: #ff5a00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.4rem;
}

@media (max-width: 960px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .token-layout {
    grid-template-columns: 1fr;
  }

  .poster-panel,
  .identity-wall,
  .about-ryok,
  .culture-ribbon {
    grid-column: 1 / -1;
  }

  .poster-panel {
    min-height: auto;
  }

  .identity-wall {
    min-height: auto;
  }

  .about-ryok {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

  .coin-card {
    max-width: 520px;
  }

  .signal-grid,
  .roadmap-grid,
  .metric-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .brand img {
    width: auto;
    height: 52px;
  }

  h1 {
    font-size: clamp(4.2rem, 25vw, 6.8rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-grid,
  .roadmap-grid,
  .seo-grid,
  .token-list,
  .metric-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

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

  .growth-chart {
    grid-template-columns: repeat(5, minmax(68px, 1fr));
    overflow-x: auto;
  }

  .brand-board {
    width: calc(100% - 20px);
  }

  .artwork-hero {
    width: calc(100% - 20px);
  }

  .artwork-actions {
    position: static;
    padding: 12px;
    justify-content: stretch;
    background: rgba(5, 3, 2, 0.9);
  }

  .poster-panel {
    padding: 22px;
  }

  .poster-panel h1 {
    margin-top: -26px;
  }

  .identity-hero {
    grid-template-columns: 1fr;
  }

  .vertical-tag {
    display: none;
  }

  .token-logo-row {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }

  .sticker-row {
    grid-template-columns: repeat(2, minmax(70px, 1fr));
  }

  .coin-scene {
    min-height: 220px;
  }

  .culture-ribbon {
    grid-template-columns: 1fr;
  }

  .culture-ribbon span,
  .culture-ribbon a {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 90, 0, 0.18);
  }

  .growth-chart span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    left: 50%;
    right: auto;
    translate: -50% 0;
    bottom: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
