:root {
  --ink: #08120d;
  --forest: #0b2216;
  --forest-2: #12331f;
  --lime: #b8ff00;
  --parchment: #eee7d5;
  --paper: #f7f2e7;
  --silver: #c8c9c2;
  --brown: #6d4d2f;
  --line: rgba(8, 18, 13, .17);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  height: 88px;
  padding: 0 4vw;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--parchment);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-coin {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  box-shadow: 0 3px 12px rgba(0,0,0,.28);
}
.brand-coin img { width: 100%; height: 100%; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font: 600 12px "Unbounded", sans-serif; letter-spacing: .06em; }
.brand small { margin-top: 3px; font: 400 8px "DM Mono", monospace; letter-spacing: .22em; opacity: .65; }
.desktop-nav { display: flex; gap: 35px; font: 500 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { opacity: .72; transition: opacity .25s, color .25s; }
.desktop-nav a:hover { opacity: 1; color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.x-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.x-link svg { width: 14px; fill: currentColor; }
.button {
  min-height: 50px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: var(--lime);
  color: var(--ink);
  font: 600 11px "Unbounded", sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  border: 1px solid var(--lime);
  transition: transform .25s, background .25s, color .25s;
}
.button:hover { transform: translateY(-3px); background: transparent; color: var(--lime); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 9px; }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  min-height: 1060px;
  height: auto;
  position: relative;
  overflow: hidden;
  color: var(--parchment);
  background:
    radial-gradient(circle at 72% 43%, rgba(90,141,47,.26), transparent 36%),
    linear-gradient(120deg, #06110b 0%, #0a1b11 55%, #102d1b 100%);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  padding: 140px max(4vw, calc((100vw - var(--max))/2)) 120px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 76%);
}
.hero-glow { position: absolute; width: 550px; height: 550px; border-radius: 50%; right: 9%; top: 20%; border: 1px solid rgba(184,255,0,.15); box-shadow: 0 0 140px rgba(184,255,0,.09); }
.hero-copy { position: relative; z-index: 2; padding-right: 4vw; }
.eyebrow, .section-index { font: 500 10px "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: var(--lime); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2 { font-family: "Unbounded", sans-serif; margin: 0; letter-spacing: -.055em; line-height: .94; }
h1 { font-size: clamp(62px, 6.7vw, 112px); margin: 28px 0 30px; }
h1 em { font-style: normal; color: var(--lime); }
.hero-intro { max-width: 590px; font-size: 16px; line-height: 1.85; color: rgba(238,231,213,.68); }
.hero-contract {
  width: min(100%, 510px);
  max-width: none;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 14px 0 16px;
  justify-content: space-between;
  color: var(--parchment);
  border: 1px solid rgba(238,231,213,.2);
  background: rgba(255,255,255,.035);
}
.hero-contract span {
  color: rgba(238,231,213,.68);
  font-size: 9px;
}
.hero-contract small { color: var(--lime); }
.hero-contract:hover { border-color: rgba(184,255,0,.55); }
.hero-actions { margin-top: 37px; display: flex; align-items: center; gap: 27px; }
.text-link { font: 600 10px "Unbounded", sans-serif; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid rgba(255,255,255,.25); padding: 11px 0; }
.text-link span { color: var(--lime); margin-left: 8px; }
.hero-proof { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; gap: clamp(25px, 4vw, 68px); }
.hero-proof div { display: flex; align-items: baseline; gap: 8px; }
.hero-proof strong { font: 500 22px "Unbounded", sans-serif; color: var(--lime); }
.hero-proof span { max-width: 65px; font: 400 8px/1.4 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 700px); }
.art-frame { position: relative; padding: 13px; background: #10271a; border: 1px solid rgba(238,231,213,.25); box-shadow: 0 35px 90px rgba(0,0,0,.4); transform: rotate(1deg); }
.art-frame::before, .art-frame::after { content: ""; position: absolute; width: 34px; height: 34px; border-color: var(--lime); opacity: .7; z-index: 2; }
.art-frame::before { left: -7px; top: -7px; border-left: 1px solid; border-top: 1px solid; }
.art-frame::after { right: -7px; bottom: -7px; border-right: 1px solid; border-bottom: 1px solid; }
.art-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.frame-label { display: flex; align-items: center; justify-content: space-between; height: 26px; padding: 0 5px; font: 400 8px "DM Mono", monospace; letter-spacing: .14em; color: rgba(238,231,213,.68); }
.frame-label.top { justify-content: center; }
.declaration { background: var(--lime); padding: 54px 5vw; text-align: center; }
.declaration p { margin: 0; font: 500 clamp(20px, 2.8vw, 39px)/1.25 "Unbounded", sans-serif; letter-spacing: -.04em; }
.declaration p span { color: #547500; }
.declaration small { display: block; margin-top: 15px; font: 500 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: 130px max(5vw, calc((100vw - var(--max))/2)); }
.section-index { color: #677168; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.kicker { font: 500 10px "DM Mono", monospace; letter-spacing: .15em; text-transform: uppercase; color: #657066; }
.lore-heading { margin: 75px 0 80px; }
h2 { font-size: clamp(48px, 7vw, 105px); }
.lore-grid { display: grid; grid-template-columns: .6fr 1.3fr .7fr; gap: 7vw; align-items: start; }
.roman { width: 100px; height: 100px; border: 1px solid var(--line); display: grid; place-items: center; border-radius: 50%; font: 500 37px "Unbounded", sans-serif; color: var(--forest); }
.lore-aside p { margin-top: 30px; max-width: 180px; font: 500 12px/1.7 "DM Mono", monospace; text-transform: uppercase; }
.story p { color: #414840; line-height: 1.9; font-size: 16px; margin: 0 0 25px; }
.story .dropcap::first-letter { float: left; margin: 11px 10px 0 0; font: 600 70px/.68 "Unbounded", sans-serif; color: var(--forest); }
.story strong { color: var(--forest); }
.artifact { border-top: 1px solid var(--ink); padding-top: 15px; }
.artifact-number { font: 600 clamp(70px, 9vw, 145px)/1 "Unbounded", sans-serif; letter-spacing: -.08em; color: var(--forest); }
.artifact strong { display: block; margin-top: 12px; font: 600 12px "Unbounded", sans-serif; }
.artifact p { color: #657066; font-size: 12px; line-height: 1.7; }

.ten-section {
  min-height: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: var(--parchment);
}
.ten-section::before { content: "TEN"; position: absolute; bottom: -7vw; left: -3vw; font: 700 27vw/1 "Unbounded", sans-serif; color: rgba(255,255,255,.018); }
.section-index.light { color: rgba(238,231,213,.5); border-color: rgba(255,255,255,.14); }
.coin-orbit { height: 570px; position: relative; display: grid; place-items: center; }
.coin-large {
  width: min(23vw, 310px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  box-shadow: 0 35px 55px rgba(0,0,0,.35);
  transform: rotate(-12deg);
  z-index: 2;
}
.coin-large img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 5px rgba(0,0,0,.22)); }
.orbit-ring { position: absolute; width: 470px; aspect-ratio: 1; border: 1px solid rgba(184,255,0,.18); border-radius: 50%; }
.orbit-ring::after { content: ""; position: absolute; width: 10px; height: 10px; background: var(--lime); border-radius: 50%; top: 25%; right: 4%; box-shadow: 0 0 20px var(--lime); }
.ten-copy { padding-left: 5vw; position: relative; z-index: 2; }
.ten-copy h2 { font-size: clamp(46px, 5.2vw, 84px); margin: 50px 0 35px; }
.ten-copy > p:not(.kicker) { max-width: 570px; color: rgba(238,231,213,.62); line-height: 1.85; }
.ten-copy .kicker { margin-top: 48px; color: var(--lime); }
.oath { margin-top: 45px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); display: flex; gap: 30px; align-items: center; }
.oath span { font: 500 8px "DM Mono", monospace; letter-spacing: .15em; color: var(--lime); }
.oath strong { font: 500 13px "Unbounded", sans-serif; }

.chronicle-banner {
  width: min(100%, 900px);
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0 auto 75px;
  position: relative;
  overflow: hidden;
  background: var(--forest);
  border: 8px solid var(--forest);
  box-shadow: 0 28px 70px rgba(8,18,13,.16);
}
.chronicle-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5,13,8,.1), transparent 35%, rgba(5,13,8,.45));
}
.chronicle-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
.chronicle-banner figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  color: var(--parchment);
  font: 500 8px "DM Mono", monospace;
  letter-spacing: .16em;
}

.chronicle-head { margin: 70px 0 90px; display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; }
.chronicle-head h2 { font-size: clamp(42px, 5.6vw, 83px); }
.chronicle-head > p { color: #657066; line-height: 1.8; font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline article { padding: 30px; min-height: 360px; border-right: 1px solid var(--line); position: relative; }
.timeline article:first-child { border-left: 1px solid var(--line); }
.timeline article > span { font: 500 9px "DM Mono", monospace; color: #7b837b; }
.timeline-icon { width: 85px; height: 85px; margin: 42px 0 45px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--lime); font: 500 29px "Unbounded", sans-serif; }
.timeline-icon.character-icon { background: transparent; border-radius: 0; }
.timeline-icon.character-icon img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.28); }
.timeline-icon.coin-icon { background: transparent; }
.timeline-icon.coin-icon img { width: 100%; height: 100%; object-fit: contain; }
.timeline-icon.money-icon { background: transparent; border-radius: 0; }
.timeline-icon.money-icon img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.22); }
.timeline-icon.shelter-icon {
  width: 96px;
  height: 96px;
  background: var(--forest);
  border: 3px solid var(--forest);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(8,18,13,.18);
}
.timeline-icon.shelter-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 46%;
  transform: scale(1.45);
  transform-origin: 62% 46%;
}
.year { font: 500 8px "DM Mono", monospace; letter-spacing: .13em; color: #7b837b; }
.timeline h3, .principles h3 { font: 600 14px "Unbounded", sans-serif; text-transform: uppercase; }
.timeline article > p:last-child, .principles p { color: #657066; font-size: 12px; line-height: 1.75; }

.manifesto {
  padding: 115px max(5vw, calc((100vw - var(--max))/2));
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 8vw;
  align-items: center;
  background: var(--lime);
  color: var(--ink);
}
.manifesto-coin {
  width: min(100%, 290px);
  justify-self: center;
}
.manifesto-coin img {
  width: 100%;
  filter: drop-shadow(0 24px 25px rgba(8,18,13,.22));
  transform: rotate(-8deg);
}
.manifesto-copy {
  max-width: 790px;
  padding-left: 6vw;
  border-left: 1px solid rgba(8,18,13,.3);
}
.manifesto-copy > span {
  display: block;
  margin-bottom: 30px;
  font: 600 9px "DM Mono", monospace;
  letter-spacing: .18em;
}
.manifesto-copy p {
  margin: 0 0 12px;
  font: 500 clamp(18px, 2vw, 29px)/1.45 "Unbounded", sans-serif;
  letter-spacing: -.035em;
}
.manifesto-copy strong { color: #365000; font-weight: 600; }

.token-section { background: #ddd4c1; }
.token-card { display: grid; grid-template-columns: .38fr 1fr .8fr; gap: 5vw; align-items: center; padding: 65px; background: var(--paper); border: 1px solid rgba(8,18,13,.2); box-shadow: 0 35px 90px rgba(28,33,27,.12); }
.token-mark { width: 180px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; }
.token-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(8,18,13,.25)); }
.token-card h2 { font-size: clamp(45px, 5.4vw, 83px); }
.token-description { color: #657066; line-height: 1.8; font-size: 13px; max-width: 590px; }
dl { margin: 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 17px 0; }
dt { font: 500 8px "DM Mono", monospace; letter-spacing: .12em; color: #7b837b; }
dd { margin: 0; text-align: right; font: 600 10px "Unbounded", sans-serif; }
.contract-row { align-items: center; }
.contract-row dd { min-width: 0; }
.copy-contract {
  max-width: 310px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.copy-contract span {
  overflow: hidden;
  text-overflow: ellipsis;
  font: 500 8px "DM Mono", monospace;
}
.copy-contract small {
  color: #547500;
  font: 600 7px "Unbounded", sans-serif;
  letter-spacing: .08em;
}
.copy-contract.hero-contract {
  width: min(100%, 540px);
  max-width: none;
  min-height: 52px;
  margin-top: 24px;
  padding: 0 7px 0 18px;
  justify-content: space-between;
  gap: 18px;
  color: var(--parchment);
  border: 1px solid rgba(238,231,213,.28);
  background: rgba(255,255,255,.055);
}
.copy-contract.hero-contract span {
  flex: 1;
  overflow: visible;
  text-overflow: clip;
  color: rgba(238,231,213,.82);
  font: 500 10px "DM Mono", monospace;
  text-align: left;
}
.copy-contract.hero-contract small {
  min-width: 82px;
  min-height: 38px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 7px;
}
.copy-contract.hero-contract:hover {
  border-color: var(--lime);
  background: rgba(184,255,0,.06);
}
.principles { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.principles article { padding: 30px 0; border-top: 1px solid var(--ink); }
.principles span { font: 500 35px "Unbounded", sans-serif; color: #879080; }
.principles h3 { margin-top: 40px; }

.finale {
  min-height: 720px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--parchment);
  background: radial-gradient(circle, #193d25 0, #0b2115 47%, #06110b 100%);
  position: relative;
  overflow: hidden;
}
.finale::before, .finale::after { content: ""; position: absolute; border: 1px solid rgba(184,255,0,.12); border-radius: 50%; width: 580px; height: 580px; }
.finale::after { width: 760px; height: 760px; }
.finale-copy { position: relative; z-index: 2; }
.finale-x { width: 80px; height: 80px; margin: 0 auto 35px; display: grid; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font: 500 27px "Unbounded", sans-serif; }
.finale-x { border: 0; }
.finale-x img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.35)); }
.finale p { font: 500 9px "DM Mono", monospace; letter-spacing: .2em; color: var(--lime); }
.finale h2 { font-size: clamp(58px, 8vw, 124px); margin: 20px 0 45px; }
.button-light { background: var(--parchment); border-color: var(--parchment); }

footer { padding: 45px 5vw; display: grid; grid-template-columns: 1fr 1.3fr .7fr; align-items: center; gap: 60px; background: #050d08; color: var(--parchment); }
footer > p { font-size: 9px; line-height: 1.7; opacity: .45; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.25); background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: white; position: relative; z-index: 2; }
  .menu-toggle span { width: 17px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; visibility: hidden; opacity: 0; position: fixed; inset: 0; background: var(--forest); padding: 130px 7vw 45px; flex-direction: column; justify-content: space-between; transition: opacity .3s, visibility .3s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); font: 500 clamp(24px, 5vw, 45px) "Unbounded", sans-serif; }
  .mobile-menu nav a span { float: right; color: var(--lime); font-size: .4em; }
  .mobile-menu > p { color: var(--lime); font: 500 9px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
  .hero { height: auto; min-height: 1060px; grid-template-columns: 1fr 1fr; padding-top: 145px; padding-bottom: 110px; }
  .hero-copy { padding-right: 2vw; }
  .hero-proof { display: none; }
  .lore-grid { grid-template-columns: .45fr 1.3fr; }
  .artifact { grid-column: 2; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline article:nth-child(3) { border-left: 1px solid var(--line); }
  .token-card { grid-template-columns: .35fr 1fr; }
  .token-card dl { grid-column: 2; }
}

@media (max-width: 720px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand strong { font-size: 10px; }
  .brand-coin { width: 34px; height: 34px; }
  .desktop-cta { display: none; }
  .header-actions { gap: 8px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding: 125px 20px 85px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(49px, 15vw, 70px); margin: 22px 0; }
  .hero-intro { font-size: 14px; line-height: 1.7; }
  .copy-contract.hero-contract {
    min-height: 58px;
    padding-left: 13px;
    gap: 10px;
  }
  .copy-contract.hero-contract span {
    font-size: 8px;
    word-break: break-all;
  }
  .copy-contract.hero-contract small {
    min-width: 72px;
    min-height: 44px;
  }
  .hero-actions { flex-wrap: wrap; margin-top: 28px; }
  .hero-visual { margin-top: 55px; width: 100%; }
  .art-frame { padding: 8px; }
  .frame-label { font-size: 6px; height: 20px; }
  .declaration { padding: 38px 20px; }
  .declaration p { font-size: 20px; }
  .section { padding: 85px 20px; }
  .lore-heading { margin: 52px 0; }
  h2 { font-size: 43px; }
  .lore-grid { display: block; }
  .lore-aside { display: flex; align-items: center; gap: 25px; margin-bottom: 50px; }
  .roman { width: 70px; height: 70px; flex: 0 0 70px; font-size: 26px; }
  .lore-aside p { margin: 0; }
  .artifact { margin-top: 50px; }
  .ten-section { display: flex; flex-direction: column; }
  .coin-orbit { width: 100%; height: 350px; order: 2; margin-top: 30px; }
  .coin-large { width: 190px; font-size: 76px; }
  .orbit-ring { width: 290px; }
  .ten-copy { padding: 0; }
  .ten-copy h2 { font-size: 42px; margin: 38px 0 28px; }
  .oath { align-items: flex-start; flex-direction: column; gap: 12px; }
  .chronicle-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 0 50px;
    border-width: 5px;
  }
  .chronicle-banner img { object-position: center 8%; }
  .chronicle-banner figcaption {
    left: 20px;
    right: 20px;
    bottom: 18px;
    font-size: 6px;
  }
  .chronicle-head { display: block; margin: 50px 0; }
  .chronicle-head > p { margin-top: 30px; }
  .chronicle-head h2 { font-size: 40px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article, .timeline article:nth-child(3) { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .timeline-icon { margin: 30px 0; }
  .manifesto {
    padding: 75px 20px;
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .manifesto-coin { width: 175px; }
  .manifesto-copy {
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(8,18,13,.3);
  }
  .manifesto-copy p { font-size: 18px; }
  .token-card { display: block; padding: 35px 25px; }
  .token-mark { width: 115px; margin-bottom: 45px; font-size: 42px; border-width: 7px; }
  .token-card h2 { font-size: 43px; }
  .token-card dl { margin-top: 35px; }
  .principles { grid-template-columns: 1fr; gap: 10px; }
  .principles h3 { margin-top: 25px; }
  .finale { min-height: 630px; padding: 80px 20px; }
  .finale::before { width: 360px; height: 360px; }
  .finale::after { width: 500px; height: 500px; }
  .finale h2 { font-size: 54px; }
  footer { grid-template-columns: 1fr; gap: 25px; padding: 40px 20px; }
  footer > div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
