:root {
  --ink: #101312;
  --muted: #65706b;
  --paper: #f4f1ea;
  --paper-2: #e9e2d7;
  --cream: #fffaf0;
  --coal: #070908;
  --charcoal: #171c19;
  --steel: #244f63;
  --green: #2f8f65;
  --mint: #9ce1b5;
  --gold: #d6be7b;
  --rust: #8d4e38;
  --line: rgba(16, 19, 18, 0.16);
  --light-line: rgba(255, 250, 240, 0.16);
  --shadow: 0 30px 90px rgba(7, 9, 8, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

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

h1 {
  font-size: clamp(3rem, 6.4vw, 7.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.93;
  margin-bottom: 28px;
  max-width: 1040px;
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 5.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.45rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
  margin-bottom: 12px;
}

.site-header {
  align-items: center;
  background: rgba(244, 241, 234, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 60;
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand img {
  display: block;
  height: 38px;
  width: auto;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 30px);
}

nav a {
  color: #414844;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}

nav a:hover,
footer a:hover,
.reading-list a:hover,
.register-ledger a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

main {
  overflow: hidden;
}

.eyebrow,
.micro,
.game-strip span,
.family-system span,
.reading-list span,
.use-scenes span,
.setup-rail span,
.ledger-head span,
.register-ledger a span:first-child {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--steel);
  margin-bottom: 18px;
}

.micro {
  color: var(--gold);
  margin-bottom: 14px;
}

.hero {
  background:
    linear-gradient(rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 74% 18%, rgba(47, 143, 101, 0.24), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(141, 78, 56, 0.25), transparent 32%),
    linear-gradient(135deg, #050706 0%, #121815 58%, #232018 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  color: var(--cream);
  display: grid;
  gap: clamp(32px, 4vw, 64px);
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1fr);
  min-height: calc(100svh - 76px);
  padding: clamp(58px, 7vw, 112px) 5vw clamp(58px, 7vw, 108px);
}

.hero .eyebrow,
.limits-section .eyebrow {
  color: var(--gold);
}

.hero-copy {
  align-self: center;
  max-width: 1040px;
}

.hero-lede,
.section-intro p:not(.eyebrow),
.families-lead p,
.access-section p {
  color: rgba(16, 19, 18, 0.68);
  font-size: clamp(1.06rem, 1.35vw, 1.32rem);
  max-width: 850px;
}

.hero-lede {
  color: rgba(255, 250, 240, 0.77);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
}

.button.primary {
  background: var(--cream);
  color: var(--coal);
}

.button.secondary {
  border-color: rgba(255, 250, 240, 0.34);
  color: var(--cream);
}

.button.dark {
  background: var(--coal);
  color: var(--cream);
  margin-top: 14px;
}

.operating-surface {
  align-self: stretch;
  background:
    linear-gradient(rgba(255, 250, 240, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.06) 1px, transparent 1px),
    linear-gradient(150deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.035));
  background-size: 44px 44px, 44px 44px, auto;
  border: 1px solid rgba(255, 250, 240, 0.22);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.operating-surface::after,
.scan-line {
  animation: verifierSweep 6s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(156, 225, 181, 0.82), transparent);
  content: "";
  height: 2px;
  left: -42%;
  position: absolute;
  top: 54%;
  width: 42%;
}

.surface-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 240, 0.18);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.surface-topbar span,
.surface-topbar strong {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.surface-topbar span {
  color: rgba(255, 250, 240, 0.66);
}

.surface-topbar strong,
.surface-panel strong,
.verify-console strong,
.register-mini b,
.register-ledger strong {
  color: var(--mint);
}

.surface-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
}

.surface-panel {
  background: rgba(7, 9, 8, 0.34);
  border: 1px solid rgba(255, 250, 240, 0.12);
  padding: clamp(20px, 2.5vw, 34px);
  position: relative;
  z-index: 1;
}

.claim-panel {
  grid-column: span 2;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 0.72fr;
}

.claim-panel h2 {
  font-size: clamp(2.4rem, 4vw, 4.75rem);
  margin-bottom: 0;
}

.claim-panel dl {
  align-content: start;
  display: grid;
  gap: 1px;
  margin: 0;
}

.claim-panel div {
  background: rgba(255, 250, 240, 0.07);
  display: grid;
  gap: 6px;
  grid-template-columns: 0.42fr 1fr;
  padding: 12px 14px;
}

dt {
  color: rgba(255, 250, 240, 0.52);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.timeline-panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-panel li {
  border-left: 1px solid rgba(255, 250, 240, 0.24);
  display: grid;
  gap: 4px;
  padding: 0 0 26px 24px;
  position: relative;
}

.timeline-panel li:last-child {
  padding-bottom: 0;
}

.timeline-panel li span {
  background: var(--coal);
  border: 2px solid var(--mint);
  height: 14px;
  left: -7px;
  position: absolute;
  top: 4px;
  width: 14px;
}

.timeline-panel em,
.proof-document p,
.verifier-panel p,
.flow-copy p,
.family-system p,
.receipt-card p,
.scan-card p,
.families-lead p,
.access-section p {
  color: rgba(255, 250, 240, 0.7);
  font-style: normal;
}

.package-panel {
  background: rgba(255, 250, 240, 0.05);
}

.package-heading {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.proof-document {
  background:
    linear-gradient(rgba(16, 19, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 18, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 34px 34px, 34px 34px, auto;
  color: var(--ink);
  min-height: 470px;
  padding: clamp(22px, 3vw, 34px);
}

.doc-lockup {
  border-left: 4px solid var(--green);
  display: inline-grid;
  gap: 5px;
  margin-bottom: 50px;
  padding: 12px 0 12px 16px;
}

.doc-lockup span {
  font-weight: 900;
  letter-spacing: 0.25em;
}

.doc-lockup b {
  color: var(--green);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.proof-document h3 {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3.5rem);
  max-width: 540px;
}

.proof-document p {
  color: #4f5a55;
}

.document-rows {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 28px;
}

.document-rows span,
.document-rows strong {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.document-rows strong {
  color: var(--green);
  text-transform: uppercase;
}

.result-ring {
  align-items: center;
  animation: softPulse 3.4s ease-in-out infinite;
  border: 2px solid var(--mint);
  border-radius: 999px;
  display: flex;
  height: 156px;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  width: 156px;
}

.result-ring::before,
.result-ring::after {
  border: 1px solid rgba(156, 225, 181, 0.36);
  border-radius: inherit;
  content: "";
  inset: -18px;
  position: absolute;
}

.result-ring::after {
  inset: -34px;
}

.result-ring span {
  color: var(--mint);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.game-strip {
  background: var(--coal);
  color: var(--cream);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-strip div {
  border-right: 1px solid var(--light-line);
  padding: 30px 5vw;
}

.game-strip div:last-child {
  border-right: 0;
}

.game-strip span,
.family-system span,
.reading-list span,
.use-scenes span,
.register-ledger a span:first-child {
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}

.game-strip p {
  font-weight: 820;
  margin: 0;
}

.system-section,
.verify-section,
.families-section,
.registers-section,
.evidence-section,
.use-section,
.reading-section,
.limits-section,
.access-section {
  padding: clamp(74px, 8vw, 132px) 5vw;
}

.system-section,
.registers-section,
.reading-section {
  background: var(--paper);
}

.verify-section,
.use-section,
.access-section {
  background: var(--cream);
}

.families-section,
.evidence-section {
  background: var(--paper-2);
}

.section-intro,
.families-lead {
  margin-bottom: clamp(36px, 5vw, 66px);
  max-width: 1120px;
}

.flow-board {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
}

.flow-board > article {
  border-bottom: 1px solid var(--line);
  min-height: 410px;
}

.flow-board > article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.flow-copy {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.flow-copy span {
  color: var(--steel);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 26px;
}

.flow-copy p {
  color: #5b6761;
  max-width: 560px;
}

.flow-visual {
  background:
    linear-gradient(rgba(255, 250, 240, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #0c100e, #1a211d);
  background-size: 38px 38px, 38px 38px, auto;
  display: grid;
  overflow: hidden;
  padding: clamp(26px, 4vw, 54px);
  place-items: center;
  position: relative;
}

.request-window {
  background: rgba(255, 250, 240, 0.95);
  color: var(--ink);
  max-width: 620px;
  padding: 34px;
  width: min(100%, 620px);
}

.request-window strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.request-window label {
  color: var(--steel);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-top: 18px;
  text-transform: uppercase;
}

.request-window p {
  border-bottom: 1px solid var(--line);
  color: #4f5a55;
  margin-bottom: 0;
  padding: 8px 0 16px;
}

.boundary-map {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  max-width: 540px;
  position: relative;
  width: 100%;
}

.boundary-map .node {
  align-items: center;
  background: rgba(255, 250, 240, 0.95);
  color: var(--ink);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 126px;
  position: relative;
  z-index: 1;
}

.boundary-map .node.active {
  background: var(--mint);
}

.boundary-map .node.muted {
  background: rgba(255, 250, 240, 0.22);
  color: rgba(255, 250, 240, 0.76);
}

.boundary-map i {
  background: rgba(156, 225, 181, 0.52);
  height: 2px;
  left: 25%;
  position: absolute;
  top: 50%;
  width: 50%;
}

.boundary-map i:nth-of-type(2) {
  transform: rotate(90deg);
}

.boundary-map i:nth-of-type(3) {
  transform: rotate(45deg);
}

.file-stack {
  display: grid;
  max-width: 660px;
  width: min(100%, 660px);
}

.file-stack span {
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid rgba(16, 19, 18, 0.13);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-weight: 800;
  margin-top: -10px;
  padding: 18px 20px;
}

.file-stack span:nth-child(odd) {
  transform: translateX(-18px);
}

.file-stack span:nth-child(even) {
  transform: translateX(18px);
}

.verify-console {
  background: var(--coal);
  border: 1px solid rgba(255, 250, 240, 0.2);
  color: var(--cream);
  display: grid;
  max-width: 640px;
  width: min(100%, 640px);
}

.verify-console div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 16px 20px;
}

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

.verify-console span {
  color: rgba(255, 250, 240, 0.74);
}

.verifier-stage {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.05fr 0.95fr;
}

.verifier-left,
.verifier-right {
  display: grid;
  gap: 24px;
}

.scan-card,
.receipt-card,
.register-mini {
  background:
    linear-gradient(rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #090d0b, #1b211e);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--cream);
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  position: relative;
}

.scan-card {
  min-height: 410px;
}

.scan-card span {
  color: var(--gold);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.scan-card strong {
  display: block;
  font-size: clamp(2.5rem, 4vw, 5rem);
  line-height: 0.96;
  margin-bottom: 24px;
}

.scan-line {
  top: 48%;
  width: 44%;
}

.outcomes {
  background: var(--coal);
  color: var(--cream);
}

.outcomes p {
  border-bottom: 1px solid rgba(255, 250, 240, 0.13);
  font-weight: 780;
  margin: 0;
  padding: 22px 26px;
}

.outcomes p:last-child {
  border-bottom: 0;
}

.outcomes span {
  color: var(--gold);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.receipt-card h3 {
  color: var(--mint);
  font-size: clamp(2rem, 3vw, 3.8rem);
}

.receipt-card a {
  border: 1px solid rgba(255, 250, 240, 0.28);
  display: inline-flex;
  font-weight: 900;
  margin-top: 18px;
  padding: 13px 16px;
  text-decoration: none;
}

.register-mini {
  background: var(--cream);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr auto;
}

.register-mini span,
.register-mini b {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.register-mini span:nth-last-child(2),
.register-mini b:last-child {
  border-bottom: 0;
}

.register-mini b {
  color: var(--green);
  text-transform: uppercase;
}

.families-section {
  display: grid;
  gap: clamp(36px, 5vw, 74px);
  grid-template-columns: 0.78fr 1.22fr;
}

.family-system {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.family-system article {
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  min-height: 270px;
  padding: clamp(24px, 3vw, 38px);
}

.family-system .family-primary {
  background:
    linear-gradient(rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #07100d, #1e271f);
  background-size: 38px 38px, 38px 38px, auto;
  color: var(--cream);
  grid-column: span 2;
  min-height: 430px;
}

.family-primary h3 {
  font-size: clamp(2.6rem, 4.6vw, 5.2rem);
  max-width: 820px;
}

.family-primary p {
  color: rgba(255, 250, 240, 0.72);
  max-width: 760px;
}

.register-ledger {
  border: 1px solid var(--line);
}

.ledger-head,
.register-ledger a {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.75fr 1.4fr 0.35fr;
}

.ledger-head {
  background: var(--coal);
  color: var(--cream);
}

.ledger-head span,
.register-ledger a > * {
  padding: 18px 22px;
}

.register-ledger a {
  background: var(--cream);
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.register-ledger strong {
  color: var(--green);
  text-transform: uppercase;
}

.setup-rail {
  background:
    linear-gradient(rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #0b0f0d, #1e251f);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--cream);
  display: grid;
  gap: 30px;
  margin-top: 40px;
  padding: clamp(24px, 4vw, 48px);
}

.setup-meter {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.setup-meter span {
  background: rgba(255, 250, 240, 0.12);
  height: 3px;
  position: relative;
}

.setup-meter span::before {
  background: var(--mint);
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 11px;
}

.setup-rail ol {
  counter-reset: setup;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.setup-rail li {
  counter-increment: setup;
  display: grid;
  gap: 10px;
  min-height: 142px;
  position: relative;
}

.setup-rail li::before {
  color: var(--gold);
  content: "0" counter(setup);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.setup-rail strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.setup-rail em {
  color: rgba(255, 250, 240, 0.62);
  font-style: normal;
}

.use-scenes {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.use-scenes article {
  background: var(--paper);
  border: 1px solid var(--line);
  min-height: 530px;
  overflow: hidden;
}

.scene {
  min-height: 260px;
  position: relative;
}

.scene::before,
.scene::after {
  content: "";
  position: absolute;
}

.review-scene {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 240, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #141a17, #263a35);
  background-size: 34px 34px, 34px 34px, auto;
}

.review-scene::before {
  background: var(--cream);
  height: 138px;
  left: 50%;
  top: 58px;
  transform: translateX(-50%) rotate(-5deg);
  width: 108px;
}

.review-scene::after {
  border: 2px solid var(--mint);
  height: 88px;
  left: calc(50% - 44px);
  top: 84px;
  transform: rotate(45deg);
  width: 88px;
}

.audit-scene {
  background:
    linear-gradient(135deg, #eee7dc, #bfc9c4);
}

.audit-scene::before {
  border: 1px solid rgba(16, 19, 18, 0.24);
  height: 130px;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  width: 210px;
}

.audit-scene::after {
  background: var(--steel);
  height: 2px;
  left: 25%;
  top: 128px;
  width: 50%;
}

.incident-scene {
  background:
    linear-gradient(90deg, rgba(214, 190, 123, 0.26) 1px, transparent 1px),
    linear-gradient(rgba(214, 190, 123, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #10271e, #0a100d);
  background-size: 34px 34px, 34px 34px, auto;
}

.incident-scene::before {
  border: 2px solid rgba(255, 250, 240, 0.62);
  height: 112px;
  left: 50%;
  top: 72px;
  transform: translateX(-50%) rotate(45deg);
  width: 112px;
}

.incident-scene::after {
  background: var(--cream);
  height: 2px;
  left: 28%;
  top: 128px;
  width: 44%;
}

.use-scenes span,
.use-scenes h3 {
  margin-left: 28px;
  margin-right: 28px;
}

.use-scenes span {
  display: block;
  margin-top: 28px;
}

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

.reading-list a {
  background: var(--cream);
  border: 1px solid var(--line);
  min-height: 260px;
  padding: 28px;
  text-decoration: none;
}

.reading-list a:first-child {
  background: var(--charcoal);
  color: var(--cream);
}

.reading-list strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.08;
}

.limits-section {
  background: var(--coal);
  color: var(--cream);
  display: grid;
  gap: 52px;
  grid-template-columns: 0.9fr 1.1fr;
}

.limits-section ul {
  margin: 0;
}

.limits-section li {
  color: rgba(255, 250, 240, 0.78);
  margin: 10px 0;
}

.access-section {
  text-align: center;
}

.access-section h2,
.access-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.access-section .eyebrow {
  color: var(--steel);
}

.access-section .button.primary {
  background: var(--coal);
  color: var(--cream);
  margin-top: 20px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: space-between;
  padding: 24px 5vw;
}

footer span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

footer a {
  color: inherit;
  font-weight: 760;
}

.legal-page .section {
  max-width: 1180px;
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  max-width: 980px;
}

.legal-page h2 {
  color: var(--ink);
  font-size: 1.35rem;
  margin: 34px 0 10px;
}

.legal-page p {
  color: var(--muted);
  max-width: 900px;
}

@keyframes verifierSweep {
  0% { left: -46%; opacity: 0; }
  16% { opacity: 1; }
  62% { opacity: 1; }
  100% { left: 108%; opacity: 0; }
}

@keyframes softPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(156, 225, 181, 0); }
  50% { box-shadow: 0 0 38px rgba(156, 225, 181, 0.26); }
}

@media (max-width: 1240px) {
  .hero,
  .families-section,
  .verifier-stage {
    grid-template-columns: 1fr;
  }

  .operating-surface {
    min-height: 0;
  }

  .flow-board {
    grid-template-columns: 1fr;
  }

  .flow-board > article:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .flow-board > article:last-child {
    border-bottom: 0;
  }

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

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    position: static;
  }

  .brand img {
    height: 32px;
  }

  nav {
    gap: 12px 16px;
  }

  nav a {
    font-size: 0.9rem;
  }

  .hero,
  .system-section,
  .verify-section,
  .families-section,
  .registers-section,
  .evidence-section,
  .use-section,
  .reading-section,
  .limits-section,
  .access-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .surface-grid,
  .claim-panel,
  .game-strip,
  .family-system,
  .limits-section,
  .use-scenes,
  .ledger-head,
  .register-ledger a {
    grid-template-columns: 1fr;
  }

  .claim-panel,
  .family-system .family-primary {
    grid-column: span 1;
  }

  .game-strip div {
    border-bottom: 1px solid var(--light-line);
    border-right: 0;
  }

  .game-strip div:last-child {
    border-bottom: 0;
  }

  .setup-meter {
    grid-template-columns: 1fr;
  }

  .setup-meter span {
    height: 26px;
    width: 3px;
  }

  .setup-meter span::before {
    left: -4px;
    top: 0;
  }

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

  .setup-rail li {
    min-height: auto;
  }

  .ledger-head {
    display: none;
  }

  .register-ledger a span,
  .register-ledger a strong {
    padding: 12px 18px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .surface-panel,
  .proof-document,
  .flow-copy,
  .flow-visual,
  .scan-card,
  .receipt-card,
  .register-mini,
  .family-system article {
    padding: 22px;
  }

  .proof-document {
    min-height: 0;
  }

  .document-rows {
    grid-template-columns: 1fr;
  }

  .document-rows strong {
    padding-top: 0;
  }

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

  .reading-list {
    grid-template-columns: 1fr;
  }

  .flow-board > article,
  .use-scenes article {
    min-height: auto;
  }
}

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

  .operating-surface::after,
  .scan-line,
  .result-ring {
    animation: none;
  }
}

/* Linear-inspired dark rebuild. This intentionally overrides the prior dossier style. */
:root {
  --ink: #f7f8f8;
  --muted: #8a8f98;
  --paper: #08090a;
  --paper-2: #0c0d0f;
  --cream: #f5f6f7;
  --coal: #08090a;
  --charcoal: #111216;
  --steel: #a0a6b2;
  --green: #d7dae0;
  --mint: #f0f2f5;
  --gold: #8c929d;
  --rust: #6f7682;
  --line: rgba(255, 255, 255, 0.1);
  --light-line: rgba(255, 255, 255, 0.1);
  --shadow: 0 32px 120px rgba(0, 0, 0, 0.55);
}

body {
  background: #08090a;
  color: #f7f8f8;
}

h1 {
  font-size: clamp(3.6rem, 6.15vw, 7.25rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 980px;
}

h2 {
  font-weight: 540;
  line-height: 1.02;
}

h3 {
  font-weight: 560;
}

.site-header {
  background: rgba(8, 9, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f7f8f8;
  min-height: 118px;
  padding: 0 42px;
}

.brand img {
  filter: brightness(0) invert(1);
  height: 58px;
}

nav {
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: clamp(16px, 1.7vw, 28px);
  justify-content: center;
  margin-left: auto;
  margin-right: clamp(16px, 2vw, 34px);
  min-width: 0;
}

nav a {
  color: #8f949d;
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  font-weight: 520;
  white-space: nowrap;
}

nav a:hover {
  color: #f7f8f8;
  text-decoration: none;
}

.header-actions {
  align-items: center;
  flex: 0 0 auto;
  display: flex;
  gap: clamp(12px, 1.4vw, 20px);
}

.header-actions a {
  color: #9da2ac;
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  font-weight: 520;
  text-decoration: none;
  white-space: nowrap;
}

.header-actions .signup {
  background: #f2f3f5;
  border-radius: 999px;
  color: #111216;
  font-weight: 620;
  padding: 12px clamp(18px, 1.8vw, 24px);
}

.header-actions button {
  background: transparent;
  border: 0;
  display: grid;
  gap: 7px;
  padding: 7px 0;
  width: 30px;
}

.header-actions button span {
  background: #e6e8eb;
  display: block;
  height: 2px;
  width: 30px;
}

.hero {
  background:
    linear-gradient(180deg, #08090a 0%, #08090a 74%, #101114 100%);
  color: #f7f8f8;
  display: block;
  min-height: calc(100svh - 118px);
  padding: clamp(86px, 11vh, 138px) 42px 0;
  position: relative;
}

.hero::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero .eyebrow {
  color: #dfe1e5;
  font-size: 1.18rem;
  font-weight: 520;
  letter-spacing: 0;
  margin-bottom: 32px;
  text-transform: none;
}

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

.hero-lede {
  color: #8f949d;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.42;
  max-width: 760px;
}

.hero-actions {
  gap: 22px;
  margin-top: 34px;
}

.button {
  border-radius: 999px;
  font-size: 1.08rem;
  font-weight: 560;
  min-height: 54px;
  padding: 0 26px;
}

.button.primary {
  background: #f2f3f5;
  color: #111216;
}

.button.secondary {
  background: transparent;
  border-color: transparent;
  color: #9da2ac;
  padding-left: 0;
}

.button.secondary::after {
  content: " ->";
}

.operating-surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -24px 100px rgba(110, 115, 126, 0.18);
  margin: clamp(42px, 7vh, 84px) auto 0;
  max-width: 1340px;
  min-height: 540px;
  overflow: hidden;
}

.operating-surface::after,
.scan-line {
  display: none;
}

.surface-topbar {
  background: rgba(10, 11, 13, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 74px;
  padding: 0 30px;
}

.surface-topbar span,
.surface-topbar strong {
  color: #6f747e;
  font-size: 0.92rem;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.surface-grid {
  background: #0d0e11;
  grid-template-columns: 1.08fr 0.92fr;
}

.surface-panel {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f7f8f8;
  padding: 28px;
}

.claim-panel {
  grid-column: span 2;
  min-height: 260px;
}

.claim-panel h2 {
  color: #f7f8f8;
  font-size: clamp(2.55rem, 4.6vw, 5.9rem);
  font-weight: 540;
  line-height: 0.98;
}

.micro,
.doc-meta span,
.doc-meta strong,
.document-label,
.manifest-leaf span,
.receipt-leaf span,
.mechanism span,
.verification-diagram span,
.family-board span,
.evidence-circuit span,
.case-gallery span,
.reading-list span,
.game-strip span,
.family-system span,
.use-scenes span,
.register-ledger a span:first-child {
  color: #8f949d;
  font-size: 0.85rem;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.claim-panel div,
.document-columns div {
  background: rgba(255, 255, 255, 0.035);
  border-radius: 10px;
}

dt {
  color: #737984;
  font-size: 0.75rem;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

dd,
.timeline-panel em,
.proof-document p,
.verifier-panel p,
.flow-copy p,
.family-system p,
.receipt-card p,
.scan-card p,
.families-lead p,
.access-section p,
.section-intro p:not(.eyebrow) {
  color: #8f949d;
}

.timeline-panel li {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.timeline-panel li span {
  background: #0d0e11;
  border-color: #8f949d;
  border-radius: 999px;
}

.package-panel {
  background: rgba(255, 255, 255, 0.018);
}

.proof-document {
  background: #111216;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #f7f8f8;
  min-height: 390px;
}

.doc-lockup {
  border-left-color: rgba(255, 255, 255, 0.22);
  margin-bottom: 34px;
}

.doc-lockup span,
.doc-lockup b,
.proof-document h3,
.document-rows strong,
.receipt-card h3,
.register-mini b,
.register-ledger strong,
.verify-console strong {
  color: #f7f8f8;
}

.document-rows {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.document-rows span,
.document-rows strong {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.result-ring {
  animation: none;
  border-color: rgba(255, 255, 255, 0.18);
}

.result-ring span {
  color: #f7f8f8;
}

.result-ring::before,
.result-ring::after {
  border-color: rgba(255, 255, 255, 0.08);
}

.game-strip,
.system-section,
.verify-section,
.families-section,
.registers-section,
.evidence-section,
.use-section,
.reading-section,
.limits-section,
.access-section {
  background: #08090a;
  color: #f7f8f8;
}

.game-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.game-strip div {
  border-right-color: rgba(255, 255, 255, 0.08);
}

.section-intro,
.families-lead {
  max-width: 980px;
}

.section-intro .eyebrow,
.families-lead .eyebrow,
.access-section .eyebrow,
.limits-section .eyebrow {
  color: #8f949d;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.flow-board,
.register-ledger {
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.flow-board > article {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.flow-copy,
.family-system article,
.reading-list a,
.use-scenes article,
.request-window,
.register-ledger a {
  background: #101114;
  border-color: rgba(255, 255, 255, 0.08);
  color: #f7f8f8;
}

.flow-copy span {
  color: #8f949d;
  font-weight: 520;
}

.flow-visual,
.scan-card,
.receipt-card,
.family-system .family-primary,
.setup-rail {
  background:
    linear-gradient(180deg, #111216, #0b0c0f);
  border-color: rgba(255, 255, 255, 0.08);
}

.request-window p {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #9da2ac;
}

.request-window label {
  color: #737984;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.boundary-map .node {
  background: #17181d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #f7f8f8;
}

.boundary-map .node.active {
  background: #f2f3f5;
  color: #111216;
}

.boundary-map i,
.setup-meter span::before {
  background: #dfe1e5;
}

.file-stack span {
  background: #16171b;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  color: #f7f8f8;
}

.verify-console,
.outcomes {
  background: #101114;
  border-color: rgba(255, 255, 255, 0.08);
}

.verify-console div,
.outcomes p,
.register-mini span,
.register-mini b {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.receipt-card a,
.console-actions a {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f7f8f8;
}

.register-mini {
  background: #101114;
  color: #f7f8f8;
}

.family-primary h3,
.family-primary p {
  color: #f7f8f8;
}

.ledger-head {
  background: #101114;
}

.setup-meter span {
  background: rgba(255, 255, 255, 0.1);
}

.use-scenes article,
.reading-list a {
  border-radius: 16px;
}

.use-scenes,
.reading-list,
.family-system {
  gap: 18px;
}

.scene {
  background: #111216;
}

.review-scene,
.audit-scene,
.incident-scene {
  background: linear-gradient(180deg, #17181d, #0f1013);
}

.review-scene::before,
.audit-scene::before {
  background: #24262d;
  border-radius: 14px;
}

.review-scene::after,
.incident-scene::before {
  border-color: rgba(255, 255, 255, 0.24);
}

.audit-scene::after,
.incident-scene::after {
  background: rgba(255, 255, 255, 0.26);
}

.limits-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.access-section .button.primary {
  background: #f2f3f5;
  color: #111216;
}

footer {
  background: #08090a;
  border-top-color: rgba(255, 255, 255, 0.08);
  color: #737984;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    background: #08090a;
    flex-direction: row;
    min-height: 86px;
    padding: 0 28px;
  }

  .brand img {
    height: 34px;
  }

  nav {
    display: none;
  }

  .header-actions a:first-child {
    display: none;
  }

  .header-actions .signup {
    padding: 10px 18px;
  }

  .hero {
    min-height: calc(100svh - 86px);
    padding: 110px 28px 0;
  }

  h1 {
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .hero-lede {
    font-size: 1.35rem;
  }
}

/* Final hero workspace correction: replace the oversized claim mockup with compact product UI. */
.operating-surface {
  max-width: 1360px;
}

.surface-grid.workspace-grid {
  background: #0d0e11;
  display: grid;
  gap: 0;
  grid-template-columns: 180px minmax(280px, 0.9fr) minmax(420px, 1.25fr) minmax(280px, 0.82fr);
  grid-template-rows: minmax(280px, auto) minmax(270px, auto);
  min-height: 620px;
}

.workspace-sidebar,
.workspace-list,
.workspace-detail,
.workspace-activity,
.workspace-verifier {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
  padding: 22px;
}

.workspace-sidebar {
  align-content: start;
  background: rgba(255, 255, 255, 0.018);
  display: grid;
  gap: 10px;
  grid-row: 1 / span 2;
}

.workspace-logo {
  align-items: center;
  background: #f2f3f5;
  border-radius: 12px;
  color: #111216;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 720;
  height: 38px;
  justify-content: center;
  margin-bottom: 22px;
  width: 38px;
}

.workspace-sidebar a {
  border-radius: 10px;
  color: #8f949d;
  font-size: 0.95rem;
  font-weight: 520;
  padding: 10px 12px;
  text-decoration: none;
}

.workspace-sidebar a.active,
.workspace-sidebar a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #f7f8f8;
}

.workspace-section-head,
.detail-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.workspace-section-head span,
.workspace-section-head strong,
.detail-heading span,
.detail-heading strong,
.verifier-card span {
  color: #737984;
  font-size: 0.82rem;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.workspace-section-head strong,
.detail-heading strong {
  color: #9da2ac;
}

.workspace-list {
  grid-row: span 2;
  padding-left: 0;
  padding-right: 0;
}

.workspace-list .workspace-section-head {
  padding: 0 22px;
}

.claim-row {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 10px 1fr auto;
  padding: 15px 22px;
}

.claim-row.active {
  background: rgba(255, 255, 255, 0.06);
}

.status-dot {
  background: #f2f3f5;
  border-radius: 999px;
  display: block;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}

.status-dot.muted {
  background: #565c66;
}

.claim-row strong {
  color: #f7f8f8;
  display: block;
  font-size: 0.98rem;
  font-weight: 560;
  line-height: 1.2;
}

.claim-row p,
.claim-row em {
  color: #737984;
  font-size: 0.86rem;
  font-style: normal;
  margin: 4px 0 0;
}

.workspace-detail {
  background: rgba(255, 255, 255, 0.02);
}

.workspace-detail h2 {
  color: #f7f8f8;
  font-size: clamp(2.05rem, 3vw, 3.4rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 54px 0 18px;
  max-width: 620px;
}

.workspace-detail p {
  color: #8f949d;
  font-size: 1rem;
  max-width: 560px;
}

.detail-meta {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.detail-meta div {
  background: rgba(255, 255, 255, 0.045);
  border-radius: 10px;
  display: grid;
  gap: 7px;
  padding: 13px;
}

.detail-meta span,
.package-files span {
  color: #737984;
  font-size: 0.76rem;
}

.detail-meta strong,
.package-files b {
  color: #f7f8f8;
  font-size: 0.92rem;
  font-weight: 560;
}

.workspace-activity ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.workspace-activity li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 4px;
  padding: 0 0 19px 20px;
  position: relative;
}

.workspace-activity li:last-child {
  padding-bottom: 0;
}

.workspace-activity li span {
  background: #0d0e11;
  border: 2px solid #8f949d;
  border-radius: 999px;
  height: 12px;
  left: -6px;
  position: absolute;
  top: 4px;
  width: 12px;
}

.workspace-activity strong {
  color: #f7f8f8;
  font-size: 0.96rem;
  font-weight: 560;
}

.workspace-activity em {
  color: #737984;
  font-size: 0.84rem;
  font-style: normal;
}

.workspace-verifier {
  display: grid;
  gap: 16px;
}

.verifier-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 18px;
}

.verifier-card strong {
  color: #f7f8f8;
  display: block;
  font-size: 1.8rem;
  font-weight: 560;
  margin: 22px 0 8px;
}

.verifier-card p {
  color: #8f949d;
  margin: 0;
}

.package-files {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr auto;
}

.package-files span,
.package-files b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 0;
}

@media (max-width: 1180px) {
  .surface-grid.workspace-grid {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .workspace-sidebar {
    grid-row: 1 / span 4;
    padding: 14px;
  }

  .workspace-sidebar a {
    font-size: 0;
    height: 38px;
    padding: 0;
  }

  .workspace-list,
  .workspace-detail,
  .workspace-activity,
  .workspace-verifier {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .surface-grid.workspace-grid {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar {
    display: none;
  }

  .workspace-list,
  .workspace-detail,
  .workspace-activity,
  .workspace-verifier {
    grid-column: 1;
  }

  .workspace-detail h2 {
    margin-top: 24px;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }
}

/* Concrete claim-boundary figure: every visible element names its job. */
.boundary-lock-panel {
  background: #101114;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: #f7f8f8;
  max-width: 760px;
  padding: clamp(20px, 3vw, 32px);
  width: min(100%, 760px);
}

.boundary-lock-head,
.boundary-lock-claim {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.boundary-lock-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
}

.boundary-lock-head span,
.boundary-lock-claim span {
  color: #737984;
  font-size: 0.82rem;
  font-weight: 520;
}

.boundary-lock-head strong {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #dfe1e5;
  font-size: 0.8rem;
  font-weight: 560;
  padding: 7px 10px;
}

.boundary-lock-claim {
  padding: 22px 0;
}

.boundary-lock-claim strong {
  color: #f7f8f8;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 560;
  line-height: 1.12;
  max-width: 460px;
  text-align: right;
}

.boundary-lock-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.boundary-lock-list div {
  align-items: start;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: 0.72fr 1.65fr auto;
  padding: 13px 14px;
}

.boundary-lock-list dt {
  color: #f7f8f8;
  font-size: 0.94rem;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.boundary-lock-list dd {
  color: #9da2ac;
  font-size: 0.9rem;
  line-height: 1.35;
}

.boundary-lock-list strong {
  color: #f7f8f8;
  font-size: 0.78rem;
  font-weight: 560;
  justify-self: end;
}

.boundary-lock-note {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f949d;
  font-size: 0.92rem;
  margin: 18px 0 0;
  padding-top: 16px;
}

@media (max-width: 720px) {
  .boundary-lock-head,
  .boundary-lock-claim {
    align-items: flex-start;
    flex-direction: column;
  }

  .boundary-lock-claim strong {
    text-align: left;
  }

  .boundary-lock-list div {
    grid-template-columns: 1fr;
  }

  .boundary-lock-list strong {
    justify-self: start;
  }
}

.pricing-section {
  background: #0c0e10;
  color: #f7f8f8;
  padding: clamp(74px, 8vw, 132px) 5vw;
}

.pricing-head {
  margin: 0 auto 34px;
  max-width: 980px;
  text-align: center;
}

.pricing-head .eyebrow {
  color: #8f949d;
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}

.pricing-head p:not(.eyebrow) {
  color: #9da2ac;
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1260px;
}

.price-card {
  background: #111316;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: clamp(24px, 3vw, 34px);
}

.price-card.featured-plan {
  background:
    radial-gradient(circle at 80% 12%, rgba(47, 143, 101, 0.24), transparent 28%),
    #15191b;
  border-color: rgba(156, 225, 181, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.plan-kicker {
  color: #8f949d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.price-card h3 {
  color: #f7f8f8;
  font-size: clamp(1.75rem, 2.8vw, 3rem);
  line-height: 1.02;
  margin-bottom: 24px;
}

.price {
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.price strong {
  color: #f7f8f8;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.price span,
.price-card p,
.price-card li,
.pricing-boundary p {
  color: #9da2ac;
}

.price-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}

.price-card li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.plan-button {
  background: #f2f3f5;
  color: #111216;
  margin-top: auto;
  width: 100%;
}

.pricing-boundary {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  margin: 22px auto 0;
  max-width: 1260px;
  padding: clamp(22px, 3vw, 32px);
}

.pricing-boundary strong {
  color: #f7f8f8;
  display: block;
  font-size: clamp(1.28rem, 2vw, 2rem);
  margin-bottom: 8px;
}

.post-payment-page {
  background: #0c0e10;
  color: #f7f8f8;
  min-height: 100vh;
  padding: clamp(72px, 8vw, 128px) 5vw;
}

.post-payment-hero {
  margin: 0 auto clamp(42px, 6vw, 76px);
  max-width: 1120px;
}

.post-payment-hero .eyebrow,
.intake-panel .eyebrow {
  color: #8f949d;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-payment-hero h1 {
  color: #f7f8f8;
  font-size: clamp(3rem, 8vw, 7.8rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 16px 0 28px;
  max-width: 980px;
}

.post-payment-hero p,
.handoff-card p,
.intake-panel p,
.boundary-strip p {
  color: #a8adb6;
}

.post-payment-hero p {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  max-width: 760px;
}

.handoff-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1260px;
}

.handoff-card {
  background: #111316;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  min-height: 310px;
  padding: clamp(24px, 3vw, 34px);
}

.handoff-card span {
  color: #6d737d;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  margin-bottom: 58px;
}

.handoff-card h2 {
  color: #f7f8f8;
  font-size: clamp(1.55rem, 2.4vw, 2.6rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

.intake-panel,
.boundary-strip {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  margin: 22px auto 0;
  max-width: 1260px;
}

.intake-panel {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(26px, 4vw, 44px);
}

.intake-panel h2 {
  color: #f7f8f8;
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 12px 0 18px;
  max-width: 840px;
}

.boundary-strip {
  padding: clamp(22px, 3vw, 32px);
}

.boundary-strip strong {
  color: #f7f8f8;
  display: block;
  font-size: clamp(1.25rem, 2vw, 2rem);
  margin-bottom: 8px;
}

.menu-toggle {
  cursor: pointer;
}

@media (min-width: 901px) {
  .header-actions .menu-toggle {
    display: none;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .header-actions a:first-child {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .site-header nav {
    background: #0c0e10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 24px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 24px;
    top: calc(100% + 10px);
    z-index: 80;
  }

  .site-header.menu-open nav {
    display: flex;
  }

  .site-header nav a {
    border-radius: 12px;
    color: #f7f8f8;
    display: block;
    font-size: 1rem;
    padding: 14px 16px;
  }

  .site-header nav a:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }

  .handoff-grid,
  .intake-panel {
    grid-template-columns: 1fr;
  }

  .handoff-card {
    min-height: 0;
  }

  .handoff-card span {
    margin-bottom: 34px;
  }

  .intake-panel {
    align-items: start;
  }
}
