:root {
  --ink: #f7f8f8;
  --ink-strong: #ffffff;
  --muted: #8a8f98;
  --paper: #08090a;
  --paper-2: #0f1011;
  --panel: #111316;
  --panel-deep: #05060f;
  --line: #23252a;
  --line-strong: #383b3f;
  --platinum: #d0d6e0;
  --silver: #8a8f98;
  --gold: #d7bd79;
  --gold-soft: #ead8a6;
  --cyan: #02b8cc;
  --aqua: #42d7bd;
  --violet: #5e6ad2;
  --rose: #d86b8a;
  --green: #e4f222;
  --blue: #9db8ff;
  --red: #ff817d;
  --soft-blue: #101827;
  --soft-green: #151a0b;
  --soft-gold: #1d190f;
  --soft-red: #201011;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  --shadow-strong: 0 30px 90px rgba(0, 0, 0, 0.58);
  --radius: 6px;
  --max: 1180px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(rgba(94, 106, 210, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #08090a 0%, #0b0d10 42%, #101216 100%);
  background-size: 26px 26px, 64px 64px, 64px 64px, auto;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(228, 242, 34, 0.085) 18%, transparent 34%),
    linear-gradient(245deg, transparent 0%, rgba(2, 184, 204, 0.085) 28%, transparent 46%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 18px);
  opacity: 0.78;
}

a {
  color: var(--blue);
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(228, 242, 34, 0.62);
  outline-offset: 3px;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 10, 0.82);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(228, 242, 34, 0.4);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(228, 242, 34, 0.18), rgba(2, 184, 204, 0.08)),
    #0f1011;
  color: var(--green);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 12px 26px rgba(0, 0, 0, 0.32);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.nav-links a {
  color: #d0d6e0;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nav-links a:hover {
  color: var(--green);
}

.language-links {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(15, 16, 17, 0.72);
}

.language-links a {
  padding: 4px 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.language-links a:last-child {
  border-right: 0;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 64px);
  padding: 86px 22px 54px;
  overflow: hidden;
  scroll-margin-top: 84px;
}

.premium-hero {
  color: var(--ink);
  background:
    radial-gradient(rgba(228, 242, 34, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #08090a 0%, #111316 48%, #08090a 100%);
  background-size: 24px 24px, 42px 42px, 42px 42px, auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(228, 242, 34, 0.12) 18%, transparent 34%),
    linear-gradient(250deg, transparent 0%, rgba(94, 106, 210, 0.14) 28%, transparent 48%),
    linear-gradient(0deg, rgba(8, 9, 10, 0.94), rgba(8, 9, 10, 0.18) 36%, rgba(8, 9, 10, 0.72));
}

.hero-inner,
.section-inner {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-grid,
.premium-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 452px);
  align-items: center;
  gap: 54px;
}

.hero-grid > *,
.premium-hero-grid > *,
.grid > *,
.record-grid > *,
.source-card-grid > * {
  min-width: 0;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.premium-hero .eyebrow,
.contact-panel .eyebrow {
  color: var(--green);
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-size: 76px;
  font-weight: 760;
}

h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 740;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 730;
}

.lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #d0d6e0;
  font-size: 23px;
  overflow-wrap: anywhere;
}

.premium-hero .lead {
  color: #f9fbfc;
  font-size: 24px;
  font-weight: 720;
}

.hero-statement {
  max-width: 770px;
  margin: 16px 0 0;
  color: rgba(208, 214, 224, 0.86);
  font-size: 18px;
}

.dossier-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.dossier-stats div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.86);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.dossier-stats dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.dossier-stats dd {
  margin: 4px 0 0;
  color: var(--ink-strong);
  font-size: 14px;
  font-weight: 720;
}

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

.button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(15, 16, 17, 0.86);
  color: var(--ink);
  font-weight: 780;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button.primary,
.cta-button.primary {
  border-color: rgba(228, 242, 34, 0.74);
  background: var(--green);
  color: #08090a;
  box-shadow: 0 16px 38px rgba(228, 242, 34, 0.18);
}

.premium-hero .button:not(.primary),
.contact-panel .button:not(.primary) {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink);
  box-shadow: none;
}

.button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  border-color: rgba(228, 242, 34, 0.5);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
}

.verification-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(228, 242, 34, 0.35);
  border-radius: 4px;
  background: rgba(228, 242, 34, 0.1);
  color: var(--green);
  font-size: 13px;
  font-weight: 760;
}

.verified-badge.platinum {
  border-color: rgba(208, 214, 224, 0.28);
  background: rgba(208, 214, 224, 0.08);
  color: #d0d6e0;
}

.verified-badge.aurora {
  border-color: rgba(2, 184, 204, 0.34);
  background: rgba(2, 184, 204, 0.09);
  color: #a7f4ff;
}

.holographic-border {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--panel), var(--panel)) padding-box,
    linear-gradient(135deg, rgba(228, 242, 34, 0.58), rgba(2, 184, 204, 0.44), rgba(94, 106, 210, 0.5), rgba(208, 214, 224, 0.32)) border-box;
}

.founder-card {
  position: relative;
  min-width: 0;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)) padding-box,
    linear-gradient(135deg, rgba(228, 242, 34, 0.62), rgba(2, 184, 204, 0.46), rgba(94, 106, 210, 0.48)) border-box;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  transform: translateZ(0);
}

.founder-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  pointer-events: none;
}

.foil-shine {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.22) 46%, transparent 57%),
    linear-gradient(30deg, transparent 14%, rgba(2, 184, 204, 0.1) 28%, rgba(228, 242, 34, 0.08) 44%, transparent 60%);
  background-size: 220% 220%;
  opacity: 0.44;
  animation: foil-shine 9s ease-in-out infinite;
}

.founder-card-topline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(8, 9, 10, 0.48);
  color: rgba(247, 248, 248, 0.86);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0;
}

.founder-card-topline span,
.founder-stats dd,
.dossier-stats dd,
.timeline-rail span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.founder-card-portrait {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 210px;
  margin: 14px 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    radial-gradient(rgba(228, 242, 34, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(2, 184, 204, 0.18), rgba(94, 106, 210, 0.14), rgba(228, 242, 34, 0.09));
  background-size: 22px 22px, 28px 28px, 28px 28px, auto;
  overflow: hidden;
}

.portrait-monogram {
  position: relative;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(228, 242, 34, 0.48);
  border-radius: var(--radius);
  background: rgba(8, 9, 10, 0.72);
  color: var(--green);
  font-size: 34px;
  font-weight: 840;
}

.portrait-orbit {
  position: absolute;
  width: 170%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 251, 251, 0.5), transparent);
  transform: rotate(-26deg);
}

.orbit-one {
  top: 32%;
}

.orbit-two {
  bottom: 30%;
  transform: rotate(24deg);
}

.founder-card-body {
  position: relative;
  z-index: 1;
}

.founder-card h2 {
  font-size: 28px;
  color: var(--ink-strong);
}

.founder-stats {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
}

.founder-stats div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-stats dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.founder-stats dd {
  margin: 0;
  color: rgba(247, 248, 248, 0.92);
  font-weight: 680;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.proof-item {
  min-height: 94px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.proof-item strong {
  display: block;
  font-size: 14px;
}

.proof-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.visual-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-caption {
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 78px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 10, 0.78);
  scroll-margin-top: 84px;
}

.section.alt {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    rgba(15, 16, 17, 0.82);
  background-size: 48px 48px, 48px 48px, auto;
}

.section.tight {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section-header {
  max-width: 820px;
  margin-bottom: 28px;
}

.kicker {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.grid,
.record-grid,
.source-card-grid {
  display: grid;
  gap: 16px;
}

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

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

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

.profile-clusters {
  margin-top: 16px;
}

.card,
.archive-panel,
.source-link-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025) inset, 0 12px 34px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.archive-panel::before,
.source-link-card::before,
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(228, 242, 34, 0.08) 42%, transparent 65%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.archive-panel:hover,
.source-link-card:hover,
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(228, 242, 34, 0.28);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32);
}

.archive-panel:hover::before,
.source-link-card:hover::before,
.card:hover::before {
  opacity: 0.48;
}

.archive-panel.compact {
  padding: 20px;
}

.featured-record {
  min-height: 250px;
}

.record-index {
  display: block;
  margin-bottom: 18px;
  color: rgba(228, 242, 34, 0.86);
  font-size: 34px;
  font-weight: 840;
  line-height: 1;
}

.card.blue {
  background:
    linear-gradient(135deg, rgba(157, 184, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
}

.card.green {
  background:
    linear-gradient(135deg, rgba(228, 242, 34, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
}

.card.gold {
  background:
    linear-gradient(135deg, rgba(215, 189, 121, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
}

.card.red {
  background:
    linear-gradient(135deg, rgba(255, 129, 125, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
}

.card h3 a,
.source-link-card h3 a,
.archive-panel h3 a {
  color: var(--ink);
  text-decoration-thickness: 1px;
}

.card p,
.archive-panel p,
.source-link-card p {
  margin: 0;
  color: var(--muted);
}

.card ul {
  margin: 10px 0 0;
  padding-left: 19px;
}

.wide-visual {
  margin: 22px 0 0;
}

.wide-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: var(--radius);
  background: #0f1011;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
}

.wide-visual figcaption {
  margin-top: 10px;
  color: rgba(208, 214, 224, 0.74);
  font-size: 13px;
  line-height: 1.5;
}

.evidence-visual {
  position: relative;
}

.evidence-visual::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(228, 242, 34, 0.34), rgba(2, 184, 204, 0.22), rgba(94, 106, 210, 0.24));
  opacity: 0.55;
}

.source-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 780;
  text-decoration-thickness: 1px;
}

.timeline-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  list-style: none;
  overflow: hidden;
}

.timeline-rail li {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px;
  background: rgba(8, 9, 10, 0.84);
}

.timeline-rail time {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-rail span {
  color: #d0d6e0;
  font-size: 14px;
  font-weight: 650;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #d0d6e0;
  font-size: 14px;
}

.contact-section {
  padding-bottom: 92px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(17, 19, 22, 0.96), rgba(8, 9, 10, 0.94)) padding-box,
    linear-gradient(135deg, rgba(228, 242, 34, 0.54), rgba(2, 184, 204, 0.42), rgba(94, 106, 210, 0.42)) border-box;
  box-shadow: var(--shadow-strong);
}

.contact-panel h2 {
  color: var(--ink-strong);
}

.contact-panel .kicker {
  color: rgba(208, 214, 224, 0.78);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: #d0d6e0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

tr:last-child td {
  border-bottom: 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.year {
  color: var(--green);
  font-weight: 800;
}

.quote {
  border-left: 4px solid var(--green);
  padding: 4px 0 4px 18px;
  color: #d0d6e0;
  font-size: 20px;
}

.source-list {
  columns: 2;
  column-gap: 32px;
  margin: 0;
  padding-left: 19px;
}

.source-list li {
  break-inside: avoid;
  margin-bottom: 9px;
}

.page-hero {
  padding: 78px 22px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(rgba(228, 242, 34, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(8, 9, 10, 0.88);
  background-size: 24px 24px, 48px 48px, 48px 48px, auto;
  scroll-margin-top: 84px;
}

.page-hero h1 {
  font-size: 56px;
}

.page-hero .lead {
  max-width: 850px;
}

.notice {
  padding: 16px 18px;
  border: 1px solid rgba(255, 129, 125, 0.32);
  border-radius: var(--radius);
  background: var(--soft-red);
  color: #ffd7d5;
}

.site-footer {
  padding: 32px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #05060f;
  color: #dce5ea;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: var(--max);
  margin: 0 auto;
}

.site-footer a {
  color: #dce5ea;
}

.reveal {
  opacity: 1;
}

.js .reveal {
  opacity: 0.9;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes foil-shine {
  0% {
    transform: translateX(-10%) translateY(0);
    background-position: 0% 50%;
  }

  50% {
    transform: translateX(10%) translateY(2%);
    background-position: 100% 50%;
  }

  100% {
    transform: translateX(-10%) translateY(0);
    background-position: 0% 50%;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 36px;
  }

  .grid.four,
  .source-card-grid,
  .dossier-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .premium-hero-grid,
  .grid.two,
  .grid.three,
  .record-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .timeline-rail {
    grid-template-columns: 1fr;
  }

  .source-list {
    columns: 1;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-start;
    width: 100%;
    max-width: calc(100vw - 44px);
    gap: 10px;
  }

  .nav-links a {
    font-size: 13px;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .language-links a {
    padding: 4px 8px;
  }

  h1 {
    font-size: 37px;
    line-height: 1.12;
    max-width: calc(100vw - 36px);
  }

  h2,
  .page-hero h1 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .lead,
  .premium-hero .lead {
    font-size: 20px;
  }

  .hero,
  .section,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-inner,
  .section-inner,
  .premium-hero-grid,
  .hero-copy,
  .founder-card,
  .lead,
  .hero-statement,
  .wide-visual {
    max-width: calc(100vw - 36px);
  }

  .proof-strip,
  .grid.four,
  .source-card-grid,
  .dossier-stats {
    grid-template-columns: 1fr;
  }

  .timeline-item,
  .founder-stats div {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button,
  .cta-button {
    width: 100%;
  }

  .founder-card,
  .contact-panel {
    padding: 16px;
  }

  .founder-card-portrait {
    min-height: 170px;
  }
}

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

  .lead,
  .premium-hero .lead {
    font-size: 19px;
  }

  .hero-statement,
  .kicker {
    font-size: 16px;
  }

  .brand {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .foil-shine {
    animation: none !important;
  }
}

/* Founder homepage: premium dark dossier for a global technology entrepreneur. */
.home-page {
  --ink: #f7f8f8;
  --ink-strong: #ffffff;
  --muted: #9aa0aa;
  --paper: #08090a;
  --panel: #111316;
  --line: #25282e;
  --green: #e4f222;
  --blue: #9db8ff;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(145deg, #08090a 0%, #0d0f12 44%, #111316 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(228, 242, 34, 0.06) 17%, transparent 31%),
    linear-gradient(245deg, transparent 0%, rgba(2, 184, 204, 0.07) 30%, transparent 49%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 20px);
  opacity: 0.72;
}

.home-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 10, 0.84);
}

.home-page .brand,
.home-page .nav-links a,
.home-page .language-links a {
  color: #f7f8f8;
}

.home-page .brand-mark {
  border-color: rgba(228, 242, 34, 0.46);
  background:
    linear-gradient(135deg, rgba(228, 242, 34, 0.18), rgba(2, 184, 204, 0.08)),
    rgba(15, 16, 17, 0.9);
  color: var(--green);
}

.home-page .nav-links a:hover {
  color: var(--green);
}

.home-page .language-links {
  background: rgba(255, 255, 255, 0.055);
}

.home-page .image-hero {
  min-height: auto;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #08090a;
}

.home-page .image-hero::before,
.home-page .image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-page .image-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.84) 38%, rgba(8, 9, 10, 0.54) 68%, rgba(8, 9, 10, 0.76) 100%),
    linear-gradient(0deg, rgba(8, 9, 10, 0.96) 0%, rgba(8, 9, 10, 0.28) 44%, rgba(8, 9, 10, 0.72) 100%);
}

.home-page .image-hero::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    repeating-linear-gradient(135deg, rgba(228, 242, 34, 0.045) 0, rgba(228, 242, 34, 0.045) 1px, transparent 1px, transparent 28px);
  background-size: 56px 56px, 56px 56px, auto;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.78) 52%, transparent 100%);
  opacity: 0.54;
}

.home-page .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-page .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.08) brightness(0.68);
  transform: scale(1.01);
}

.home-page .image-hero .hero-inner {
  z-index: 3;
}

.home-page .image-hero .premium-hero-grid {
  grid-template-columns: minmax(0, 720px) minmax(280px, 360px);
  align-items: center;
  min-height: clamp(620px, calc(100vh - 96px), 780px);
  gap: clamp(28px, 5vw, 72px);
}

.home-page .image-hero .hero-copy,
.home-page .founder-card {
  margin-bottom: 0;
}

.home-page .image-hero .eyebrow {
  color: var(--green);
}

.home-page .image-hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(50px, 6.1vw, 88px);
  line-height: 0.99;
  text-shadow: 0 28px 70px rgba(0, 0, 0, 0.54);
}

.home-page .image-hero .lead {
  max-width: 700px;
  color: #f7f8f8;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.16;
}

.home-page .image-hero .hero-statement {
  max-width: 620px;
  color: rgba(247, 248, 248, 0.76);
  font-size: 17px;
}

.home-page .hero-proof-line {
  margin: 18px 0 0;
  color: rgba(247, 248, 248, 0.58);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-page .dossier-stats.compact {
  max-width: 560px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .image-hero .button {
  border-color: rgba(247, 248, 248, 0.16);
  background: rgba(17, 19, 22, 0.74);
  color: #f7f8f8;
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.home-page .image-hero .button.primary {
  border-color: rgba(228, 242, 34, 0.8);
  background: var(--green);
  color: #08090a;
  box-shadow: 0 18px 44px rgba(228, 242, 34, 0.18);
}

.home-page .dossier-stats div {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.8);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.home-page .dossier-stats dt {
  color: rgba(247, 248, 248, 0.56);
}

.home-page .dossier-stats dd {
  color: #ffffff;
}

.home-page .verified-badge {
  border-color: rgba(228, 242, 34, 0.36);
  background: rgba(228, 242, 34, 0.1);
  color: var(--green);
}

.home-page .verified-badge.platinum {
  border-color: rgba(215, 189, 121, 0.35);
  background: rgba(215, 189, 121, 0.09);
  color: #ead8a6;
}

.home-page .verified-badge.aurora {
  border-color: rgba(2, 184, 204, 0.38);
  background: rgba(2, 184, 204, 0.1);
  color: #a7f4ff;
}

.home-page .founder-card {
  align-self: center;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(20, 23, 28, 0.9), rgba(8, 9, 10, 0.88)) padding-box,
    linear-gradient(135deg, rgba(228, 242, 34, 0.42), rgba(2, 184, 204, 0.36), rgba(94, 106, 210, 0.28), rgba(215, 189, 121, 0.24)) border-box;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(24px);
}

.home-page .founder-card-portrait {
  display: none;
}

.home-page .founder-card-portrait.executive {
  position: relative;
  display: grid;
  min-height: 178px;
  margin: 18px 0 8px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 45%, rgba(228, 242, 34, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(8, 9, 10, 0.58);
  background-size: auto, 30px 30px, 30px 30px, auto;
  overflow: hidden;
}

.home-page .founder-card-portrait.executive .portrait-monogram {
  color: #ffffff;
  font-size: 46px;
  font-weight: 860;
  letter-spacing: -0.07em;
}

.home-page .founder-card-portrait.executive .portrait-orbit {
  position: absolute;
  border: 1px solid rgba(228, 242, 34, 0.2);
  border-radius: 50%;
}

.home-page .founder-card-portrait.executive .orbit-one {
  width: 172px;
  height: 172px;
}

.home-page .founder-card-portrait.executive .orbit-two {
  width: 230px;
  height: 94px;
  border-color: rgba(2, 184, 204, 0.22);
  transform: rotate(-18deg);
}

.home-page .founder-card::before {
  border-color: rgba(255, 255, 255, 0.1);
}

.home-page .foil-shine {
  opacity: 0.26;
}

.home-page .founder-card-topline {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 248, 248, 0.78);
}

.home-page .founder-card h2 {
  margin-top: 18px;
  color: #ffffff;
}

.home-page .founder-stats div {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.home-page .founder-stats dt {
  color: var(--green);
}

.home-page .founder-stats dd {
  color: rgba(247, 248, 248, 0.9);
}

.home-page .section {
  border-top-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    rgba(8, 9, 10, 0.92);
  background-size: 64px 64px, 64px 64px, auto;
}

.home-page .section.alt,
.home-page .philosophy-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(145deg, rgba(15, 16, 17, 0.94), rgba(17, 19, 22, 0.96));
  background-size: 64px 64px, 64px 64px, auto;
}

.home-page .section .eyebrow {
  color: var(--green);
}

.home-page .section h2,
.home-page .section h3 {
  color: #ffffff;
}

.home-page .kicker,
.home-page .card p,
.home-page .archive-panel p,
.home-page .source-link-card p,
.home-page .principle-list p {
  color: rgba(208, 214, 224, 0.76);
}

.home-page .archive-panel,
.home-page .source-link-card,
.home-page .card {
  border-color: rgba(255, 255, 255, 0.095);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(15, 16, 17, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025) inset, 0 12px 34px rgba(0, 0, 0, 0.24);
}

.home-page .archive-panel::before,
.home-page .source-link-card::before,
.home-page .card::before {
  background: linear-gradient(120deg, transparent 0%, rgba(228, 242, 34, 0.08) 42%, transparent 65%);
}

.home-page .record-index,
.home-page .timeline-rail time {
  color: var(--green);
}

.home-page .timeline-rail {
  border-color: rgba(255, 255, 255, 0.095);
  background: rgba(255, 255, 255, 0.07);
}

.home-page .timeline-rail li {
  background: rgba(8, 9, 10, 0.84);
}

.home-page .timeline-rail span {
  color: #d0d6e0;
}

.home-page .wide-visual img {
  border-color: rgba(255, 255, 255, 0.105);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
}

.home-page .wide-visual figcaption,
.home-page .world-graphic figcaption {
  color: rgba(208, 214, 224, 0.74);
}

.home-page .contact-panel {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(17, 19, 22, 0.96), rgba(8, 9, 10, 0.94)) padding-box,
    linear-gradient(135deg, rgba(228, 242, 34, 0.54), rgba(2, 184, 204, 0.42), rgba(94, 106, 210, 0.42)) border-box;
  box-shadow: var(--shadow-strong);
}

.home-page .contact-panel h2 {
  color: #ffffff;
}

.home-page .contact-panel .kicker {
  color: rgba(208, 214, 224, 0.78);
}

.home-page .contact-panel .button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: #f7f8f8;
  box-shadow: none;
}

.home-page .contact-panel .button.primary {
  border-color: rgba(228, 242, 34, 0.74);
  background: var(--green);
  color: #08090a;
}

.home-page .site-footer {
  background: #05060f;
}

.home-page .founder-sigil {
  position: relative;
  display: grid;
  min-height: 248px;
  margin: 16px 0 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(2, 184, 204, 0.12), rgba(94, 106, 210, 0.1), rgba(228, 242, 34, 0.065));
  background-size: 28px 28px, 28px 28px, auto;
  overflow: hidden;
}

.home-page .founder-sigil::before,
.home-page .world-graphic-stage::before,
.home-page .world-graphic-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.home-page .founder-sigil::before {
  inset: 16px;
}

.home-page .sigil-core,
.home-page .world-center {
  position: relative;
  z-index: 4;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(228, 242, 34, 0.32);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(17, 19, 22, 0.96), rgba(8, 9, 10, 0.92));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-align: center;
}

.home-page .sigil-core span,
.home-page .world-center em {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .sigil-core strong,
.home-page .world-center strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.home-page .sigil-ring,
.home-page .sigil-axis,
.home-page .world-orbit {
  position: absolute;
  pointer-events: none;
}

.home-page .sigil-ring,
.home-page .world-orbit {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.home-page .sigil-ring.ring-one {
  width: 72%;
  height: 72%;
}

.home-page .sigil-ring.ring-two {
  width: 92%;
  height: 42%;
  border-color: rgba(2, 184, 204, 0.28);
  transform: rotate(-18deg);
}

.home-page .sigil-axis {
  width: 82%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 242, 34, 0.22), transparent);
}

.home-page .sigil-axis.axis-one {
  transform: rotate(24deg);
}

.home-page .sigil-axis.axis-two {
  transform: rotate(-28deg);
}

.home-page .sigil-node,
.home-page .world-node,
.home-page .world-bridge {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(228, 242, 34, 0.25);
  border-radius: 999px;
  background: rgba(8, 9, 10, 0.68);
  color: #f7f8f8;
  font-size: 12px;
  font-weight: 780;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  white-space: nowrap;
}

.home-page .node-memory { top: 30px; left: 24px; }
.home-page .node-agents { top: 42px; right: 24px; }
.home-page .node-worlds { bottom: 36px; left: 30px; }
.home-page .node-web3 { right: 34px; bottom: 28px; }

.home-page .philosophy-section {
  position: relative;
  overflow: hidden;
}

.home-page .philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.home-page .principle-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.home-page .principle-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .principle-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .principle-list span {
  grid-row: span 2;
  color: var(--green);
  font-size: 15px;
  font-weight: 860;
}

.home-page .principle-list h3 {
  margin: 0;
}

.home-page .world-graphic {
  position: relative;
  margin: 0;
}

.home-page .world-graphic-stage {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(17, 19, 22, 0.92), rgba(8, 9, 10, 0.88));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.home-page .world-graphic-stage::before {
  inset: 32px;
}

.home-page .world-graphic-stage::after {
  inset: 86px 50px;
  border-color: rgba(2, 184, 204, 0.18);
  transform: rotate(-18deg);
}

.home-page .world-orbit {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-page .world-orbit.orbit-a {
  width: 74%;
  height: 74%;
}

.home-page .world-orbit.orbit-b {
  width: 88%;
  height: 42%;
  border-color: rgba(2, 184, 204, 0.24);
  transform: translate(-50%, -50%) rotate(25deg);
}

.home-page .world-orbit.orbit-c {
  width: 88%;
  height: 42%;
  border-color: rgba(215, 189, 121, 0.22);
  transform: translate(-50%, -50%) rotate(-25deg);
}

.home-page .world-center {
  width: 154px;
  height: 154px;
}

.home-page .world-center strong {
  font-size: 34px;
  letter-spacing: 0;
}

.home-page .world-memory { top: 78px; left: 52px; }
.home-page .world-agent { top: 106px; right: 40px; }
.home-page .world-runtime { right: 58px; bottom: 112px; }
.home-page .world-chain { left: 46px; bottom: 96px; }
.home-page .bridge-vn { left: 50%; bottom: 34px; transform: translateX(-118%); border-color: rgba(215, 189, 121, 0.28); color: #ead8a6; }
.home-page .bridge-jp { left: 50%; bottom: 34px; transform: translateX(18%); border-color: rgba(2, 184, 204, 0.32); color: #a7f4ff; }

.home-page .world-graphic figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .home-page .image-hero .premium-hero-grid,
  .home-page .philosophy-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
  }

  .home-page .image-hero .hero-copy,
  .home-page .founder-card {
    margin-bottom: 0;
  }

  .home-page .world-graphic-stage {
    min-height: 500px;
  }
}

@media (max-width: 680px) {
  .home-page .image-hero {
    padding-top: 58px;
    padding-bottom: 28px;
  }

  .home-page .image-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 9, 10, 0.96), rgba(8, 9, 10, 0.78)),
      linear-gradient(0deg, rgba(8, 9, 10, 0.94), rgba(8, 9, 10, 0.24));
  }

  .home-page .image-hero::after {
    opacity: 0.36;
  }

  .home-page .hero-image img {
    object-position: 58% center;
  }

  .home-page .image-hero h1 {
    font-size: 40px;
  }

  .home-page .image-hero .lead {
    font-size: 22px;
  }

  .home-page .dossier-stats,
  .home-page .dossier-stats.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .founder-sigil {
    min-height: 220px;
  }

  .home-page .sigil-node,
  .home-page .world-node,
  .home-page .world-bridge {
    font-size: 11px;
    padding: 5px 8px;
  }

  .home-page .node-memory { top: 24px; left: 14px; }
  .home-page .node-agents { top: 34px; right: 14px; }
  .home-page .node-worlds { bottom: 28px; left: 16px; }
  .home-page .node-web3 { right: 16px; bottom: 22px; }

  .home-page .principle-list article {
    grid-template-columns: 1fr;
  }

  .home-page .principle-list span {
    grid-row: auto;
  }

  .home-page .world-graphic-stage {
    min-height: 420px;
  }

  .home-page .world-center {
    width: 132px;
    height: 132px;
  }

  .home-page .world-memory { top: 42px; left: 18px; }
  .home-page .world-agent { top: 72px; right: 16px; }
  .home-page .world-runtime { right: 18px; bottom: 86px; }
  .home-page .world-chain { left: 18px; bottom: 76px; }
  .home-page .bridge-vn { bottom: 24px; transform: translateX(-108%); }
  .home-page .bridge-jp { bottom: 24px; transform: translateX(8%); }
}

/* monopo saigon-inspired homepage layer: black canvas, real imagery, frosted depth. */
.home-page {
  --max: 1078px;
  --ink: #ffffff;
  --ink-strong: #ffffff;
  --muted: #b9b9b9;
  --paper: #000000;
  --panel: #181818;
  --line: rgba(255, 255, 255, 0.16);
  --green: #a0e0ab;
  --orange: #ffac2e;
  --red: #a52d25;
  --blue: #ffffff;
  --accent-gradient: linear-gradient(90deg, #a0e0ab, #ffac2e 50%, #a52d25);
  --hero-pan-x: 0px;
  --hero-pan-y: 0px;
  --hero-glass-x: 0px;
  --hero-glass-y: 0px;
  background: #000000;
  font-family: "Roobert", "Raleway", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home-page::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(160, 224, 171, 0.18), transparent 34%),
    radial-gradient(circle at 90% 48%, rgba(255, 172, 46, 0.14), transparent 30%),
    radial-gradient(circle at 84% 80%, rgba(165, 45, 37, 0.16), transparent 36%);
  filter: blur(18px);
  opacity: 0.8;
}

.home-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(24px);
}

.home-page .nav {
  max-width: var(--max);
  padding-top: 16px;
  padding-bottom: 16px;
}

.home-page .brand {
  font-weight: 760;
}

.home-page .brand-mark,
.home-page .language-links {
  border-radius: 999px;
}

.home-page .brand-mark {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.home-page .nav-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 680;
}

.home-page .nav-links a:hover {
  color: #ffffff;
}

.home-page .language-links {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.home-page .hero {
  padding-top: clamp(78px, 9vw, 128px);
  padding-bottom: 46px;
}

.home-page .image-hero {
  background: #000000;
  isolation: isolate;
}

.home-page .image-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 38%, rgba(0, 0, 0, 0.32) 72%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.76) 100%);
}

.home-page .image-hero::after {
  display: block;
  z-index: 2;
  inset: -18%;
  background:
    radial-gradient(ellipse at 66% 28%, rgba(160, 224, 171, 0.26), transparent 28%),
    radial-gradient(ellipse at 84% 64%, rgba(255, 172, 46, 0.24), transparent 34%),
    radial-gradient(ellipse at 96% 48%, rgba(165, 45, 37, 0.2), transparent 36%),
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.08) 44%, transparent 58%);
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.74;
  transform: translate3d(var(--hero-glass-x), var(--hero-glass-y), 0) scale(1.04);
  will-change: transform, opacity, filter;
}

.home-page .hero-image {
  transform: translate3d(var(--hero-pan-x), var(--hero-pan-y), 0);
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.home-page .hero-image::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 38%, rgba(0, 0, 0, 0.18));
  background-size: 3px 3px, auto;
  mix-blend-mode: overlay;
  opacity: 0.32;
}

.home-page .hero-image img {
  filter: saturate(1.08) contrast(1.04) brightness(0.8);
  object-position: center;
}

.home-page .image-hero .premium-hero-grid {
  grid-template-columns: minmax(0, 620px) minmax(300px, 390px);
  gap: 66px;
}

.home-page .eyebrow {
  color: #ffffff;
  font-size: 12px;
  font-weight: 760;
  opacity: 0.82;
}

.home-page .image-hero .eyebrow::before,
.home-page .section .eyebrow::before {
  content: "";
  display: block;
  width: 150px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--accent-gradient);
}

.home-page .image-hero h1 {
  max-width: 720px;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 780;
  line-height: 0.94;
  text-shadow: none;
}

.home-page .image-hero .lead {
  max-width: 650px;
  margin-top: 28px;
  color: #ffffff;
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 640;
  line-height: 1.12;
}

.home-page .hero-motion-sequence {
  position: relative;
  width: min(100%, 660px);
  min-height: clamp(34px, 3.2vw, 48px);
  margin: 18px 0 14px;
  overflow: hidden;
  color: #ffffff;
  font-size: clamp(22px, 2.55vw, 36px);
  font-weight: 720;
  line-height: 1.06;
}

.home-page .hero-motion-sequence span {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translate3d(0, 80%, 0);
  animation: monopo-sequence 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  will-change: opacity, transform;
}

.home-page .hero-motion-sequence span:nth-child(2) {
  animation-delay: 3s;
}

.home-page .hero-motion-sequence span:nth-child(3) {
  animation-delay: 6s;
}

.home-page .hero-motion-sequence span:nth-child(4) {
  animation-delay: 9s;
}

.home-page .image-hero .hero-statement {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
}

.home-page .button,
.home-page .cta-button {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 75px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.home-page .button.primary,
.home-page .cta-button.primary,
.home-page .image-hero .button.primary,
.home-page .contact-panel .button.primary {
  border-color: transparent;
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.home-page .button:hover,
.home-page .cta-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.home-page .dossier-stats div,
.home-page .archive-panel,
.home-page .source-link-card,
.home-page .card,
.home-page .contact-panel,
.home-page .founder-card {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(24, 24, 24, 0.58);
  box-shadow: none;
  backdrop-filter: blur(22px);
}

.home-page .dossier-stats dt {
  color: rgba(255, 255, 255, 0.48);
}

.home-page .dossier-stats dd {
  color: #ffffff;
}

.home-page .verified-badge {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.home-page .verified-badge.platinum,
.home-page .verified-badge.aurora {
  color: rgba(255, 255, 255, 0.86);
}

.home-page .founder-card {
  padding: 18px;
  background: rgba(24, 24, 24, 0.48);
}

.home-page .portrait-orbit {
  --orbit-base: 0deg;
  transform: rotate(var(--orbit-base));
  transform-origin: center;
  will-change: transform;
}

.home-page .orbit-two {
  --orbit-base: -18deg;
}

.home-page .portrait-monogram {
  will-change: filter, transform;
}

.home-page .founder-card::before,
.home-page .foil-shine {
  display: none;
}

.home-page .founder-card-topline {
  border-radius: 75px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.home-page .founder-sigil {
  min-height: 244px;
  border: 0;
  border-radius: 10px;
  background: #000000;
}

.home-page .founder-sigil::before {
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1));
}

.home-page .sigil-art-image,
.home-page .world-graphic-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .sigil-art-image {
  filter: saturate(1.05) brightness(0.76);
}

.home-page .sigil-ring,
.home-page .sigil-axis {
  display: none;
}

.home-page .sigil-core,
.home-page .world-center {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  box-shadow: none;
  backdrop-filter: blur(20px);
}

.home-page .sigil-core span,
.home-page .world-center em {
  color: #ffffff;
  opacity: 0.74;
}

.home-page .sigil-node,
.home-page .world-node,
.home-page .world-bridge {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 75px;
  background: rgba(0, 0, 0, 0.46);
  color: #ffffff;
  box-shadow: none;
}

.home-page .section {
  padding-top: 92px;
  padding-bottom: 92px;
  border-top-color: rgba(255, 255, 255, 0.08);
  background: #000000;
}

.home-page .section.alt,
.home-page .philosophy-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(160, 224, 171, 0.08), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(165, 45, 37, 0.1), transparent 30%),
    #000000;
}

.home-page .section .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.home-page .section-header {
  max-width: 780px;
  margin-bottom: 34px;
}

.home-page h2 {
  max-width: 780px;
  font-size: clamp(36px, 4.8vw, 62px);
  font-weight: 760;
  line-height: 0.98;
}

.home-page h3 {
  font-weight: 720;
}

.home-page .kicker,
.home-page .card p,
.home-page .archive-panel p,
.home-page .source-link-card p,
.home-page .principle-list p {
  color: rgba(255, 255, 255, 0.62);
}

.home-page .archive-panel::before,
.home-page .source-link-card::before,
.home-page .card::before {
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 76%);
}

.home-page .record-index,
.home-page .timeline-rail time,
.home-page .principle-list span,
.home-page .founder-stats dt {
  color: #a0e0ab;
}

.home-page .timeline-rail {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.home-page .timeline-rail li {
  background: rgba(24, 24, 24, 0.72);
}

.home-page .philosophy-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(390px, 1fr);
  gap: 64px;
}

.home-page .principle-list article {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.home-page .principle-list article:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.home-page .monopo-art-frame {
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #000000;
  box-shadow: none;
}

.home-page .world-graphic-stage::before,
.home-page .world-graphic-stage::after,
.home-page .world-orbit {
  display: none;
}

.home-page .world-graphic-image {
  filter: saturate(1.06) brightness(0.82);
}

.home-page .world-center {
  width: 178px;
  height: 178px;
}

.home-page .image-visual img {
  width: 100%;
  height: min(520px, 48vw);
  min-height: 320px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) brightness(0.84);
}

.home-page .evidence-visual::before {
  background: var(--accent-gradient);
  opacity: 0.32;
}

.home-page .contact-panel {
  background:
    linear-gradient(135deg, rgba(24, 24, 24, 0.72), rgba(0, 0, 0, 0.62)) padding-box,
    var(--accent-gradient) border-box;
}

.home-page .site-footer {
  background: #000000;
}

.home-page .hero-scroll-cue {
  position: absolute;
  right: clamp(22px, 5vw, 92px);
  top: calc(100vh - 178px);
  top: calc(100svh - 178px);
  bottom: auto;
  z-index: 4;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 760;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.78;
}

.home-page .hero-scroll-cue::before,
.home-page .hero-scroll-cue::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.home-page .hero-scroll-cue::before {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-left-color: rgba(160, 224, 171, 0.84);
}

.home-page .hero-scroll-cue::after {
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-page .hero-scroll-cue span {
  position: relative;
  z-index: 2;
}

.home-page .hero-scroll-cue i {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .home-page .image-hero .premium-hero-grid,
  .home-page .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-page .founder-card {
    margin-top: 12px;
  }

  .home-page .hero-scroll-cue {
    right: 22px;
    top: calc(100vh - 154px);
    top: calc(100svh - 154px);
    width: 66px;
    height: 66px;
    font-size: 10px;
  }

  .home-page .monopo-art-frame {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  .home-page .hero {
    padding-top: 58px;
  }

  .home-page .image-hero::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2));
  }

  .home-page .image-hero h1 {
    font-size: 43px;
  }

  .home-page .image-hero .lead {
    font-size: 22px;
  }

  .home-page .hero-motion-sequence {
    min-height: 30px;
    font-size: 21px;
  }

  .home-page .hero-scroll-cue {
    display: none;
  }

  .home-page .image-hero .eyebrow::before,
  .home-page .section .eyebrow::before {
    width: 112px;
    height: 5px;
    margin-bottom: 16px;
  }

  .home-page .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-page h2 {
    font-size: 34px;
  }

  .home-page .monopo-art-frame {
    min-height: 360px;
  }

  .home-page .world-center {
    width: 144px;
    height: 144px;
  }

  .home-page .image-visual img {
    height: 330px;
  }
}

/* Motion pass: monopo-like drifting depth and glass movement. */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.home-page.motion-ready::before {
  animation: monopo-ambient-drift 18s ease-in-out infinite alternate;
  will-change: opacity, transform;
}

.home-page.motion-ready .image-hero::after {
  animation: monopo-liquid-refraction 13s ease-in-out infinite alternate;
}

.home-page.motion-ready .hero-image::after {
  animation: monopo-noise-shift 760ms steps(2, end) infinite;
}

.home-page .hero-image img {
  transform: scale(1.06);
  transform-origin: 68% 50%;
  animation: monopo-hero-drift 24s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.home-page .image-hero .eyebrow::before,
.home-page .section .eyebrow::before {
  background-size: 220% 100%;
  animation: monopo-gradient-flow 8s ease-in-out infinite alternate;
}

.home-page .founder-card,
.home-page .world-graphic,
.home-page .image-visual {
  will-change: transform;
}

.home-page.motion-ready .founder-card {
  animation: monopo-float-card 9s ease-in-out infinite;
}

.home-page.motion-ready .portrait-orbit {
  animation: monopo-orbit-turn 18s linear infinite;
}

.home-page.motion-ready .orbit-two {
  animation-duration: 25s;
  animation-direction: reverse;
}

.home-page.motion-ready .portrait-monogram {
  animation: monopo-monogram-pulse 6s ease-in-out infinite;
}

.home-page .founder-sigil::after,
.home-page .monopo-art-frame::after,
.home-page .image-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 8%, rgba(255, 255, 255, 0.14) 46%, transparent 66%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-42%);
  animation: monopo-glass-sheen 11s ease-in-out infinite;
}

.home-page .founder-sigil::after {
  border-radius: 10px;
  animation-delay: 1.2s;
}

.home-page .monopo-art-frame::after {
  border-radius: 10px;
  animation-delay: 2.6s;
}

.home-page .image-visual {
  overflow: hidden;
}

.home-page .image-visual::after {
  border-radius: 10px;
  animation-delay: 4s;
}

.home-page .sigil-art-image,
.home-page .world-graphic-image,
.home-page .image-visual img {
  transform: scale(1.04);
  will-change: transform, filter;
}

.home-page.motion-ready .sigil-art-image {
  animation: monopo-art-drift 18s ease-in-out infinite alternate;
}

.home-page.motion-ready .world-graphic-image {
  animation: monopo-art-drift-alt 20s ease-in-out infinite alternate;
}

.home-page.motion-ready .image-visual img {
  animation: monopo-art-drift 22s ease-in-out infinite alternate;
}

.home-page .sigil-node,
.home-page .world-center,
.home-page .sigil-core {
  animation: monopo-chip-float 7s ease-in-out infinite;
}

.home-page .node-agents {
  animation-delay: 0.9s;
}

.home-page .node-worlds {
  animation-delay: 1.7s;
}

.home-page .node-web3 {
  animation-delay: 2.4s;
}

.home-page.motion-ready .hero-scroll-cue::before {
  animation: monopo-scroll-ring 8s linear infinite;
}

.home-page.motion-ready .hero-scroll-cue i {
  animation: monopo-scroll-dot 1.7s ease-in-out infinite;
}

.home-page .archive-panel,
.home-page .source-link-card,
.home-page .card,
.home-page .dossier-stats div,
.home-page .contact-panel {
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.home-page .archive-panel:hover,
.home-page .source-link-card:hover,
.home-page .card:hover,
.home-page .dossier-stats div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(32, 32, 32, 0.7);
}

@keyframes monopo-ambient-drift {
  from {
    opacity: 0.62;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  to {
    opacity: 0.92;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes monopo-liquid-refraction {
  0% {
    opacity: 0.52;
    filter: blur(22px) saturate(0.92);
    transform: translate3d(calc(var(--hero-glass-x) - 2.5%), calc(var(--hero-glass-y) - 1.2%), 0) scale(1.02) rotate(-2deg);
  }

  44% {
    opacity: 0.84;
    filter: blur(15px) saturate(1.12);
  }

  100% {
    opacity: 0.68;
    filter: blur(18px) saturate(1.22);
    transform: translate3d(calc(var(--hero-glass-x) + 2.2%), calc(var(--hero-glass-y) + 1%), 0) scale(1.08) rotate(2deg);
  }
}

@keyframes monopo-noise-shift {
  0% {
    transform: translate3d(-1%, -1%, 0);
  }

  100% {
    transform: translate3d(1%, 1%, 0);
  }
}

@keyframes monopo-hero-drift {
  from {
    filter: saturate(1.02) contrast(1.04) brightness(0.76);
    transform: translate3d(-1.4%, -0.8%, 0) scale(1.06);
  }

  to {
    filter: saturate(1.18) contrast(1.08) brightness(0.86);
    transform: translate3d(1.3%, 0.8%, 0) scale(1.1);
  }
}

@keyframes monopo-gradient-flow {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes monopo-sequence {
  0%,
  5% {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }

  10%,
  23% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  30%,
  100% {
    opacity: 0;
    transform: translate3d(0, -72%, 0);
  }
}

@keyframes monopo-float-card {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes monopo-orbit-turn {
  from {
    transform: rotate(var(--orbit-base));
  }

  to {
    transform: rotate(calc(var(--orbit-base) + 360deg));
  }
}

@keyframes monopo-monogram-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    transform: scale(1);
  }

  50% {
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.38));
    transform: scale(1.025);
  }
}

@keyframes monopo-glass-sheen {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-54%);
  }

  36% {
    opacity: 0.34;
  }

  56%,
  100% {
    opacity: 0;
    transform: translateX(58%);
  }
}

@keyframes monopo-art-drift {
  from {
    filter: saturate(1.02) brightness(0.78);
    transform: translate3d(-1.2%, 0, 0) scale(1.04);
  }

  to {
    filter: saturate(1.16) brightness(0.9);
    transform: translate3d(1.4%, -1%, 0) scale(1.08);
  }
}

@keyframes monopo-art-drift-alt {
  from {
    filter: saturate(1.02) brightness(0.78);
    transform: translate3d(1%, -0.8%, 0) scale(1.04);
  }

  to {
    filter: saturate(1.14) brightness(0.9);
    transform: translate3d(-1.4%, 1%, 0) scale(1.08);
  }
}

@keyframes monopo-chip-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes monopo-scroll-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes monopo-scroll-dot {
  0%,
  100% {
    opacity: 0.35;
    transform: translate3d(-50%, -2px, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(-50%, 6px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page.motion-ready::before,
  .home-page.motion-ready .image-hero::after,
  .home-page.motion-ready .hero-image::after,
  .home-page .hero-image img,
  .home-page .hero-motion-sequence span,
  .home-page.motion-ready .founder-card,
  .home-page.motion-ready .portrait-orbit,
  .home-page.motion-ready .portrait-monogram,
  .home-page.motion-ready .hero-scroll-cue::before,
  .home-page.motion-ready .hero-scroll-cue i,
  .home-page .founder-sigil::after,
  .home-page .monopo-art-frame::after,
  .home-page .image-visual::after,
  .home-page.motion-ready .sigil-art-image,
  .home-page.motion-ready .world-graphic-image,
  .home-page.motion-ready .image-visual img,
  .home-page .sigil-node,
  .home-page .world-center,
  .home-page .sigil-core {
    animation: none !important;
  }

  .home-page .hero-image img,
  .home-page .sigil-art-image,
  .home-page .world-graphic-image,
  .home-page .portrait-orbit,
  .home-page .portrait-monogram,
  .home-page .image-visual img {
    transform: none !important;
  }

  .home-page .hero-motion-sequence {
    display: flex;
    min-height: 0;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    font-size: 15px;
  }

  .home-page .hero-motion-sequence span {
    position: static;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    opacity: 1;
  }

  .home-page .hero-scroll-cue {
    display: none;
  }
}
