:root {
  color-scheme: dark;
  --black: #030303;
  --black-2: #080705;
  --panel: rgba(12, 11, 8, 0.78);
  --panel-2: rgba(18, 16, 11, 0.68);
  --ivory: #f7f1df;
  --soft: #d2c8ad;
  --muted: #928872;
  --gold: #e2c46f;
  --gold-2: #fff0b7;
  --green: #65e2c0;
  --red: #d76063;
  --violet: #9b8cff;
  --line: rgba(226, 196, 111, 0.2);
  --line-strong: rgba(226, 196, 111, 0.48);
  --max: 1180px;
  --header-height: 74px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ivory);
  background:
    linear-gradient(120deg, rgba(101, 226, 192, 0.08), transparent 28%),
    linear-gradient(245deg, rgba(215, 96, 99, 0.08), transparent 31%),
    linear-gradient(180deg, #050504 0%, #090806 46%, #030303 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(
      90deg,
      rgba(226, 196, 111, 0.045) 0,
      rgba(226, 196, 111, 0.045) 1px,
      transparent 1px,
      transparent 104px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(247, 241, 223, 0.025) 0,
      rgba(247, 241, 223, 0.025) 1px,
      transparent 1px,
      transparent 104px
    );
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 3px;
  mix-blend-mode: soft-light;
}

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

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

code {
  color: var(--gold);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.site-shell {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.trace-field {
  position: absolute;
  inset: 0;
  opacity: 0.56;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(226, 196, 111, 0.08) 45%, transparent 46%),
    linear-gradient(68deg, transparent 0 63%, rgba(101, 226, 192, 0.06) 64%, transparent 65%);
}

.line-field {
  position: absolute;
  inset: 8% 6% auto;
  height: 68vh;
  opacity: 0.5;
  background:
    linear-gradient(90deg, transparent, rgba(226, 196, 111, 0.18), transparent),
    linear-gradient(180deg, transparent, rgba(101, 226, 192, 0.12), transparent);
  clip-path: polygon(8% 0, 100% 18%, 82% 100%, 0 72%);
}

.parallax-stage {
  position: absolute;
  inset: 0;
}

.parallax-resource {
  position: absolute;
  width: var(--size);
  height: var(--size);
  opacity: 0.09;
  filter: saturate(1.08) drop-shadow(0 18px 28px rgba(0, 0, 0, 0.62));
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  height: var(--header-height);
  padding: 0 16px;
  transform: translateX(-50%);
  transition:
    top 180ms ease,
    height 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.site-header.is-scrolled {
  top: 12px;
  height: 58px;
  background: rgba(4, 4, 3, 0.8);
  border: 1px solid var(--line);
  border-radius: 8px;
  backdrop-filter: blur(20px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-sigil {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #050503;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 52%, var(--green));
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 16px 42px rgba(226, 196, 111, 0.16);
}

.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--ivory);
}

.nav-action,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-action,
.secondary-action {
  color: var(--ivory);
  background: rgba(226, 196, 111, 0.06);
  border: 1px solid var(--line-strong);
}

.primary-action {
  color: #030303;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--green));
  box-shadow: 0 18px 56px rgba(226, 196, 111, 0.16);
}

.primary-action.wide {
  width: 100%;
}

.hero,
.members-hero {
  position: relative;
  isolation: isolate;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 58px;
  align-items: center;
  min-height: 100svh;
  padding: 118px max(24px, calc((100% - var(--max)) / 2)) 72px;
  overflow: hidden;
}

.hero::after,
.members-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 3, 3, 0.94));
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--ivory);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 132px;
  line-height: 0.88;
  font-weight: 700;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 0.96;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.08;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 32px;
  color: var(--soft);
  font-size: 22px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-live-card {
  width: min(440px, 100%);
  margin-top: 34px;
  padding: 22px;
  background:
    linear-gradient(125deg, rgba(226, 196, 111, 0.13), rgba(101, 226, 192, 0.08)),
    rgba(8, 7, 5, 0.78);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.hero-live-card span,
.hero-live-card em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-live-card strong {
  display: block;
  margin: 8px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 0.9;
}

.hero-live-card p {
  margin-bottom: 16px;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.5;
}

.hero-live-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-live-card em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--gold);
  background: rgba(247, 241, 223, 0.045);
  border: 1px solid rgba(247, 241, 223, 0.1);
  border-radius: 999px;
}

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: 650px;
}

.vault-ring {
  position: absolute;
  inset: 8% 2% 6%;
  border: 1px solid rgba(226, 196, 111, 0.18);
  border-radius: 50%;
  transform: rotate(-16deg) skewX(-8deg);
  box-shadow:
    inset 0 0 84px rgba(226, 196, 111, 0.06),
    0 0 90px rgba(101, 226, 192, 0.08);
}

.vault-ring::before,
.vault-ring::after {
  position: absolute;
  inset: 9%;
  content: "";
  border: 1px solid rgba(247, 241, 223, 0.07);
  border-radius: inherit;
}

.vault-ring::after {
  inset: 21%;
  border-color: rgba(215, 96, 99, 0.12);
}

.crown-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  padding: 28px;
  text-align: center;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(226, 196, 111, 0.15), transparent 72%),
    rgba(3, 3, 3, 0.52);
  border: 1px solid rgba(226, 196, 111, 0.25);
  border-radius: 50%;
  backdrop-filter: blur(14px);
}

.crown-orbit span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.92;
}

.crown-orbit strong {
  color: var(--soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-specimens {
  position: absolute;
  inset: 0;
}

.hero-specimen {
  position: absolute;
  width: var(--size);
  margin: 0;
  transform: translate(-50%, -50%) rotate(var(--rotate));
  animation: specimenFloat 5.8s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}

.hero-specimen img,
.resource-specimen img {
  filter:
    saturate(1.12)
    contrast(1.05)
    drop-shadow(0 28px 36px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 18px rgba(226, 196, 111, 0.18));
}

.hero-specimen img {
  width: 100%;
  height: auto;
}

.hero-specimen figcaption {
  margin-top: 8px;
  color: rgba(247, 241, 223, 0.74);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.9);
}

.hero-specimen figcaption span {
  color: var(--gold);
}

.eligibility-panel {
  position: absolute;
  right: max(24px, calc((100% - var(--max)) / 2));
  bottom: 58px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(820px, calc(100% - 48px));
  background: rgba(6, 5, 4, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.panel-row {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.panel-row:last-child {
  border-right: 0;
}

.panel-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-row strong {
  display: block;
  color: var(--ivory);
  font-size: 20px;
  line-height: 1.05;
}

.panel-row.is-complete strong {
  color: var(--green);
}

.status-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -1px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.status-bar div {
  min-width: 0;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}

.status-bar div:last-child {
  border-right: 0;
}

.status-bar strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.status-bar span,
.registry-toolbar,
.registry-console-copy > span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-band {
  position: relative;
  padding: 112px max(24px, calc((100% - var(--max)) / 2));
}

.section-intro,
.registry-heading,
.directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 44px;
}

.section-intro.compact {
  margin-bottom: 34px;
}

.section-intro p,
.registry-heading p,
.directory-heading p,
.standard-card p,
.context-strip span,
.method-steps p,
.meaning-copy p,
.registry-console p,
.verify-step p {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.65;
}

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

.standard-card,
.member-card,
.verify-panel,
.registry-command-panel,
.registry-console,
.method-steps article,
.meaning-proof,
.context-strip div,
.holder-row,
.directory-controls,
.empty-registry {
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.055), transparent),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.standard-card {
  min-width: 0;
  padding: 28px;
}

.standard-card span,
.method-steps span,
.verify-step span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.standard-card p,
.method-steps p,
.verify-step p {
  margin-bottom: 0;
}

.registry-feature {
  background:
    linear-gradient(180deg, rgba(226, 196, 111, 0.035), transparent 48%),
    rgba(0, 0, 0, 0.08);
}

.registry-console {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: 30px;
  align-items: stretch;
  padding: 22px;
  margin-bottom: 18px;
}

.registry-console-copy {
  min-width: 0;
  padding: 8px;
}

.registry-console-copy strong {
  display: block;
  max-width: 520px;
  margin: 16px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.registry-console-copy p {
  max-width: 520px;
}

.registry-console-metrics {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(247, 241, 223, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.registry-console-metrics div {
  min-width: 0;
  padding: 18px;
  border-bottom: 1px solid rgba(247, 241, 223, 0.1);
  background: rgba(0, 0, 0, 0.16);
}

.registry-console-metrics div:last-child {
  border-bottom: 0;
}

.registry-console-metrics span,
.command-metrics span,
.directory-controls span,
.directory-summary span,
.holder-seat span,
.holder-wallet span,
.holder-metrics span,
.holder-action span,
.holder-action a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.registry-console-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--ivory);
  overflow-wrap: anywhere;
  font-size: 19px;
  line-height: 1.2;
}

.member-registry {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.member-card {
  position: relative;
  min-width: 0;
  min-height: 254px;
  padding: 24px;
  overflow: hidden;
}

.member-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--green), var(--violet));
  opacity: 0.42;
}

.member-card.is-featured {
  grid-row: span 2;
  background:
    linear-gradient(125deg, rgba(226, 196, 111, 0.17), rgba(101, 226, 192, 0.09) 48%, rgba(215, 96, 99, 0.08)),
    rgba(13, 12, 9, 0.84);
  border-color: var(--line-strong);
}

.seat-line {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seat-line em {
  color: var(--muted);
  font-style: normal;
}

.member-main {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.member-avatar,
.holder-avatar {
  display: grid;
  place-items: center;
  color: #050503;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-2), var(--gold), var(--green));
  border-radius: 50%;
}

.member-avatar {
  width: 62px;
  height: 62px;
  font-size: 18px;
}

.holder-avatar {
  width: 54px;
  height: 54px;
  font-size: 16px;
}

.member-avatar.has-image,
.holder-avatar.has-image {
  overflow: hidden;
  color: transparent;
  background: rgba(247, 241, 223, 0.08);
  border: 1px solid rgba(247, 241, 223, 0.12);
}

.member-avatar img,
.holder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-main h3 {
  margin-bottom: 6px;
  overflow-wrap: anywhere;
  font-size: 24px;
}

.member-main p,
.holder-identity p {
  margin-bottom: 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.member-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.member-proof span,
.member-proof a,
.member-signal {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: rgba(247, 241, 223, 0.045);
  border: 1px solid rgba(247, 241, 223, 0.1);
  border-radius: 999px;
}

.member-signal {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--gold);
}

.meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.64fr);
  gap: 80px;
  align-items: center;
}

.meaning-proof {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.meaning-proof div {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(247, 241, 223, 0.1);
}

.meaning-proof div:last-child {
  border-bottom: 0;
}

.meaning-proof span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meaning-proof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
  text-align: right;
}

.resource-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.resource-ledger div {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: rgba(8, 7, 5, 0.52);
}

.resource-ledger div:last-child {
  border-right: 0;
}

.resource-ledger span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resource-ledger strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
}

.resource-preview {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.resource-specimen {
  position: relative;
  min-width: 0;
  min-height: 228px;
  padding: 8px 0 0;
  border-bottom: 1px solid rgba(247, 241, 223, 0.1);
}

.resource-specimen::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 2px;
  content: "";
  background: var(--category-color);
}

.resource-specimen img {
  width: 118px;
  height: 118px;
  margin: 8px auto 18px;
  object-fit: contain;
}

.resource-specimen h3 {
  margin-bottom: 8px;
  overflow-wrap: anywhere;
  font-size: 16px;
}

.resource-specimen p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.context-strip,
.method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.context-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.context-strip div,
.method-steps article {
  min-width: 0;
  padding: 28px;
}

.context-strip strong,
.method-steps strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
}

.context-strip span {
  display: block;
}

.verify-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.66fr);
  gap: 80px;
  align-items: start;
}

.verify-panel {
  display: grid;
  gap: 0;
  padding: 0;
}

.verify-step {
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.verify-step span {
  margin-bottom: 18px;
}

.verify-panel .primary-action {
  border-radius: 0 0 8px 8px;
}

.members-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.56fr);
  gap: 64px;
  align-items: center;
  min-height: 86svh;
  padding: 126px max(24px, calc((100% - var(--max)) / 2)) 76px;
}

.members-hero-copy,
.registry-command-panel {
  position: relative;
  z-index: 2;
}

.members-hero h1 {
  max-width: 920px;
  font-size: 104px;
}

.registry-command-panel {
  min-width: 0;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(226, 196, 111, 0.16), rgba(101, 226, 192, 0.08) 46%, rgba(215, 96, 99, 0.06)),
    rgba(10, 9, 7, 0.84);
  border-color: var(--line-strong);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.command-topline,
.directory-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.command-topline span,
.command-topline em,
.directory-summary span {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.command-topline span {
  color: var(--green);
}

.registry-command-panel > strong {
  display: block;
  margin: 34px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  line-height: 0.86;
}

.registry-command-panel > p {
  max-width: 320px;
  margin-bottom: 26px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.5;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(247, 241, 223, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.command-metrics div {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid rgba(247, 241, 223, 0.1);
  background: rgba(0, 0, 0, 0.14);
}

.command-metrics div:last-child {
  border-right: 0;
}

.command-metrics span {
  display: block;
  margin-bottom: 8px;
}

.command-metrics b {
  color: var(--ivory);
  font-size: 20px;
  line-height: 1;
}

.directory-controls {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 190px 210px;
  gap: 12px;
  padding: 16px;
}

.directory-controls label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.directory-controls input,
.directory-controls select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  color: var(--ivory);
  font: inherit;
  font-size: 14px;
  background: rgba(3, 3, 3, 0.72);
  border: 1px solid rgba(247, 241, 223, 0.13);
  border-radius: 8px;
  outline: 0;
}

.directory-controls input:focus,
.directory-controls select:focus {
  border-color: var(--line-strong);
}

.directory-summary {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.directory-summary strong {
  color: var(--ivory);
}

.member-directory {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.holder-row {
  display: grid;
  grid-template-columns: 96px minmax(250px, 1fr) minmax(190px, 0.68fr) minmax(220px, 0.8fr) 110px;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 16px;
}

.holder-seat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.holder-identity {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.holder-identity h3 {
  margin-bottom: 5px;
  overflow-wrap: anywhere;
  font-size: 18px;
}

.holder-wallet {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.holder-wallet code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.holder-metrics {
  display: grid;
  gap: 5px;
}

.holder-metrics strong {
  color: var(--green);
}

.holder-action {
  justify-self: end;
}

.holder-action a,
.holder-action span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  color: var(--gold);
  background: rgba(226, 196, 111, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}

.empty-registry {
  padding: 28px;
  color: var(--soft);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 28px max(24px, calc((100% - var(--max)) / 2)) 42px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--soft);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes specimenFloat {
  from {
    translate: 0 0;
  }
  to {
    translate: 0 -18px;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 104px;
  }

  h2 {
    font-size: 52px;
  }

  .hero,
  .members-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-stage {
    min-height: 470px;
    order: 2;
  }

  .eligibility-panel {
    position: relative;
    right: auto;
    bottom: auto;
    order: 3;
    width: 100%;
    margin-top: 8px;
  }

  .section-intro,
  .registry-heading,
  .directory-heading,
  .meaning-layout,
  .verify-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .standard-grid,
  .principle-grid,
  .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .member-card.is-featured {
    grid-row: auto;
  }

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

  .registry-console,
  .directory-controls {
    grid-template-columns: 1fr 1fr;
  }

  .registry-console-copy,
  .directory-controls label:first-child {
    grid-column: 1 / -1;
  }

  .holder-row {
    grid-template-columns: 74px minmax(240px, 1fr) minmax(180px, 0.72fr);
  }

  .holder-metrics,
  .holder-action {
    grid-column: 2 / -1;
  }

  .holder-action {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    grid-template-columns: auto auto;
    width: calc(100% - 20px);
    padding: 0 10px;
  }

  .site-nav {
    display: none;
  }

  .brand-sigil {
    width: 38px;
    height: 38px;
  }

  .brand-word {
    font-size: 20px;
  }

  .nav-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0;
  }

  .nav-action::after {
    content: attr(data-mobile-label);
    font-size: 11px;
  }

  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 42px;
  }

  .hero,
  .members-hero {
    padding: 116px 18px 54px;
  }

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

  .hero-stage {
    min-height: 390px;
  }

  .crown-orbit {
    width: 168px;
    height: 168px;
  }

  .crown-orbit span {
    font-size: 42px;
  }

  .hero-specimen figcaption {
    display: none;
  }

  .eligibility-panel,
  .status-bar,
  .resource-ledger,
  .command-metrics,
  .registry-console,
  .directory-controls,
  .holder-row {
    grid-template-columns: 1fr;
  }

  .panel-row,
  .status-bar div,
  .resource-ledger div,
  .command-metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .panel-row:last-child,
  .status-bar div:last-child,
  .resource-ledger div:last-child,
  .command-metrics div:last-child {
    border-bottom: 0;
  }

  .status-bar {
    margin-right: 18px;
    margin-left: 18px;
  }

  .section-band {
    padding: 76px 18px;
  }

  .standard-grid,
  .principle-grid,
  .member-registry,
  .context-strip,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .registry-command-panel {
    padding: 22px;
  }

  .registry-command-panel > strong {
    font-size: 86px;
  }

  .directory-controls label:first-child,
  .holder-metrics,
  .holder-action {
    grid-column: auto;
  }

  .holder-row {
    gap: 14px;
  }

  .holder-identity {
    grid-template-columns: 50px minmax(0, 1fr);
  }

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

  .resource-specimen {
    min-height: 210px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-actions {
    display: grid;
  }

  .members-hero h1 {
    font-size: 58px;
  }

  .resource-preview {
    gap: 12px;
  }

  .resource-specimen img {
    width: 96px;
    height: 96px;
  }
}

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

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

  .parallax-resource,
  [data-reveal] {
    transform: none !important;
  }
}
