@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "SoftwareTester7";
  src: url("./fonts/SoftwareTester7.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "GoldenGirdle";
  src: url("./fonts/GoldenGirdle.otf") format("opentype");
  font-display: swap;
}

@property --issuer-sweep-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

:root {
  --paper: #eeede5;
  --paper-light: #f6f5ef;
  --paper-deep: #deddd4;
  --ink: #141312;
  --muted: #6c6b65;
  --grid: #d2d1c8;
  --cobalt: #1a48eb;
  --vermilion: #eb452b;
  --vermilion-ink: #a52b18;
  --signal: #26a769;
  --signal-ink: #126640;
  --rule: 1px solid var(--ink);
  --shell: min(1440px, calc(100vw - 64px));
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
  --sans: "Satoshi", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(rgba(20, 19, 18, 0.16) 0.55px, transparent 0.7px);
  background-size: 5px 5px;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 16px;
  color: var(--paper-light);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: var(--ink);
  background: rgba(238, 237, 229, 0.95);
  border-bottom: var(--rule);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  width: var(--shell);
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.issuer {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  text-decoration: none;
}

.issuer-mark {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  background: var(--paper-light);
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}

.issuer-mark::before,
.issuer-mark::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: inherit;
}

.issuer-mark::before {
  inset: 2px;
  background:
    repeating-conic-gradient(from -1deg, var(--ink) 0 2deg, transparent 2deg 90deg),
    repeating-conic-gradient(from -0.65deg, var(--grid) 0 1.3deg, transparent 1.3deg 15deg);
  -webkit-mask: radial-gradient(circle, transparent 0 14px, #000 14px 18px, transparent 18px);
  mask: radial-gradient(circle, transparent 0 14px, #000 14px 18px, transparent 18px);
}

.issuer-mark::after {
  inset: 2px;
  background: conic-gradient(
    from var(--issuer-sweep-angle),
    transparent 0deg 286deg,
    rgba(26, 72, 235, 0.18) 300deg,
    var(--cobalt) 316deg,
    var(--vermilion) 332deg,
    var(--signal) 348deg,
    transparent 360deg
  );
  -webkit-mask-image:
    radial-gradient(circle, transparent 0 14px, #000 14px 18px, transparent 18px),
    repeating-conic-gradient(from -0.65deg, #000 0 1.3deg, transparent 1.3deg 15deg);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(circle, transparent 0 14px, #000 14px 18px, transparent 18px),
    repeating-conic-gradient(from -0.65deg, #000 0 1.3deg, transparent 1.3deg 15deg);
  mask-composite: intersect;
  opacity: 0;
  animation: issuer-register-sweep 6.8s cubic-bezier(0.3, 0.7, 0.2, 1) infinite;
}

.issuer-mark > span {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: block;
  background: var(--ink);
  -webkit-mask: url("./creator-media/theCR8Fconclave_logo_variantOG_render.png") center / contain no-repeat;
  mask: url("./creator-media/theCR8Fconclave_logo_variantOG_render.png") center / contain no-repeat;
  transform: translate(-1.25px, -1.5px);
}

.issuer-identity {
  display: grid;
  gap: 3px;
}

.issuer-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  line-height: 0.72;
}

.issuer-word {
  font-family: "SoftwareTester7", var(--mono);
  font-size: 16px;
  letter-spacing: 0.035em;
  text-transform: lowercase;
}

.issuer-core {
  margin: 0 0.05em;
  font-family: "GoldenGirdle", serif;
  font-size: 27px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transform: translateY(0.06em);
}

.issuer-lane {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.issue-index,
.section-nav a,
.micro-label,
.serial,
.stage-verb,
.manifest-code,
.product-state,
.series-number,
.series-state,
.series-lineage-note,
.footer-line,
.plate-caption,
.instrument-plate figcaption,
.series-plate figcaption {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.issue-index {
  justify-self: center;
  font-size: 11px;
}

.section-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
}

.section-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 10px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.genesis-object {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(210, 209, 200, 0.58) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(210, 209, 200, 0.58) 1px, transparent 1px) 0 0 / 28px 28px,
    var(--paper-light);
  border-bottom: 1px solid var(--ink);
}

.genesis-object::before,
.genesis-object::after {
  position: absolute;
  top: 24px;
  width: 22px;
  height: 22px;
  content: "";
  pointer-events: none;
}

.genesis-object::before {
  left: 24px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.genesis-object::after {
  right: 24px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
}

.genesis-hero {
  width: var(--shell);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 92px) 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  position: absolute;
  top: -24px;
  left: -28px;
  width: 52px;
  height: 1px;
  content: "";
  background: var(--cobalt);
  box-shadow: 0 5px 0 var(--vermilion), 0 10px 0 var(--signal);
}

.micro-label {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.hero-title {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(64px, 6.7vw, 108px);
  font-weight: 840;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 22px 0 0;
  display: block;
  font-family: var(--mono);
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-rule {
  width: 100%;
  height: 3px;
  margin: 24px 0 26px;
  border: 0;
  background: var(--ink);
}

.hero-lead {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.42;
  text-wrap: pretty;
}

.hero-support {
  max-width: 34rem;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.price-line {
  margin: 30px 0 0;
  padding: 14px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-top: var(--rule);
  border-bottom: var(--rule);
}

.price-line strong {
  font-size: 28px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.price-line span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions,
.acquire-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: var(--paper-light);
  border: 2px solid var(--ink);
  border-radius: 0;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease, color 150ms ease, background 150ms ease;
}

.button-primary {
  color: var(--paper-light);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--signal);
}

.button:hover {
  transform: translate(-2px, -2px);
}

.button-primary:hover {
  box-shadow: 7px 7px 0 var(--signal);
}

.button-secondary:hover {
  box-shadow: 5px 5px 0 var(--cobalt);
}

.button:focus-visible,
.site-header a:focus-visible,
.process-jump:focus-visible,
.issued-sheet summary:focus-visible,
.collection-row:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}

.hero-proof {
  position: relative;
  margin: 0;
  padding: 14px;
  background: var(--paper-light);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--cobalt), 12px 12px 0 var(--vermilion);
}

.hero-proof::before,
.hero-proof::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  pointer-events: none;
}

.hero-proof::before {
  top: 6px;
  left: 6px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.hero-proof::after {
  right: 6px;
  bottom: 6px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.hero-proof img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--paper-light);
}

.plate-caption {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.issue-stamp {
  position: absolute;
  top: -16px;
  right: 28px;
  z-index: 3;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--vermilion);
  border: 2px solid var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(1deg);
}

.sequence-nav {
  width: var(--shell);
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--rule);
}

.process-jump {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  text-decoration: none;
  border-right: var(--rule);
}

.process-jump:last-child {
  border-right: 0;
}

.process-jump b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--paper-light);
  font-family: var(--mono);
  font-size: 11px;
}

.process-jump:nth-child(1) b { background: var(--cobalt); }
.process-jump:nth-child(2) b { color: var(--ink); background: var(--vermilion); }
.process-jump:nth-child(3) b { color: var(--ink); background: var(--signal); }

.process-jump span {
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-jump:hover span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 3px solid var(--ink);
}

.section-header h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 820;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.section-header p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
}

.process-section {
  background: var(--paper);
  border-bottom: var(--rule);
}

.process-grid {
  position: relative;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.process-grid::before {
  position: absolute;
  top: calc(152.5px + clamp(27px, 2.7vw, 43.2px));
  left: 44px;
  right: auto;
  width: 66.666667%;
  height: 3px;
  z-index: 2;
  content: "";
  background: linear-gradient(90deg, var(--cobalt) 0 33%, var(--vermilion) 33% 66%, var(--signal) 66% 100%);
  transform-origin: left;
  animation: register-datum 900ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.operation {
  position: relative;
  min-width: 0;
  min-height: 440px;
  padding: 28px 28px 32px;
  display: grid;
  grid-template-rows: auto auto auto 72px 1fr auto;
  border-right: 2px solid var(--ink);
}

.operation:last-child {
  border-right: 0;
}

.operation-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--paper-light);
  font-size: 16px;
  font-weight: 800;
}

.operation-lux .operation-number { background: var(--cobalt); }
.operation-chaos .operation-number { background: var(--vermilion); }
.operation-synth .operation-number { background: var(--signal); }

.operation h3 {
  margin: 20px 0 0;
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.stage-verb {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
}

.operation-lux .stage-verb { color: var(--cobalt); }
.operation-chaos .stage-verb { color: var(--vermilion); }
.operation-synth .stage-verb { color: var(--signal); }

.datum-node {
  position: relative;
  z-index: 3;
  width: 28px;
  height: 28px;
  align-self: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-light);
}

.datum-node::after {
  position: absolute;
  inset: 5px;
  content: "";
  border-radius: inherit;
  background: currentColor;
}

.operation-lux .datum-node { color: var(--cobalt); }
.operation-chaos .datum-node { color: var(--vermilion); }
.operation-synth .datum-node { color: var(--signal); }

.operation-copy {
  margin: 0;
  align-self: start;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.operation-output {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: var(--rule);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operation-lux .operation-output { color: var(--cobalt); }
.operation-chaos .operation-output { color: var(--vermilion-ink); }
.operation-synth .operation-output { color: var(--signal-ink); }

.issued-sheets {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.issued-sheet {
  min-width: 0;
  background: var(--paper-light);
  border: var(--rule);
}

.issued-sheet summary {
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.issued-sheet summary::-webkit-details-marker {
  display: none;
}

.issued-sheet summary::after {
  content: "+";
  font-size: 18px;
}

.issued-sheet[open] summary::after {
  content: "−";
}

.issued-sheet figure {
  margin: 0;
  padding: 12px;
  border-top: var(--rule);
}

.issued-sheet img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: contain;
  background: var(--paper-light);
}

.issued-sheet figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.instrument-plates {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.instrument-plate,
.series-plate {
  margin: 0;
  padding: 10px;
  background: var(--paper-light);
  border: 2px solid var(--ink);
}

.instrument-plate img,
.series-plate img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--paper-light);
}

.instrument-plate figcaption,
.series-plate figcaption {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.manifest-section {
  background: var(--paper-light);
  border-bottom: var(--rule);
}

.manifest-board {
  margin-top: 44px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.manifest-row {
  min-height: 88px;
  display: grid;
  grid-template-columns: 84px minmax(220px, 0.8fr) minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: var(--rule);
}

.manifest-row:last-child {
  border-bottom: 0;
}

.manifest-code {
  color: var(--muted);
  font-size: 10px;
}

.manifest-row h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.manifest-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.manifest-count {
  min-width: 72px;
  text-align: right;
  font-size: 28px;
  font-weight: 780;
}

.first-use {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: var(--rule);
}

.first-use article {
  min-height: 160px;
  padding: 22px;
  border-right: var(--rule);
}

.first-use article:last-child {
  border-right: 0;
}

.first-use b {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.first-use p {
  margin: 26px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

.series-section {
  background: var(--paper-deep);
  border-bottom: var(--rule);
}

.series-plate {
  margin-top: 44px;
  box-shadow: 8px 8px 0 var(--ink);
}

.series-rows {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.series-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: 80px minmax(190px, 0.72fr) minmax(0, 1.28fr) 160px;
  align-items: center;
  gap: 24px;
  padding: 20px 18px;
  border-bottom: var(--rule);
}

.series-row:last-child {
  border-bottom: 0;
}

.series-row-current {
  color: var(--paper-light);
  background: var(--ink);
}

.series-number,
.series-state {
  font-size: 9px;
  font-weight: 700;
}

.series-row h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 38px);
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.series-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.series-row-current p,
.series-row-current .series-state {
  color: rgba(246, 245, 239, 0.72);
}

.series-state {
  color: var(--muted);
  text-align: right;
}

.series-lineage-note {
  margin: 28px 0 0;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  font-size: 9px;
  line-height: 1.65;
}

.acquire-section {
  color: var(--paper-light);
  background: var(--ink);
}

.acquire-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
}

.acquire-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 9px;
  content: "";
  background: linear-gradient(90deg, var(--cobalt) 0 33%, var(--vermilion) 33% 66%, var(--signal) 66% 100%);
}

.acquire-panel h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(44px, 6vw, 84px);
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.acquire-copy p {
  max-width: 40rem;
  margin: 0;
  color: rgba(246, 245, 239, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.acquire-price {
  margin-top: 24px;
  padding: 18px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(246, 245, 239, 0.35);
  border-bottom: 1px solid rgba(246, 245, 239, 0.35);
}

.acquire-price strong {
  color: var(--paper-light);
  font-size: 32px;
}

.acquire-price span {
  color: rgba(246, 245, 239, 0.6);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acquire-section .button-primary {
  color: var(--ink);
  background: var(--paper-light);
  box-shadow: 5px 5px 0 var(--signal);
}

.acquire-section .micro-label {
  color: #b8b6ae;
}

.collection-index {
  background: var(--paper);
  border-bottom: var(--rule);
}

.collection-index .section-shell {
  padding-top: 68px;
  padding-bottom: 68px;
}

.index-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--ink);
}

.index-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.04em;
}

.index-heading p {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-rows {
  display: grid;
}

.collection-row {
  min-height: 88px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 140px 180px;
  align-items: center;
  gap: 24px;
  border-bottom: var(--rule);
  text-decoration: none;
}

.collection-row-current {
  color: var(--paper-light);
  background: var(--ink);
  padding-inline: 18px;
}

.collection-row:not(.collection-row-current) {
  color: #5f5e58;
}

.collection-row__number {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.15em;
}

.collection-row h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.collection-row__price {
  font-weight: 760;
  text-align: right;
}

.product-state {
  font-size: 9px;
  text-align: right;
}

.site-footer {
  background: var(--paper);
}

.site-footer__inner {
  width: var(--shell);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-line {
  color: var(--muted);
  font-size: 9px;
}

@keyframes register-datum {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes issuer-register-sweep {
  0%, 10% {
    --issuer-sweep-angle: 0deg;
    opacity: 0;
  }
  16% {
    opacity: 0.94;
  }
  66% {
    --issuer-sweep-angle: 360deg;
    opacity: 0.94;
  }
  76%, 100% {
    --issuer-sweep-angle: 360deg;
    opacity: 0;
  }
}

@media (max-width: 1060px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .issue-index {
    display: none;
  }

  .genesis-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

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

  .hero-title {
    max-width: none;
  }

  .process-grid,
  .issued-sheets,
  .instrument-plates {
    grid-template-columns: 1fr;
  }

  .series-row {
    grid-template-columns: 64px minmax(160px, 0.72fr) minmax(0, 1.28fr) 126px;
    gap: 18px;
  }

  .process-grid::before {
    top: 70px;
    bottom: 70px;
    left: 41px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--cobalt) 0 33%, var(--vermilion) 33% 66%, var(--signal) 66% 100%);
    transform-origin: top;
    animation-name: register-datum-vertical;
  }

  .operation {
    min-height: 330px;
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    padding: 26px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .operation:last-child {
    border-bottom: 0;
  }

  .operation-number {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .operation h3,
  .stage-verb,
  .operation-copy,
  .operation-output {
    grid-column: 2;
  }

  .operation h3 {
    margin-top: 0;
  }

  .datum-node {
    position: absolute;
    top: 112px;
    left: 26px;
  }

  .operation-copy {
    margin-top: 32px;
  }

  .issued-sheets {
    gap: 8px;
  }

  .manifest-row {
    grid-template-columns: 64px minmax(180px, 0.7fr) minmax(0, 1.3fr) auto;
  }

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

  .first-use article:nth-child(2) {
    border-right: 0;
  }

  .first-use article:nth-child(-n + 2) {
    border-bottom: var(--rule);
  }

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

@keyframes register-datum-vertical {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@media (min-width: 1061px) and (max-height: 760px) {
  .site-header__inner {
    min-height: 58px;
  }

  .genesis-hero {
    min-height: calc(100svh - 58px);
    padding: 28px 0;
    gap: 52px;
  }

  .hero-title {
    font-size: clamp(58px, 5.8vw, 78px);
  }

  .micro-label {
    margin-bottom: 12px;
  }

  .hero-subtitle {
    margin-top: 12px;
    font-size: 12px;
  }

  .hero-rule {
    margin: 14px 0 16px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-support {
    margin-top: 12px;
    font-size: 13px;
  }

  .price-line {
    margin-top: 16px;
    padding: 9px 0;
  }

  .price-line strong {
    font-size: 24px;
  }

  .hero-actions {
    margin-top: 12px;
  }

  .button {
    min-height: 44px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 64px;
  }

  .site-header__inner {
    min-height: 62px;
    gap: 12px;
  }

  .issuer {
    gap: 8px;
  }

  .issuer-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .issuer-mark > span {
    width: 25px;
    height: 25px;
  }

  .issuer-word {
    font-size: 12px;
  }

  .issuer-core {
    font-size: 21px;
  }

  .issuer-lane,
  .section-nav a {
    font-size: 8px;
  }

  .section-nav {
    gap: 10px;
  }

  .section-nav a:nth-child(-n + 2) {
    display: none;
  }

  .genesis-object::before,
  .genesis-object::after {
    top: 12px;
  }

  .genesis-object::before { left: 10px; }
  .genesis-object::after { right: 10px; }

  .genesis-hero {
    padding: 28px 0 36px;
    gap: 26px;
  }

  .hero-copy::before {
    display: none;
  }

  .micro-label {
    margin-bottom: 13px;
    font-size: 8px;
  }

  .hero-title {
    max-width: 9ch;
    font-size: clamp(48px, 16vw, 66px);
    line-height: 0.8;
  }

  .hero-subtitle {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .hero-rule {
    margin: 15px 0 15px;
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.35;
  }

  .hero-support {
    display: none;
  }

  .price-line {
    margin-top: 17px;
    padding: 10px 0;
  }

  .price-line strong {
    font-size: 23px;
  }

  .hero-actions {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
  }

  .button {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 8px;
  }

  .hero-proof {
    padding: 8px;
    box-shadow: 5px 5px 0 var(--cobalt), 8px 8px 0 var(--vermilion);
  }

  .hero-proof img {
    max-height: 310px;
    object-fit: contain;
  }

  .issue-stamp {
    top: -12px;
    right: 12px;
    padding: 7px 9px;
    font-size: 8px;
  }

  .plate-caption {
    padding-top: 8px;
    font-size: 7px;
  }

  .sequence-nav {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .process-jump {
    min-height: 52px;
    border-right: 0;
    border-bottom: var(--rule);
  }

  .process-jump:last-child {
    border-bottom: 0;
  }

  .section-shell {
    padding: 68px 0;
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-header h2 {
    font-size: 44px;
  }

  .section-header p {
    font-size: 17px;
  }

  .operation {
    min-height: 360px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 22px 18px;
  }

  .process-grid::before {
    left: 32px;
  }

  .datum-node {
    left: 18px;
  }

  .operation h3 {
    font-size: 34px;
  }

  .operation-copy {
    font-size: 15px;
  }

  .manifest-row {
    min-height: 0;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .manifest-row p {
    grid-column: 2 / -1;
  }

  .manifest-row h3 {
    font-size: 17px;
  }

  .manifest-count {
    min-width: 40px;
    font-size: 22px;
  }

  .series-plate {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .series-row {
    min-height: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 18px 10px;
  }

  .series-row h3,
  .series-row p,
  .series-state {
    grid-column: 2;
  }

  .series-row h3 {
    font-size: 24px;
  }

  .series-row p {
    font-size: 14px;
  }

  .series-state {
    text-align: left;
  }

  .first-use {
    grid-template-columns: 1fr;
  }

  .first-use article,
  .first-use article:nth-child(2) {
    min-height: 130px;
    border-right: 0;
    border-bottom: var(--rule);
  }

  .first-use article:last-child {
    border-bottom: 0;
  }

  .acquire-panel {
    gap: 30px;
  }

  .acquire-panel h2 {
    font-size: 48px;
  }

  .acquire-copy p {
    font-size: 16px;
  }

  .index-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px 0;
  }

  .collection-row-current {
    padding-inline: 12px;
  }

  .collection-row h3 {
    font-size: 16px;
  }

  .product-state {
    grid-column: 2 / -1;
    text-align: left;
  }

  .site-footer__inner {
    min-height: 110px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .issuer-lane {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .issuer-mark::after {
    opacity: 0 !important;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .sequence-nav,
  .acquire-section,
  .collection-index {
    display: none;
  }

  :root {
    --shell: 100%;
  }

  body,
  .genesis-object,
  .process-section,
  .manifest-section {
    background: #fff;
  }
}
