:root {
  color-scheme: dark;
  --about-bg: #07080d;
  --about-panel: #101219;
  --about-panel-strong: #171a23;
  --about-border: rgba(255, 255, 255, 0.12);
  --about-border-strong: rgba(255, 255, 255, 0.22);
  --about-text: #f7f7fb;
  --about-muted: #b3b6c2;
  --about-purple: #9a4dff;
  --about-magenta: #f052d4;
  --about-gold: #ffc846;
  --about-cyan: #57dfff;
  --about-lime: #99ef72;
  --about-danger: #ff7c73;
  --about-width: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body.about-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--about-bg);
  color: var(--about-text);
  font-family: "Space Grotesk", Arial, sans-serif;
}

body.about-page::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 72px),
    #07080d;
}

.about-page a {
  color: inherit;
}

.about-page button,
.about-page a {
  -webkit-tap-highlight-color: transparent;
}

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

.about-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  padding: 10px max(18px, calc((100vw - var(--about-width)) / 2));
  border-bottom: 1px solid var(--about-border);
  background: rgba(7, 8, 13, 0.94);
  backdrop-filter: blur(18px);
}

.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.about-brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.about-brand-wordmark {
  width: 145px;
  height: 34px;
  object-fit: contain;
}

.about-brand-context {
  padding-left: 10px;
  border-left: 1px solid var(--about-border-strong);
  color: var(--about-muted);
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
}

.about-nav-links a {
  min-height: 40px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--about-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.about-nav-links a:hover,
.about-nav-links a:focus-visible {
  border-color: var(--about-border);
  color: var(--about-text);
  outline: none;
}

.about-nav-links a.is-active {
  border-color: rgba(154, 77, 255, 0.55);
  background: rgba(154, 77, 255, 0.14);
  color: #fff;
}

.about-main {
  min-height: calc(100vh - 74px);
}

.about-shell {
  width: min(var(--about-width), calc(100% - 36px));
  margin: 0 auto;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--about-cyan);
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.about-kicker::before {
  width: 26px;
  height: 2px;
  content: "";
  background: currentColor;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 54px;
  align-items: end;
  min-height: 390px;
  padding-top: 76px;
  padding-bottom: 50px;
}

.about-intro h1,
.token-hero h1 {
  margin: 15px 0 16px;
  font-family: "Bricolage Grotesque", "Space Grotesk", sans-serif;
  font-weight: 800;
  line-height: 0.96;
}

.about-intro h1 {
  max-width: 760px;
  font-size: 68px;
}

.about-intro h1 em,
.section-heading h2 em,
.token-hero h1 em {
  color: var(--about-gold);
  font-style: normal;
}

.about-intro-copy > p:not(.about-kicker) {
  max-width: 720px;
  margin: 0;
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.65;
}

.about-intro-aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--about-border-strong);
  border-bottom: 1px solid var(--about-border-strong);
}

.about-intro-aside div {
  min-height: 92px;
  padding: 18px 16px;
  border-right: 1px solid var(--about-border);
}

.about-intro-aside div:nth-child(2n) {
  border-right: 0;
}

.about-intro-aside div:nth-child(-n + 2) {
  border-bottom: 1px solid var(--about-border);
}

.about-intro-aside span,
.fact-cell span,
.section-label,
.resource-link span,
.token-card-label {
  display: block;
  color: var(--about-muted);
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.about-intro-aside strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.2;
}

.token-choice-band {
  padding: 46px 0 70px;
  border-top: 1px solid var(--about-border);
  background: #0b0c12;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 780px;
  margin: 7px 0 0;
  font-family: "Bricolage Grotesque", "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
}

.section-heading > p {
  max-width: 390px;
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.55;
}

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

.token-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: 7px;
  background: var(--about-panel);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.token-card:hover,
.token-card:focus-visible {
  z-index: 1;
  transform: translateY(-4px);
  border-color: var(--about-border-strong);
  background: var(--about-panel-strong);
  outline: none;
}

.token-card-media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-bottom: 1px solid var(--about-border);
  background: #08070d;
}

.token-card-media > img:not(.token-card-icon) {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.token-card:hover .token-card-media > img:not(.token-card-icon) {
  transform: scale(1.025);
}

.token-card--moni .token-card-media > img:not(.token-card-icon) {
  object-position: center;
}

.token-card--block .token-card-media > img:not(.token-card-icon) {
  object-position: center;
}

.token-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(7, 8, 13, 0.88) 100%);
}

.token-card-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}

.token-card-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.token-card--moni .token-card-label {
  color: var(--about-cyan);
}

.token-card--block .token-card-label {
  color: var(--about-gold);
}

.token-card h3 {
  margin: 6px 0 9px;
  font-family: "Audiowide", "Space Grotesk", sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.token-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.55;
}

.token-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.token-card-facts span {
  padding: 7px 9px;
  border: 1px solid var(--about-border);
  border-radius: 4px;
  color: #dde0e9;
  font-size: 12px;
  font-weight: 700;
}

.token-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.token-card-action b {
  color: var(--about-gold);
  font-size: 23px;
  line-height: 1;
}

.ecosystem-band,
.faq-band,
.content-band,
.resource-band,
.risk-band {
  padding: 68px 0;
  border-top: 1px solid var(--about-border);
}

.ecosystem-band {
  background: #08090e;
}

.ecosystem-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--about-border);
  border-radius: 7px;
  overflow: hidden;
}

.ecosystem-paths a {
  min-height: 150px;
  padding: 23px;
  border-right: 1px solid var(--about-border);
  background: #0f1118;
  text-decoration: none;
}

.ecosystem-paths a:last-child {
  border-right: 0;
}

.ecosystem-paths a:hover,
.ecosystem-paths a:focus-visible {
  background: #171a23;
  outline: none;
}

.ecosystem-paths span {
  display: block;
  margin-bottom: 27px;
  color: var(--about-gold);
  font-size: 22px;
}

.ecosystem-paths strong {
  display: block;
  font-size: 17px;
}

.ecosystem-paths small {
  display: block;
  margin-top: 6px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.45;
}

.faq-band {
  background: #0c0e14;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 0.58fr);
  gap: 70px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 102px;
}

.faq-intro h2 {
  margin: 9px 0 16px;
  font-family: "Bricolage Grotesque", "Space Grotesk", sans-serif;
  font-size: 42px;
  line-height: 1.04;
}

.faq-intro p {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--about-border-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--about-border-strong);
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 23px 52px 23px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--about-border-strong);
  border-radius: 4px;
  color: var(--about-gold);
  content: "+";
  font-size: 21px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list summary:hover,
.faq-list summary:focus-visible {
  color: var(--about-cyan);
  outline: none;
}

.faq-answer {
  max-width: 760px;
  padding: 0 52px 24px 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer a {
  color: var(--about-cyan);
  font-weight: 700;
}

.about-footer {
  border-top: 1px solid var(--about-border);
  background: #06070b;
}

.about-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 112px;
}

.about-footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.about-footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.about-footer-brand strong,
.about-footer-brand span {
  display: block;
}

.about-footer-brand strong {
  font-family: "Audiowide", "Space Grotesk", sans-serif;
  font-size: 15px;
}

.about-footer-brand span {
  margin-top: 4px;
  color: var(--about-muted);
  font-size: 12px;
}

.about-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.about-footer-links a {
  color: var(--about-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.about-footer-links a:hover,
.about-footer-links a:focus-visible {
  color: var(--about-text);
  outline: none;
}

/* Token detail pages */

.token-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-bottom: 1px solid var(--about-border);
  background: #08070d;
}

.token-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.token-hero--moni > img {
  object-position: center;
}

.token-hero--block > img {
  object-position: center;
}

.token-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 6, 10, 0.97) 0%, rgba(5, 6, 10, 0.78) 38%, rgba(5, 6, 10, 0.16) 72%, rgba(5, 6, 10, 0.28) 100%);
}

.token-hero--block::after {
  background: linear-gradient(90deg, rgba(5, 4, 9, 0.94) 0%, rgba(5, 4, 9, 0.72) 35%, rgba(5, 4, 9, 0.08) 72%, rgba(5, 4, 9, 0.22) 100%);
}

.token-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 540px;
  padding-top: 74px;
  padding-bottom: 54px;
}

.about-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-breadcrumb a {
  text-decoration: none;
}

.about-breadcrumb a:hover,
.about-breadcrumb a:focus-visible {
  color: #fff;
  outline: none;
}

.token-hero-copy {
  width: min(650px, 70%);
}

.token-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(7, 8, 13, 0.72);
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.token-hero h1 {
  font-size: 72px;
}

.token-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #e0e1e8;
  font-size: 18px;
  line-height: 1.55;
  text-shadow: 0 2px 16px #000;
}

.token-hero-actions,
.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid var(--about-border-strong);
  border-radius: 5px;
  background: #151821;
  color: #fff;
  font-family: "Oxanium", "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.about-button:hover,
.about-button:focus-visible {
  border-color: #fff;
  background: #20242f;
  outline: none;
}

.about-button--primary {
  border-color: var(--about-gold);
  background: var(--about-gold);
  color: #151006;
}

.about-button--primary:hover,
.about-button--primary:focus-visible {
  border-color: #ffe098;
  background: #ffe098;
  color: #151006;
}

.token-fact-rail {
  background: #0e1017;
}

.token-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--about-border);
  border-left: 1px solid var(--about-border);
}

.fact-cell {
  min-width: 0;
  min-height: 106px;
  padding: 23px;
  border-right: 1px solid var(--about-border);
}

.fact-cell:last-child {
  border-right: 0;
}

.fact-cell strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.25;
}

.content-band {
  background: #08090e;
}

.content-band--alt {
  background: #0d0f15;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 0.62fr);
  gap: 70px;
  align-items: start;
}

.content-heading {
  position: sticky;
  top: 102px;
}

.content-heading h2 {
  margin: 9px 0 14px;
  font-family: "Bricolage Grotesque", "Space Grotesk", sans-serif;
  font-size: 41px;
  line-height: 1.05;
}

.content-heading p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.content-copy {
  min-width: 0;
}

.content-copy > p {
  margin: 0 0 18px;
  color: #d0d2db;
  font-size: 16px;
  line-height: 1.75;
}

.content-copy > p:last-child {
  margin-bottom: 0;
}

.content-copy strong {
  color: #fff;
}

.setup-list,
.feature-list,
.warp-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--about-border-strong);
  list-style: none;
}

.setup-list li,
.feature-list li,
.warp-steps li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--about-border);
  color: #d6d8e0;
  line-height: 1.55;
}

.setup-list li > span:first-child,
.feature-list li > span:first-child,
.warp-steps li > span:first-child {
  font-size: 21px;
  line-height: 1.35;
  text-align: center;
}

.feature-list strong,
.warp-steps strong {
  display: block;
  color: #fff;
}

.feature-list small,
.warp-steps small {
  display: block;
  margin-top: 3px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.economy-item {
  min-height: 180px;
  padding: 23px;
  border: 1px solid var(--about-border);
  border-radius: 6px;
  background: #12151d;
}

.economy-item > span {
  display: block;
  color: var(--about-gold);
  font-size: 25px;
}

.economy-item h3 {
  margin: 15px 0 8px;
  font-size: 18px;
}

.economy-item p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.6;
}

.claim-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.claim-checklist span {
  min-height: 50px;
  padding: 13px;
  border: 1px solid var(--about-border);
  border-radius: 5px;
  background: #11141b;
  color: #e5e6ec;
  font-size: 13px;
  font-weight: 700;
}

.contract-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 25px;
  padding: 19px;
  border: 1px solid var(--about-border-strong);
  border-radius: 6px;
  background: #11131a;
}

.contract-panel span,
.contract-panel code {
  display: block;
}

.contract-panel span {
  margin-bottom: 6px;
  color: var(--about-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.contract-panel code {
  overflow-wrap: anywhere;
  color: var(--about-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.5;
}

.copy-button {
  min-width: 118px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--about-border-strong);
  border-radius: 5px;
  background: #1b1e28;
  color: #fff;
  cursor: pointer;
  font: 800 12px/18px "Oxanium", "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.copy-button:hover,
.copy-button:focus-visible {
  border-color: var(--about-cyan);
  outline: none;
}

.copy-button.is-copied {
  border-color: var(--about-lime);
  color: var(--about-lime);
}

.resource-band {
  background: #090a10;
}

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

.resource-link {
  min-height: 128px;
  padding: 20px;
  border: 1px solid var(--about-border);
  border-radius: 6px;
  background: #11131a;
  text-decoration: none;
}

.resource-link:hover,
.resource-link:focus-visible {
  border-color: var(--about-border-strong);
  background: #171a23;
  outline: none;
}

.resource-link strong {
  display: block;
  margin-top: 22px;
  font-size: 17px;
}

.resource-link b {
  float: right;
  color: var(--about-gold);
  font-size: 20px;
}

.risk-band {
  border-color: rgba(255, 124, 115, 0.26);
  background: #130d10;
}

.risk-message {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.risk-message > span {
  font-size: 34px;
}

.risk-message h2 {
  margin: 0 0 8px;
  color: #ffd5d1;
  font-size: 22px;
}

.risk-message p {
  max-width: 920px;
  margin: 0;
  color: #d8bdc0;
  line-height: 1.65;
}

.closing-callout {
  padding: 70px 0;
  border-top: 1px solid var(--about-border);
  background: #08090e;
  text-align: center;
}

.closing-callout img {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.closing-callout h2 {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Bricolage Grotesque", "Space Grotesk", sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.closing-callout p {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.65;
}

.closing-callout .token-hero-actions {
  justify-content: center;
}

.status-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--about-gold);
  background: rgba(255, 200, 70, 0.08);
  color: #e6dac0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .about-nav {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 9px 18px 11px;
  }

  .about-brand {
    justify-content: center;
  }

  .about-nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .about-nav-links::-webkit-scrollbar {
    display: none;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 56px;
  }

  .about-intro h1 {
    font-size: 56px;
  }

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

  .ecosystem-paths a:nth-child(2) {
    border-right: 0;
  }

  .ecosystem-paths a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--about-border);
  }

  .faq-layout,
  .content-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-intro,
  .content-heading {
    position: static;
  }

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

  .fact-cell:nth-child(2) {
    border-right: 0;
  }

  .fact-cell:nth-child(-n + 2) {
    border-bottom: 1px solid var(--about-border);
  }

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

@media (max-width: 720px) {
  .about-shell {
    width: min(100% - 28px, var(--about-width));
  }

  .about-brand-mark {
    width: 42px;
    height: 42px;
  }

  .about-brand-wordmark {
    width: 128px;
  }

  .about-brand-context {
    font-size: 10px;
  }

  .about-nav-links a {
    padding: 9px 7px;
    font-size: 12px;
  }

  .about-intro {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .about-intro h1 {
    font-size: 44px;
  }

  .about-intro-copy > p:not(.about-kicker) {
    font-size: 17px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .faq-intro h2,
  .content-heading h2 {
    font-size: 34px;
  }

  .section-heading > p {
    margin-top: 13px;
  }

  .token-choice-grid {
    grid-template-columns: 1fr;
  }

  .token-card {
    min-height: 500px;
  }

  .ecosystem-band,
  .faq-band,
  .content-band,
  .resource-band,
  .risk-band {
    padding: 52px 0;
  }

  .ecosystem-paths,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-paths a {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--about-border);
  }

  .ecosystem-paths a:last-child {
    border-bottom: 0;
  }

  .about-footer-inner {
    grid-template-columns: 1fr;
    padding: 26px 0;
  }

  .about-footer-links {
    justify-content: flex-start;
  }

  .token-hero,
  .token-hero-inner {
    min-height: 520px;
  }

  .token-hero > img {
    object-position: 63% center;
  }

  .token-hero--block > img {
    object-position: 64% center;
  }

  .token-hero::after,
  .token-hero--block::after {
    background: linear-gradient(180deg, rgba(5, 6, 10, 0.2) 0%, rgba(5, 6, 10, 0.48) 40%, rgba(5, 6, 10, 0.96) 76%, rgba(5, 6, 10, 1) 100%);
  }

  .token-hero-inner {
    padding-bottom: 34px;
  }

  .token-hero-copy {
    width: 100%;
  }

  .token-hero h1 {
    font-size: 52px;
  }

  .token-hero-copy > p {
    font-size: 16px;
  }

  .token-fact-grid,
  .economy-grid,
  .claim-checklist {
    grid-template-columns: 1fr;
  }

  .fact-cell,
  .fact-cell:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--about-border);
  }

  .fact-cell:last-child {
    border-bottom: 0;
  }

  .contract-panel {
    grid-template-columns: 1fr;
  }

  .copy-button {
    width: 100%;
  }

  .faq-list summary {
    padding-right: 46px;
    font-size: 16px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .closing-callout h2 {
    font-size: 31px;
  }
}

@media (max-width: 420px) {
  .about-brand-context {
    display: none;
  }

  .about-intro h1 {
    font-size: 38px;
  }

  .token-card-body {
    padding: 20px;
  }

  .token-card h3 {
    font-size: 28px;
  }

  .token-hero h1 {
    font-size: 45px;
  }

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

  .risk-message {
    grid-template-columns: 1fr;
  }
}

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

  .token-card,
  .token-card-media > img {
    transition: none;
  }
}
