:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #111111;
  --white: #f2f2f0;
  --silver: #a8b0b5;
  --muted: #64696b;
  --line: rgba(242, 242, 240, 0.16);
  --line-dark: rgba(17, 17, 17, 0.15);
  --cyan: #a9f6ff;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.mono { font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.content-width { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section-dark, .section-light { position: relative; overflow: hidden; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--white); color: var(--ink); }
.section-index { position: absolute; top: 40px; left: 48px; z-index: 4; color: var(--muted); }
.section-index span, .section-index--light span { color: var(--silver); margin-inline: 8px; }
.section-index--light { color: #64696b; }
.kicker { color: var(--muted); margin: 0 0 26px; }
.display { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.display em { color: var(--silver); font-style: normal; }
.display--hero { font-size: clamp(76px, 12.4vw, 190px); }
.display--section { font-size: clamp(49px, 7.6vw, 108px); }
.display--dark { font-size: clamp(66px, 9.8vw, 144px); }
.display--network { font-size: clamp(55px, 8vw, 116px); }
.display--token { font-size: clamp(62px, 9vw, 132px); white-space: nowrap; }
.display--token span { color: var(--silver); }
.reveal { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.72,.2,1); }
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal--delay-1 { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .3s; }
.reveal--delay-4 { transition-delay: .4s; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 12px; background: var(--white); color: var(--black); transform: translateY(-140%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

/* Navigation */
.site-header { position: fixed; top: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 23px 42px; border-bottom: 1px solid transparent; transition: background .4s ease, border-color .4s ease, padding .4s ease; }
.site-header.is-scrolled { padding-block: 15px; background: rgba(5,5,5,.9); border-color: rgba(242,242,240,.1); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .13em; }
.brand-mark { width: 34px; height: 24px; overflow: visible; }
.brand-path { fill: none; stroke: var(--white); stroke-width: 1.3; vector-effect: non-scaling-stroke; }
.brand-path--echo { stroke: var(--silver); opacity: .48; transform: translateX(1.7px); }
.brand-void { fill: var(--black); stroke: var(--cyan); stroke-width: 1.2; }
.primary-nav { display: flex; gap: 31px; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.primary-nav a, .nav-cta { transition: color .25s ease; }
.primary-nav a:hover, .nav-cta:hover { color: var(--cyan); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; justify-self: end; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.nav-cta__arrow { color: var(--cyan); font-size: 15px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px 0 8px 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--white); transition: transform .25s ease; }

/* Hero */
.hero { min-height: 100svh; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.hero-noise, .final-grain { position: absolute; inset: 0; pointer-events: none; opacity: .065; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.hero-grid { position: absolute; inset: 0; opacity: .15; background: linear-gradient(90deg, transparent 49.95%, rgba(242,242,240,.14) 50%, transparent 50.05%), linear-gradient(0deg, transparent 49.95%, rgba(242,242,240,.08) 50%, transparent 50.05%); background-size: 100% 100%; }
.hero-meta, .hero-status { position: absolute; z-index: 2; display: flex; justify-content: space-between; color: var(--muted); }
.hero-meta { top: 17.5vh; width: calc(100% - 96px); }
.hero-content { position: relative; z-index: 2; width: min(1060px, calc(100% - 96px)); margin-top: 6vh; }
.hero-signal-wrap { position: absolute; top: -2.1rem; left: 50%; width: 100vw; height: 28px; transform: translateX(-50%); }
.hero-signal { display: block; width: 100%; height: 100%; overflow: visible; }
.hero-signal__line, .hero-signal__echo { fill: none; vector-effect: non-scaling-stroke; }
.hero-signal__line { stroke: var(--white); stroke-width: 1; }
.hero-signal__echo { stroke: var(--silver); stroke-width: .6; opacity: .34; transform: translateY(4px); }
.hero-signal__node { fill: var(--black); stroke: var(--cyan); stroke-width: 1; opacity: .88; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 29px; color: var(--silver); }
.eyebrow-dot, .terminal-dot, .transmission-label span { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(169,246,255,.75); }
.hero-subtitle { margin: 37px 0 33px 7px; color: var(--silver); font-size: clamp(17px, 2vw, 25px); line-height: 1.24; letter-spacing: -.02em; }
.hero-actions, .final-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 43px; padding: 0 16px; border: 1px solid rgba(242,242,240,.32); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; transition: background .28s ease, color .28s ease, border-color .28s ease, transform .28s ease; }
.button span { color: var(--cyan); font-size: 15px; line-height: 0; }
.button:hover { transform: translateY(-2px); border-color: var(--cyan); }
.button--solid { background: var(--white); color: var(--black); border-color: var(--white); }
.button--solid span { color: var(--black); }
.button--solid:hover { background: var(--cyan); border-color: var(--cyan); }
.button--ghost:hover { background: rgba(242,242,240,.08); }
.hero-status { right: 48px; bottom: 36px; flex-direction: column; gap: 7px; align-items: flex-end; }
.hero-status b { color: var(--white); font-weight: 400; }
.scroll-cue { position: absolute; bottom: 40px; left: 48px; display: flex; align-items: center; gap: 12px; color: var(--muted); }
.scroll-cue__line { display: inline-block; width: 38px; height: 1px; background: var(--silver); animation: tick 2.2s ease-in-out infinite; transform-origin: left; }
@keyframes tick { 0%,100% { transform: scaleX(.25); opacity: .35; } 50% { transform: scaleX(1); opacity: 1; } }

/* Signal */
.signal-section { min-height: 1050px; padding: 190px 0 110px; }
.signal-layout { display: grid; grid-template-columns: 1.1fr .7fr; gap: 12%; padding-top: 105px; }
.signal-copy { max-width: 335px; padding-top: 122px; color: var(--silver); font-size: 18px; line-height: 1.45; }
.signal-copy p { margin: 0 0 27px; }
.signal-callout { padding-top: 30px; border-top: 1px solid var(--line); color: var(--white); }
.signal-callout strong { display: inline-block; margin-top: 11px; color: var(--white); font-family: var(--display); font-size: 44px; font-weight: 400; letter-spacing: -.04em; }
.signal-bridge { position: absolute; top: 0; left: clamp(30px, 10vw, 160px); width: 100px; height: 100%; opacity: .78; }
.signal-bridge svg { width: 100%; height: 100%; overflow: visible; }
.signal-bridge path { fill: none; vector-effect: non-scaling-stroke; }
.signal-bridge__line { stroke: var(--silver); stroke-width: .9; }
.signal-bridge__echo { stroke: var(--cyan); stroke-width: .6; opacity: .21; transform: translate(4px, -3px); }
.signal-bridge circle { fill: var(--cyan); opacity: .55; }
.signal-footer, .section-footer { position: absolute; bottom: 42px; left: 0; right: 0; display: flex; justify-content: space-between; color: var(--muted); }

/* Network */
.network-section { min-height: 100svh; height: max(820px, 100svh); isolation: isolate; }
.network-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.network-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 0 17%, rgba(5,5,5,.15) 38%, rgba(5,5,5,.86) 100%); pointer-events: none; }
.network-copy { position: absolute; z-index: 2; top: 22%; left: 9.8%; }
.network-copy .kicker { margin-bottom: 26px; }
.network-note { margin-top: 31px; line-height: 1.7; color: var(--muted); }
.network-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 150px; height: 150px; transform: translate(-50%, -50%); }
.network-core__halo { position: absolute; inset: 13%; border: 1px solid rgba(169,246,255,.2); border-radius: 50%; animation: breathe 4.8s ease-in-out infinite; }
.network-core__void { position: absolute; inset: 31%; border: 1px solid var(--silver); background: var(--black); border-radius: 50%; box-shadow: 0 0 30px rgba(169,246,255,.13); }
.network-core__cross::before, .network-core__cross::after { content: ""; position: absolute; background: var(--cyan); opacity: .7; }
.network-core__cross::before { top: 49.5%; left: 0; width: 100%; height: 1px; }
.network-core__cross::after { top: 0; left: 49.5%; width: 1px; height: 100%; }
.network-core__label { position: absolute; top: calc(100% + 25px); left: 50%; width: 130px; color: var(--muted); font-size: 9px; transform: translateX(-50%); text-align: center; }
@keyframes breathe { 0%,100% { transform: scale(.85); opacity: .55; } 50% { transform: scale(1.12); opacity: 1; } }
.network-floaters { position: absolute; inset: 0; z-index: 3; color: rgba(242,242,240,.68); }
.floater { position: absolute; opacity: 0; animation: signal-flash 8s linear infinite; }
.floater--1 { top: 27%; left: 31%; animation-delay: 1s; }
.floater--2 { top: 66%; left: 20%; animation-delay: 4s; }
.floater--3 { top: 31%; right: 16%; animation-delay: 2.6s; }
.floater--4 { top: 72%; right: 27%; animation-delay: 5.5s; }
.floater--5 { top: 47%; right: 8%; animation-delay: 7s; }
@keyframes signal-flash { 0%,14%,100% { opacity: 0; } 4%,10% { opacity: .72; } }
.network-caption { position: absolute; z-index: 3; right: 0; bottom: 43px; left: 0; display: flex; justify-content: space-between; color: var(--muted); }

/* Software */
.software-section { min-height: 920px; padding: 210px 0 120px; }
.software-layout { display: grid; grid-template-columns: 1.06fr .76fr; gap: 14%; padding-top: 90px; }
.software-copy { max-width: 392px; padding-top: 78px; font-size: 18px; line-height: 1.5; }
.software-copy p { margin: 0 0 26px; }
.software-notes { margin: 45px 0 41px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; gap: 9px; color: #767d7f; font-size: 10px; }
.software-final { font-size: 22px; }
.software-final em { font-style: normal; color: #6b7275; }
.section-rule { height: 1px; margin-top: 140px; background: var(--line-dark); }

/* Terminal */
.terminal-section { min-height: 1030px; padding: 206px 0 125px; }
.terminal-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 13%; padding-top: 90px; }
.terminal-intro { padding-top: 92px; }
.terminal-window { border: 1px solid rgba(242,242,240,.2); background: rgba(17,17,17,.58); }
.terminal-bar { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid rgba(242,242,240,.12); color: var(--muted); }
.terminal-bar span:first-child { color: var(--silver); }
.terminal-dot { margin-right: 8px; width: 4px; height: 4px; }
.terminal-status { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 37px; padding: 29px 20px 28px; border-bottom: 1px solid rgba(242,242,240,.12); }
.terminal-status div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(242,242,240,.09); color: var(--muted); }
.terminal-status b { color: var(--silver); font-weight: 400; }
.terminal-status .active-status { color: var(--cyan); }
.terminal-transmission { padding: 24px 20px 27px; }
.transmission-label { display: flex; align-items: center; gap: 10px; color: var(--white); }
.signal-rows { min-height: 170px; margin-top: 20px; overflow: hidden; color: #6d7375; font-size: 10px; }
.signal-row { display: flex; align-items: center; gap: 14px; padding: 8px 0; border-bottom: 1px solid rgba(242,242,240,.06); animation: row-in .75s ease both; }
.signal-row__time { color: #484d4f; }
.signal-row__path { color: var(--silver); }
.signal-row__state { margin-left: auto; color: #6d7375; }
@keyframes row-in { from { opacity: 0; transform: translate3d(0, 8px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
.terminal-disclaimer { position: absolute; right: 0; bottom: 42px; left: 0; color: var(--muted); text-align: right; }

/* Token */
.token-section { min-height: 980px; padding: 210px 0 120px; }
.token-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; padding-top: 95px; }
.token-facts { display: grid; grid-template-columns: repeat(2, minmax(120px, 160px)); gap: 12px 38px; max-width: 360px; margin-top: 74px; }
.token-facts div { display: flex; flex-direction: column; gap: 4px; padding-top: 11px; border-top: 1px solid var(--line-dark); }
.token-facts span, .split-label span { color: #737a7c; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.token-facts strong { font-family: var(--display); font-size: 31px; font-weight: 400; letter-spacing: -.03em; }
.split-system { position: relative; min-height: 450px; padding-top: 9px; }
.split-system__header { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); color: #737a7c; }
.split-svg { position: absolute; top: 56px; left: 0; width: 100%; height: 390px; overflow: visible; }
.split-path { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.split-path--base { stroke: rgba(17,17,17,.16); stroke-width: 1.3; }
.split-path--active { stroke: url(#splitGradient); stroke-width: 1; stroke-dasharray: 1 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2s cubic-bezier(.4,0,.2,1); }
.is-visible .split-path--active { stroke-dashoffset: 0; }
.split-core { fill: var(--white); stroke: var(--black); stroke-width: 1; }
.split-pulse { fill: var(--cyan); opacity: 0; }
.is-visible .split-pulse--1 { animation: path-pulse 4.2s linear infinite; }
.is-visible .split-pulse--2 { animation: path-pulse 4.2s 1s linear infinite; }
.is-visible .split-pulse--3 { animation: path-pulse 4.2s 2s linear infinite; }
.is-visible .split-pulse--4 { animation: path-pulse 4.2s 3s linear infinite; }
@keyframes path-pulse { 0% { transform: translateX(0); opacity: 0; } 8% { opacity: .9; } 65% { transform: translateX(390px); opacity: .24; } 100% { transform: translateX(490px); opacity: 0; } }
.split-label { position: absolute; z-index: 1; display: flex; flex-direction: column; gap: 3px; }
.split-label strong { font-family: var(--display); font-size: 33px; font-weight: 400; letter-spacing: -.03em; }
.split-label--root { top: 214px; left: 0; }
.split-label--creator { top: 85px; right: 0; }
.split-label--burn { top: 228px; right: 0; }
.split-label--dividend { top: 356px; right: 0; }

/* Manifesto */
.manifesto-section { min-height: 1300px; padding: 215px 0 115px; }
.manifesto-content { padding-top: 82px; }
.manifesto-line { max-width: 880px; margin: 0 0 18px; color: var(--silver); font-family: var(--display); font-size: clamp(27px, 4.1vw, 59px); letter-spacing: -.042em; line-height: .98; }
.manifesto-line--break { margin-top: 128px; }
.manifesto-line--final { margin-top: 140px; color: var(--white); font-size: clamp(45px, 7.7vw, 112px); line-height: .87; }
.manifesto-end { margin-top: 190px; color: var(--cyan); text-align: right; font-size: 11px; letter-spacing: .18em; }

/* Final */
.final-section { min-height: 120svh; height: max(900px, 120svh); display: flex; flex-direction: column; justify-content: center; align-items: center; isolation: isolate; }
.final-section::before { content: ""; position: absolute; inset: 17% 0 20%; background: radial-gradient(circle at 50% 50%, rgba(169,246,255,.045), transparent 44%); pointer-events: none; }
.final-sequence { position: relative; z-index: 2; min-height: 115px; margin-top: -3vh; text-align: center; }
.sequence-step { position: absolute; top: 0; left: 50%; width: max-content; margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(44px, 6.7vw, 92px); line-height: .9; letter-spacing: -.06em; opacity: 0; transform: translate3d(-50%, 26px, 0); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.72,.2,1); }
.sequence-step.is-current { opacity: 1; transform: translate3d(-50%, 0, 0); }
.final-lockup { position: absolute; z-index: 2; top: 56%; left: 50%; display: flex; flex-direction: column; align-items: center; width: min(700px, calc(100% - 48px)); opacity: 0; transform: translate3d(-50%, 30px, 0); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.72,.2,1); }
.final-lockup.is-visible { opacity: 1; transform: translate3d(-50%, 0, 0); }
.final-mark { width: 72px; height: 43px; margin-bottom: 32px; overflow: visible; }
.final-mark path { fill: none; stroke: var(--white); stroke-width: 1.2; }
.final-mark__echo { stroke: var(--silver) !important; opacity: .44; transform: translate(2px, 3px); }
.final-mark circle { fill: var(--black); stroke: var(--cyan); stroke-width: 1; }
.display--final { color: var(--white); font-size: clamp(55px, 9vw, 132px); text-align: center; }
.display--final span { color: var(--silver); font-size: .37em; letter-spacing: .08em; }
.final-tagline { margin: 30px 0 37px; color: var(--cyan); font-family: var(--mono); font-size: 11px; letter-spacing: .18em; }
.final-footer { position: absolute; right: 0; bottom: 39px; left: 0; display: flex; justify-content: space-between; color: var(--muted); }

@media (max-width: 900px) {
  .content-width { width: min(100% - 56px, 680px); }
  .site-header { padding: 19px 28px; }
  .primary-nav { gap: 18px; }
  .nav-cta { display: none; }
  .section-index { top: 29px; left: 28px; }
  .hero-meta { top: 14vh; width: calc(100% - 56px); }
  .hero-content { width: calc(100% - 56px); }
  .hero-status { right: 28px; bottom: 28px; }
  .scroll-cue { bottom: 31px; left: 28px; }
  .signal-section, .software-section, .terminal-section, .token-section, .manifesto-section { padding-top: 150px; }
  .signal-layout, .software-layout, .terminal-layout, .token-layout { grid-template-columns: 1fr; gap: 56px; }
  .signal-layout { padding-top: 80px; }
  .signal-copy, .software-copy, .terminal-intro { padding-top: 0; max-width: 530px; }
  .software-layout { padding-top: 65px; gap: 80px; }
  .terminal-layout { padding-top: 65px; }
  .terminal-intro { max-width: none; }
  .token-layout { padding-top: 65px; gap: 76px; }
  .split-system { min-height: 450px; }
  .manifesto-content { padding-top: 65px; }
  .signal-bridge { left: 28px; opacity: .5; }
}

@media (max-width: 640px) {
  .content-width { width: calc(100% - 40px); }
  .mono { font-size: 9px; }
  .site-header { grid-template-columns: 1fr auto; padding: 17px 20px; }
  .site-header.is-scrolled { padding-block: 13px; }
  .primary-nav { position: absolute; top: 59px; right: 20px; left: 20px; display: grid; gap: 0; padding: 5px 0; background: rgba(5,5,5,.95); border: 1px solid rgba(242,242,240,.15); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 14px 16px; border-bottom: 1px solid rgba(242,242,240,.1); }
  .primary-nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: block; justify-self: end; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .section-index { top: 25px; left: 20px; }
  .hero { min-height: 760px; }
  .hero-meta { top: 107px; width: calc(100% - 40px); }
  .hero-meta span:last-child { display: none; }
  .hero-content { width: calc(100% - 40px); margin-top: 35px; }
  .eyebrow { flex-wrap: wrap; max-width: 250px; margin-bottom: 25px; line-height: 1.4; }
  .display--hero { font-size: clamp(58px, 17vw, 106px); letter-spacing: -.08em; }
  .hero-subtitle { margin: 27px 0 28px 2px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(245px, 100%); }
  .button { min-height: 46px; }
  .hero-status { right: 20px; bottom: 21px; }
  .scroll-cue { bottom: 23px; left: 20px; }
  .signal-section { min-height: 930px; padding-top: 128px; padding-bottom: 90px; }
  .signal-layout { width: calc(100% - 40px); padding-top: 58px; gap: 55px; }
  .display--section { font-size: clamp(43px, 12.8vw, 74px); line-height: .9; }
  .signal-copy { font-size: 17px; }
  .signal-callout strong { font-size: 37px; }
  .signal-bridge { left: 0; width: 70px; opacity: .3; }
  .signal-footer, .section-footer, .final-footer { width: calc(100% - 40px); bottom: 24px; }
  .signal-footer span:last-child, .section-footer span:last-child { text-align: right; }
  .network-section { min-height: 760px; height: 760px; }
  .network-copy { top: 17%; left: 20px; right: 20px; }
  .display--network { font-size: clamp(47px, 13vw, 75px); }
  .network-note { margin-top: 22px; line-height: 1.55; }
  .network-core { width: 110px; height: 110px; }
  .network-core__label { top: calc(100% + 17px); }
  .network-caption { width: calc(100% - 40px); bottom: 25px; }
  .network-caption span:last-child { text-align: right; }
  .software-section { min-height: 980px; padding-top: 130px; }
  .software-layout { width: calc(100% - 40px); padding-top: 57px; gap: 59px; }
  .display--dark { font-size: clamp(58px, 17vw, 98px); }
  .software-copy { font-size: 16px; }
  .software-notes { margin: 37px 0; }
  .software-final { font-size: 20px; }
  .section-rule { margin-top: 100px; }
  .terminal-section { min-height: 965px; padding-top: 130px; }
  .terminal-layout { width: calc(100% - 40px); padding-top: 56px; gap: 47px; }
  .terminal-bar { align-items: flex-start; flex-direction: column; gap: 9px; padding: 14px 14px; line-height: 1.3; }
  .terminal-status { grid-template-columns: 1fr; padding: 20px 14px; gap: 0; }
  .terminal-transmission { padding: 20px 14px; }
  .signal-rows { font-size: 9px; }
  .signal-row { gap: 7px; }
  .signal-row__state { display: none; }
  .terminal-disclaimer { width: calc(100% - 40px); bottom: 23px; line-height: 1.5; }
  .token-section { min-height: 1000px; padding-top: 130px; }
  .token-layout { width: calc(100% - 40px); padding-top: 56px; gap: 58px; }
  .display--token { font-size: clamp(46px, 13vw, 78px); }
  .token-facts { margin-top: 47px; gap: 10px 23px; }
  .token-facts strong { font-size: 27px; }
  .split-system { min-height: 390px; overflow: visible; }
  .split-svg { height: 320px; top: 56px; }
  .split-label strong { font-size: 26px; }
  .split-label--root { top: 182px; }
  .split-label--creator { top: 72px; }
  .split-label--burn { top: 191px; }
  .split-label--dividend { top: 303px; }
  .manifesto-section { min-height: 1140px; padding-top: 130px; }
  .manifesto-content { width: calc(100% - 40px); padding-top: 54px; }
  .manifesto-line { margin-bottom: 14px; font-size: clamp(25px, 7.5vw, 39px); }
  .manifesto-line--break { margin-top: 83px; }
  .manifesto-line--final { margin-top: 95px; font-size: clamp(42px, 12vw, 63px); }
  .manifesto-end { width: calc(100% - 40px); margin-top: 125px; text-align: left; line-height: 1.5; }
  .final-section { min-height: 820px; height: 820px; }
  .final-sequence { min-height: 75px; }
  .sequence-step { font-size: clamp(38px, 10.5vw, 65px); }
  .final-lockup { top: 55%; width: calc(100% - 40px); }
  .final-mark { width: 58px; margin-bottom: 23px; }
  .display--final { font-size: clamp(48px, 14vw, 78px); }
  .final-tagline { margin: 25px 0 29px; font-size: 9px; }
  .final-actions { width: min(230px, 100%); align-items: stretch; flex-direction: column; }
}

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