@font-face {
  font-family: MatrixScreen;
  src: url("/assets/fonts/MatrixSansScreen-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 800;
}
@font-face {
  font-family: MatrixPoly;
  src: url("/assets/fonts/MM_Poly-Variable.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 900;
}
:root {
  --bg: #05070b;
  --panel: rgba(12, 16, 23, 0.76);
  --ink: #f2f5f7;
  --muted: #aeb8c4;
  --line: rgba(222, 230, 238, 0.15);
  --line-hi: rgba(240, 244, 247, 0.3);
  --orange: #f7931a;
  --amber: #ffb35b;
  --blue: #7bb8da;
  --green: #81c8a4;
  --max: 1240px;
  color-scheme: dark;
  font-family: MatrixScreen, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -5rem;
  background: #fff;
  color: #05070b;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
}
.skip-link:focus {
  top: 1rem;
}
.cosmos {
  position: fixed;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #06080c 0%, #080b11 38%, #05070b 100%);
}
.cosmos__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.cosmos__glow--one {
  width: 80vw;
  height: 70vw;
  left: 8vw;
  top: -38vw;
  background: radial-gradient(
    circle,
    rgba(98, 132, 164, 0.18),
    rgba(15, 20, 28, 0.04) 52%,
    transparent 70%
  );
}
.cosmos__glow--two {
  width: 70vw;
  height: 55vw;
  right: -20vw;
  top: 45vh;
  background: radial-gradient(
    circle,
    rgba(247, 147, 26, 0.105),
    transparent 68%
  );
}
.cosmos__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: max(0.8rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) auto max(1rem, env(safe-area-inset-left));
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}
.site-nav {
  max-width: none;
  margin: 0;
  min-height: 58px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  width: auto;
  min-height: 3.25rem;
  padding: 0.18rem;
  line-height: 0;
  filter: drop-shadow(0 0.35rem 0.7rem rgba(0, 0, 0, 0.82));
  pointer-events: auto;
}
.brand::before {
  display: block;
  flex: 0 0 auto;
  width: 2.2rem;
  aspect-ratio: 1;
  background: url("../assets/sascosm-leo-shield-512.png?v=20260803-brand-lockup") center / contain no-repeat;
  content: "";
}
.brand img {
  width: auto;
  height: 1.55rem;
  max-width: min(12rem, 42vw);
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.6vw, 1.45rem);
  pointer-events: auto;
}
.desktop-nav a,
.desktop-nav button {
  min-height: 44px;
  padding: 0.8rem 0.9rem;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav button:hover,
.desktop-nav button:focus-visible,
.desktop-nav button[aria-expanded="true"],
.desktop-nav a[aria-current] {
  color: #fff;
}
.desktop-nav .nav-action {
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
}
.story-deck {
  max-width: var(--max);
  margin: 0.45rem auto 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 10, 15, 0.97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(20px);
  overflow: hidden;
  pointer-events: auto;
}
.story-deck section {
  min-height: 138px;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.35fr;
  align-items: center;
  gap: 1.4rem;
}
.story-deck section[hidden] {
  display: none;
}
.story-deck section > div {
  padding: 0.4rem 1.1rem;
  border-right: 1px solid var(--line);
}
.story-deck span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--amber);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.story-deck strong {
  display: block;
  max-width: 510px;
  font-family: MatrixScreen, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.42;
  font-weight: 500;
}
.story-deck nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}
.story-deck nav a {
  min-height: 54px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #c8d0d8;
  text-decoration: none;
  font-size: 0.68rem;
  line-height: 1.4;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.story-deck nav a:hover,
.story-deck nav a:focus-visible {
  border-color: rgba(247, 147, 26, 0.42);
  background: rgba(247, 147, 26, 0.07);
  color: #fff;
}
.menu-button {
  display: none;
  min-width: 76px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  letter-spacing: 0.08em;
  text-shadow: 0 0.18rem 0.55rem rgba(0, 0, 0, 0.95);
  pointer-events: auto;
}
.menu-button i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg) translateY(-3px);
}
.menu-button[aria-expanded="true"] i {
  transform: rotate(225deg) translate(-2px, -1px);
}
.mobile-menu {
  max-width: var(--max);
  margin: 0.45rem auto 0;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 10, 15, 0.98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.mobile-menu nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}
.mobile-menu a,
.mobile-menu button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 72px;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.018);
  text-decoration: none;
  color: #d8dee5;
  font: inherit;
  text-align: left;
}
.mobile-menu a span,
.mobile-menu button span {
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}
.mobile-menu a small,
.mobile-menu button small {
  margin-top: 0.36rem;
  color: #7f8b97;
  font-size: 0.62rem;
  line-height: 1.42;
}
.mobile-menu button:last-child {
  border-color: rgba(247, 147, 26, 0.36);
  background: rgba(247, 147, 26, 0.08);
}
main {
  display: block;
}
.hero {
  position: relative;
  max-width: var(--max);
  min-height: min(860px, calc(100svh - 84px));
  margin: auto;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 3vw, 2.3rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-hi), transparent);
}
.hero__copy {
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 560;
  text-wrap: balance;
}
.hero__lead {
  max-width: 660px;
  margin: 1.65rem 0 0;
  color: #c0c8d1;
  font-size: clamp(1.03rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}
.hero__actions,
.handoff__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.button {
  min-height: 48px;
  padding: 0.86rem 1.25rem;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.button--primary {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffad50, #f7931a);
  color: #15100a;
  box-shadow: 0 10px 35px rgba(247, 147, 26, 0.2);
}
.button--secondary {
  border: 1px solid var(--line-hi);
  background: rgba(255, 255, 255, 0.035);
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
.hero__note {
  max-width: 600px;
  margin: 1.3rem 0 0;
  color: #84909c;
  font-size: 0.77rem;
  line-height: 1.55;
}
.hero__world {
  min-height: 630px;
  display: grid;
  place-items: center;
}
.constellation {
  position: relative;
  width: min(620px, 46vw);
  aspect-ratio: 1;
}
.constellation__rings {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(197, 216, 231, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(233, 242, 249, 0.05), transparent 30%),
    radial-gradient(
      circle at 70% 25%,
      rgba(247, 147, 26, 0.09),
      transparent 22%
    );
  box-shadow:
    inset 0 0 100px rgba(73, 108, 140, 0.06),
    0 0 80px rgba(22, 43, 60, 0.2);
  animation: breathe 8s ease-in-out infinite;
}
.constellation__rings::before,
.constellation__rings::after,
.constellation__rings i {
  content: "";
  position: absolute;
  border: 1px solid rgba(195, 213, 228, 0.11);
  border-radius: 50%;
  inset: 10%;
}
.constellation__rings::after {
  inset: 25%;
  border-color: rgba(247, 147, 26, 0.18);
}
.constellation__rings i:nth-child(1) {
  inset: 4% 30%;
  transform: rotate(56deg);
}
.constellation__rings i:nth-child(2) {
  inset: 20% 3%;
  transform: rotate(-24deg);
}
.constellation__rings i:nth-child(3) {
  inset: 40% 0;
  border-radius: 50%;
  transform: rotate(12deg);
}
.constellation__core {
  position: absolute;
  z-index: 3;
  inset: 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(232, 239, 245, 0.2);
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 30%,
    rgba(255, 255, 255, 0.12),
    rgba(8, 12, 18, 0.96) 66%
  );
  box-shadow:
    0 0 55px rgba(247, 147, 26, 0.13),
    inset 0 0 25px rgba(255, 255, 255, 0.04);
}
.constellation__core img {
  width: 30%;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
  opacity: 0.9;
}
.constellation__core span {
  margin-top: 0.45rem;
  color: var(--amber);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
}
.constellation__core strong {
  margin-top: 0.35rem;
  font-size: clamp(0.65rem, 1vw, 0.86rem);
  line-height: 1.35;
  font-weight: 400;
  color: #cad1d8;
}
.constellation__nodes {
  position: absolute;
  inset: 0;
}
.constellation__nodes a {
  --angle: calc(var(--i) * 45deg - 90deg);
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 128px;
  min-height: 72px;
  padding: 0.75rem 0.65rem;
  border: 1px solid rgba(223, 233, 241, 0.17);
  border-radius: 12px;
  background: rgba(9, 13, 19, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-252px)
    rotate(calc(-1 * var(--angle)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #dbe1e7;
  font-size: 0.68rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  backdrop-filter: blur(12px);
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.constellation__nodes a span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--amber);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
}
.constellation__nodes a:hover,
.constellation__nodes a:focus-visible,
.constellation__nodes a.is-active {
  border-color: rgba(247, 147, 26, 0.62);
  background: rgba(34, 25, 16, 0.96);
  box-shadow:
    0 0 0 4px rgba(247, 147, 26, 0.06),
    0 15px 35px rgba(0, 0, 0, 0.45);
}
.constellation.is-paused .constellation__rings {
  animation-play-state: paused;
}
@keyframes breathe {
  50% {
    transform: scale(1.018);
    opacity: 0.82;
  }
}
.section-heading {
  max-width: 760px;
}
.section-heading--center {
  text-align: center;
  margin-inline: auto;
}
.section-heading h2,
.domain__intro h2,
.handoff h2 {
  margin: 0.35rem 0 0;
  font-family: MatrixScreen, sans-serif;
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}
.scale {
  max-width: var(--max);
  margin: auto;
  padding: clamp(5rem, 9vw, 8rem) 1.2rem;
}
.scale__rail {
  position: relative;
  list-style: none;
  margin: 3.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 14, 20, 0.52);
  overflow: hidden;
}
.scale__rail::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 35px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(123, 184, 218, 0.7));
}
.scale__rail li {
  position: relative;
  min-height: 170px;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.scale__rail li:last-child {
  border: 0;
}
.scale__rail span {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 147, 26, 0.55);
  border-radius: 50%;
  background: #0b0e13;
  color: #ffb45e;
  font-size: 0.55rem;
}
.scale__rail strong {
  margin-top: 2rem;
  font-size: 0.86rem;
  font-weight: 500;
}
.scale__rail small {
  margin-top: 0.5rem;
  color: #8e99a6;
  font-size: 0.7rem;
  line-height: 1.5;
}
.domain-index {
  position: sticky;
  z-index: 30;
  top: 82px;
  padding: 0 1rem;
  pointer-events: none;
}
.domain-index__inner {
  max-width: var(--max);
  margin: auto;
  padding: 0.55rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 10, 15, 0.88);
  backdrop-filter: blur(16px);
  overflow-x: auto;
  pointer-events: auto;
  scrollbar-width: none;
}
.domain-index__inner::-webkit-scrollbar {
  display: none;
}
.domain-index span {
  padding: 0.6rem 0.75rem;
  color: #697683;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.domain-index a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0.7rem 0.76rem;
  border-radius: 8px;
  text-decoration: none;
  color: #9da8b3;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}
.domain-index a:hover,
.domain-index a:focus-visible,
.domain-index a.is-active {
  background: rgba(247, 147, 26, 0.1);
  color: #ffc17b;
}
.domain {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 11rem) clamp(1.1rem, 3vw, 2.3rem);
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  border-bottom: 1px solid var(--line);
}
.domain::before {
  content: attr(data-domain);
  position: absolute;
  z-index: -1;
  left: -0.02em;
  top: 0.12em;
  color: rgba(232, 238, 244, 0.025);
  font-family: MatrixScreen, sans-serif;
  font-size: clamp(13rem, 29vw, 28rem);
  line-height: 1;
}
.domain__intro {
  position: sticky;
  top: 170px;
  align-self: start;
}
.domain__number {
  margin: 0 0 2rem;
  color: #55616c;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.domain__intro h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}
.domain__intro > p:not(.eyebrow):not(.domain__number) {
  margin: 1.35rem 0;
  color: #aab4bf;
  font-size: 0.96rem;
  line-height: 1.72;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  margin-top: 0.7rem;
  color: #ffb865;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.text-link:hover,
.text-link:focus-visible {
  color: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
.product-card {
  --product-logo-width: 11.5rem;
  --product-logo-height: 4.75rem;
  position: relative;
  min-height: 320px;
  padding: 1.35rem;
  border: 1px solid rgba(208, 220, 229, 0.2);
  border-radius: 12px;
  background: linear-gradient(
    150deg,
    rgba(28, 35, 42, 0.94) 0%,
    rgba(12, 16, 21, 0.97) 54%,
    rgba(5, 8, 12, 0.99) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.7),
    0 18px 44px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.22s,
    border-color 0.22s,
    background 0.22s,
    box-shadow 0.22s;
}
.product-card::after {
  display: none;
  content: none;
}
.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(230, 238, 244, 0.48);
  background: linear-gradient(
    145deg,
    rgba(39, 40, 40, 0.97),
    rgba(9, 13, 18, 0.98)
  );
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(247, 147, 26, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.product-card--featured {
  border-color: rgba(247, 147, 26, 0.27);
  background: linear-gradient(
    145deg,
    rgba(43, 29, 16, 0.74),
    rgba(10, 13, 18, 0.9)
  );
}
.status {
  align-self: flex-start;
  padding: 0.34rem 0.55rem;
  border: 1px solid rgba(206, 218, 228, 0.18);
  border-radius: 999px;
  color: #aab5c0;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.55rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.status--live,
.status--public {
  border-color: rgba(129, 200, 164, 0.33);
  color: #a7dfc1;
}
.status--service,
.status--qualified {
  border-color: rgba(123, 184, 218, 0.35);
  color: #a9d4eb;
}
.status--concept {
  border-color: rgba(247, 147, 26, 0.34);
  color: #ffc17d;
}
.status--boundary {
  border-color: rgba(183, 160, 220, 0.32);
  color: #cfc0e8;
}
.status--framework {
  border-color: rgba(255, 211, 106, 0.35);
  color: #f5d993;
}
.brand-asset-window {
  width: var(--product-logo-width);
  max-width: 78%;
  height: var(--product-logo-height);
  margin: 1.45rem 0 0.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center start;
  background: transparent;
  box-shadow: none;
}
.brand-asset-window img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.46));
}
.brand-asset-window--mark {
  width: var(--product-logo-height);
}
.brand-asset-window--mark img {
  transform: scale(1.08);
}
.brand-asset-window--hero {
  width: min(250px, 86%);
  height: var(--product-logo-height);
  margin-top: 1rem;
}
.product-card__mark {
  width: var(--product-logo-width);
  max-width: 78%;
  height: var(--product-logo-height);
  margin: 1.45rem 0 0.35rem;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.46));
}
.product-card__wordmark {
  width: var(--product-logo-width);
  max-width: 78%;
  height: var(--product-logo-height);
  margin: 1.45rem 0 0.35rem;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.46));
}
.product-card[data-brand="digi-carta"] .product-card__mark,
.product-card[data-brand="sovrx"] .product-card__mark {
  width: 6.25rem;
  max-width: 6.25rem;
  height: 6.25rem;
  margin-top: 1.1rem;
}
.product-card[data-brand="sovereignx"] .product-card__wordmark,
.product-card[data-brand="cannafx"] .product-card__wordmark {
  width: min(13.5rem, 84%);
  max-width: 84%;
}
.product-card__monogram,
.product-card__icon {
  min-height: var(--product-logo-height);
  margin: 1.45rem 0 0.35rem;
  display: flex;
  align-items: center;
  color: #eef2f5;
  font-family: MatrixScreen, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
.product-card__icon {
  font-size: 2.15rem;
  color: #ffc17a;
  text-shadow: 0 0 24px rgba(247, 147, 26, 0.22);
}
.product-card h3 {
  margin: .85rem 0 0.6rem;
  font-size: 1.02rem;
  font-weight: 520;
  letter-spacing: 0.02em;
}
.product-card p {
  margin: 0;
  color: #98a3af;
  font-size: 0.76rem;
  line-height: 1.62;
}
.product-card > strong {
  margin-top: auto;
  padding-top: 1.4rem;
  color: #e9edf0;
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.product-card:focus-visible {
  outline: 2px solid rgba(255, 211, 106, 0.9);
  outline-offset: 4px;
}

/* Each chapter uses a distinct editorial rhythm while preserving the same
   interaction and information architecture. */
@media (min-width: 901px) {
  #trust .product-grid,
  #security .product-grid,
  #infrastructure .product-grid { grid-template-columns: 1.12fr .88fr; }
  #medicine .medicine-system { transform: translateY(2rem); }
  #finance .product-grid { transform: translateY(-2rem); }
  #intelligence .product-grid { grid-template-columns: 1.15fr .85fr .85fr; }
  #culture .product-card:nth-child(2) { transform: translateY(2.25rem); }
  #culture .product-card:nth-child(2):hover,
  #culture .product-card:nth-child(2):focus-visible { transform: translateY(calc(2.25rem - 5px)); }
}
.product-card > strong::after {
  content: " →";
  color: var(--orange);
}
.medicine-system {
  display: grid;
  gap: 1rem;
}
.modalities {
  padding: 1.5rem;
  border: 1px solid rgba(129, 200, 164, 0.24);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(17, 34, 29, 0.64),
    rgba(8, 12, 16, 0.88)
  );
}
.modalities h3 {
  margin: 1rem 0 0.5rem;
  font-family: MatrixScreen, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.modalities > div > p {
  margin: 0;
  color: #9aaca5;
  font-size: 0.78rem;
}
.modalities ol {
  list-style: none;
  margin: 1.6rem 0 0.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
}
.modalities li {
  min-height: 82px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.modalities li:nth-child(even) {
  border-right: 0;
}
.modalities li:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.modalities li span {
  color: #7fb99d;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}
.modalities li strong {
  font-size: 0.73rem;
  font-weight: 500;
}
.modalities li small {
  grid-column: 2;
  color: #78867f;
  font-size: 0.6rem;
  margin-top: 0.25rem;
}
.product-grid--medicine .product-card {
  min-height: 275px;
}
.boundary-note {
  grid-column: 2;
  margin: 0;
  padding: 1rem 1.2rem;
  border-left: 2px solid rgba(129, 200, 164, 0.5);
  background: rgba(129, 200, 164, 0.045);
  color: #87958e;
  font-size: 0.7rem;
  line-height: 1.6;
}
.settlement {
  grid-column: 2;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.settlement > div {
  min-height: 90px;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(8, 12, 17, 0.68);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.settlement img,
.settlement__usdt {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}
.settlement__usdt {
  width: auto;
  min-width: 42px;
  padding-inline: 0.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(129, 200, 164, 0.34);
  border-radius: 8px;
  background: rgba(129, 200, 164, 0.08);
  color: #a8dcc1;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}
.settlement span:not(.settlement__usdt) {
  display: flex;
  flex-direction: column;
}
.settlement strong {
  font-size: 0.66rem;
  font-weight: 500;
}
.settlement small {
  margin-top: 0.25rem;
  color: #77838e;
  font-size: 0.55rem;
  line-height: 1.35;
}
.product-card--si0s .product-card__monogram {
  font-size: 2rem;
  letter-spacing: 0.22em;
}
.intelligence-stage {
  position: relative;
  min-height: clamp(600px, 43vw, 680px);
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(340px, 1.18fr);
  border: 1px solid rgba(197,216,228,.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 28% 28%,rgba(121,232,255,.11),transparent 29%),
    radial-gradient(circle at 75% 76%,rgba(247,147,26,.1),transparent 34%),
    linear-gradient(145deg,#111a21,#070b10 56%,#030507);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 32px 78px rgba(0,0,0,.34);
  overflow:hidden;
  isolation:isolate;
}
.intelligence-stage::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:linear-gradient(110deg,transparent 34%,rgba(255,255,255,.035) 50%,transparent 66%);
  background-size:220% 100%;
  animation:intelligence-scan 9s ease-in-out infinite;
  pointer-events:none;
}
.intelligence-stage__portrait {
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#071016;
}
.intelligence-stage__portrait::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(4,8,12,.22) 66%,#05080c 100%);
  pointer-events:none;
}
.intelligence-stage__portrait img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 34%;
  filter:saturate(.88) contrast(1.04) brightness(.9);
  transform:scale(1.015);
  transition:transform 1.2s cubic-bezier(.2,.72,.18,1),filter .8s;
}
.intelligence-stage:hover .intelligence-stage__portrait img { transform:scale(1.045); filter:saturate(1) contrast(1.04) brightness(.96); }
.intelligence-stage__portrait-light {
  position:absolute;
  inset:9% 5% 28%;
  z-index:1;
  border:1px solid rgba(121,232,255,.32);
  border-radius:50%;
  box-shadow:0 0 46px rgba(121,232,255,.12),inset 0 0 40px rgba(121,232,255,.06);
  animation:elita-presence 5.8s ease-in-out infinite;
}
.intelligence-stage__presence {
  position:absolute;
  z-index:4;
  top:1rem;
  left:1rem;
  display:flex;
  align-items:center;
  gap:.45rem;
  color:#c9d7df;
  font-size:.52rem;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.intelligence-stage__presence span {
  width:7px;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--atlas-cyan);
  box-shadow:0 0 14px var(--atlas-cyan);
  animation:elita-signal 2.4s ease-in-out infinite;
}
.intelligence-stage__identity {
  position:absolute;
  z-index:4;
  right:1.15rem;
  bottom:1.15rem;
  left:1.15rem;
  display:grid;
  gap:.18rem;
}
.intelligence-stage__identity span,.intelligence-stage__identity small {
  color:#9aa8b1;
  font-size:.52rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.intelligence-stage__identity strong {
  color:#f2f5f7;
  font-family:MatrixScreen,sans-serif;
  font-size:clamp(2.4rem,4vw,4.4rem);
  font-weight:500;
  letter-spacing:.12em;
  text-shadow:0 0 28px rgba(121,232,255,.2);
}
.intelligence-stage__story {
  position:relative;
  z-index:4;
  padding:clamp(1.35rem,2.1vw,2rem);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.intelligence-stage__story h3 {
  max-width:11ch;
  margin:.65rem 0 0;
  font-family:MatrixScreen,sans-serif;
  font-size:clamp(2.15rem,3.2vw,3.15rem);
  font-weight:500;
  line-height:1.02;
  letter-spacing:-.025em;
}
.intelligence-stage__story>p:not(.eyebrow) {
  max-width:54ch;
  margin:.72rem 0 0;
  color:#a7b3bd;
  font-size:.7rem;
  line-height:1.52;
}
.intelligence-lineage {
  position:relative;
  margin-top:1rem;
  display:grid;
  gap:.36rem;
}
.intelligence-lineage::before {
  content:"";
  position:absolute;
  top:1.15rem;
  bottom:1.15rem;
  left:.38rem;
  width:1px;
  background:linear-gradient(var(--atlas-cyan),var(--atlas-orange),var(--atlas-gold));
  box-shadow:0 0 12px rgba(121,232,255,.2);
}
.intelligence-lineage article {
  position:relative;
  min-height:72px;
  padding:.62rem .75rem .62rem 1.35rem;
  border:1px solid rgba(205,220,230,.13);
  border-radius:11px;
  background:rgba(5,9,13,.58);
  transition:border-color .25s,background .25s,transform .25s;
}
.intelligence-lineage article::before {
  content:"";
  position:absolute;
  top:.82rem;
  left:.21rem;
  width:.36rem;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--atlas-cyan);
  box-shadow:0 0 12px currentColor;
}
.intelligence-lineage article:nth-child(2)::before { background:var(--atlas-orange); }
.intelligence-lineage article:nth-child(3)::before { background:var(--atlas-gold); }
.intelligence-lineage article:hover { transform:translateX(4px); border-color:rgba(232,240,245,.32); background:rgba(16,23,29,.76); }
.intelligence-lineage span { color:#73818d; font-size:.49rem; letter-spacing:.13em; text-transform:uppercase; }
.intelligence-lineage strong { display:block; margin:.2rem 0 0; font-size:.76rem; font-weight:550; }
.intelligence-lineage p { margin:.2rem 0 0; color:#8c99a4; font-size:.56rem; line-height:1.38; }
.intelligence-stage__controls { margin-top:.85rem; display:grid; gap:.42rem; }
.intelligence-stage__controls a {
  width:max-content;
  min-height:44px;
  padding:.8rem 1.05rem;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(247,147,26,.6);
  border-radius:10px;
  background:linear-gradient(135deg,#f7931a,#a64d0d);
  color:#150b03;
  font-size:.67rem;
  font-weight:650;
  text-decoration:none;
  box-shadow:0 12px 32px rgba(247,147,26,.16);
}
.intelligence-stage__controls a:hover,.intelligence-stage__controls a:focus-visible { filter:brightness(1.14); }
.intelligence-stage__controls small { max-width:50ch; color:#778590; font-size:.54rem; line-height:1.5; }
#intelligence>.product-grid { grid-column:2; }
.product-card__portrait {
  width:5rem;
  height:5rem;
  margin:1.1rem 0 .2rem;
  display:block;
  overflow:hidden;
  border:1px solid rgba(121,232,255,.3);
  border-radius:50%;
  box-shadow:0 0 28px rgba(121,232,255,.12);
}
.product-card__portrait img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 25%; }
@keyframes intelligence-scan { 0%,20% { background-position:120% 0; } 72%,100% { background-position:-110% 0; } }
@keyframes elita-presence { 50% { opacity:.62; transform:scale(1.025); } }
@keyframes elita-signal { 50% { opacity:.42; transform:scale(.72); } }
.handoff {
  position: relative;
  max-width: var(--max);
  margin: clamp(5rem, 9vw, 9rem) auto;
  padding: clamp(3rem, 7vw, 6rem);
  border: 1px solid rgba(247, 147, 26, 0.25);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(38, 27, 17, 0.8),
    rgba(8, 12, 18, 0.94) 55%
  );
  overflow: hidden;
}
.handoff__glow {
  position: absolute;
  z-index: 0;
  right: -15%;
  top: -40%;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(247, 147, 26, 0.16),
    transparent 68%
  );
}
.handoff > *:not(.handoff__glow) {
  position: relative;
  z-index: 1;
}
.handoff h2 {
  max-width: 900px;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
}
.handoff > p:not(.eyebrow) {
  max-width: 740px;
  color: #a8b2bc;
  line-height: 1.7;
}
.access-rail {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
}
.access-rail li {
  padding: 1rem 0.7rem;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.access-rail li:last-child {
  border: 0;
}
.access-rail span {
  color: var(--orange);
  font-size: 0.55rem;
}
.access-rail strong {
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.4;
}
.access-rail small {
  color: #78838d;
  font-size: 0.54rem;
  line-height: 1.48;
}
.gateway-dialog {
  width: min(980px, calc(100vw - 2rem));
  max-height: min(840px, calc(100svh - 2rem));
  padding: 0;
  border: 1px solid rgba(247, 147, 26, 0.28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(30, 23, 16, 0.99), rgba(6, 9, 14, 0.995) 48%);
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.gateway-dialog::backdrop {
  background: rgba(1, 3, 6, 0.82);
  backdrop-filter: blur(12px);
}
.gateway-dialog__head {
  padding: clamp(1.2rem, 3vw, 2rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.gateway-dialog__head h2 {
  max-width: 720px;
  margin: 0;
  font-family: MatrixScreen, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 520;
}
.gateway-dialog__head button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--line-hi);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font: 1.5rem/1 sans-serif;
  cursor: pointer;
}
.gateway-dialog__lead {
  max-width: 760px;
  margin: 0;
  padding: 0 clamp(1.2rem, 3vw, 2rem) 1.4rem;
  color: #9da8b3;
  font-size: 0.78rem;
  line-height: 1.65;
}
.gateway-paths {
  padding: 0 clamp(1.2rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.gateway-paths a {
  min-height: 176px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.022);
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.gateway-paths a:hover,
.gateway-paths a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(247, 147, 26, 0.48);
  background: rgba(247, 147, 26, 0.065);
}
.gateway-paths span {
  color: var(--amber);
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.gateway-paths strong {
  margin-top: 0.9rem;
  font-size: 0.78rem;
  line-height: 1.55;
  font-weight: 500;
}
.gateway-paths small {
  margin-top: auto;
  padding-top: 1rem;
  color: #b7c0c8;
  font-size: 0.6rem;
}
.gateway-settlement {
  margin: 1.4rem clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem);
  padding: 1rem;
  border: 1px solid rgba(247, 147, 26, 0.15);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 38px 38px 38px 1fr;
  align-items: center;
  gap: 0.65rem;
  background: rgba(247, 147, 26, 0.035);
}
.gateway-settlement img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.gateway-settlement p {
  margin: 0 0 0 0.3rem;
  color: #8e99a4;
  font-size: 0.64rem;
  line-height: 1.55;
}
.gateway-settlement strong {
  color: #d9dfe4;
}
.mobile-gateway-bar {
  display: none;
}
.site-footer {
  max-width: var(--max);
  margin: auto;
  padding: 3rem 1.2rem calc(3rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}
.brand--footer {
  width: 165px;
}
.site-footer p {
  max-width: 480px;
  margin: 0;
  color: #7e8995;
  font-size: 0.7rem;
  line-height: 1.55;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem 1rem;
}
.site-footer nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #8f9aa5;
  text-decoration: none;
  font-size: 0.65rem;
}
.site-footer small {
  grid-column: 1/-1;
  color: #525e69;
  font-size: 0.58rem;
}
:focus-visible {
  outline: 2px solid #ffb863;
  outline-offset: 3px;
}
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
  }
  .hero__copy {
    max-width: 850px;
    margin: auto;
  }
  .hero h1,
  .hero__lead,
  .hero__note {
    margin-inline: auto;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__world {
    min-height: 680px;
  }
  .constellation {
    width: min(620px, 84vw);
  }
  .domain {
    grid-template-columns: 1fr;
  }
  .domain__intro {
    position: static;
    max-width: 800px;
  }
  .boundary-note,
  .settlement {
    grid-column: 1;
  }
  #intelligence > .product-grid { grid-column:1; }
  .product-grid--three {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .brand--footer {
    margin: auto;
  }
  .site-footer p {
    margin: auto;
  }
  .site-footer nav {
    justify-content: center;
  }
  .site-footer small {
    grid-column: 1;
  }
}
@media (max-width: 780px) {
  html {
    scroll-padding-top: 85px;
  }
  .desktop-nav {
    display: none;
  }
  .story-deck {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .site-header {
    inset: max(0.65rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) auto max(0.75rem, env(safe-area-inset-left));
  }
  .brand {
    min-height: 3rem;
    padding: 0.1rem;
  }
  .brand::before {
    width: 2rem;
  }
  .brand img {
    height: 1.35rem;
    max-width: min(10.5rem, 46vw);
  }
  .mobile-menu nav {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 4rem;
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }
  .hero__world {
    min-height: auto;
    margin-top: 2rem;
  }
  .constellation {
    width: 100%;
    aspect-ratio: auto;
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: radial-gradient(
      circle at center,
      rgba(247, 147, 26, 0.08),
      transparent 60%
    );
  }
  .constellation__rings,
  .constellation__core {
    display: none;
  }
  .constellation__nodes {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }
  .constellation__nodes a {
    position: static;
    width: auto;
    min-height: 82px;
    transform: none !important;
  }
  .scale {
    padding-block: 5rem;
  }
  .scale__rail {
    grid-template-columns: 1fr 1fr;
  }
  .scale__rail::before {
    display: none;
  }
  .scale__rail li {
    min-height: 135px;
    border-bottom: 1px solid var(--line);
  }
  .scale__rail li:nth-child(even) {
    border-right: 0;
  }
  .scale__rail li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .scale__rail strong {
    margin-top: 1rem;
  }
  .domain-index {
    top: 78px;
    padding-inline: 0.65rem;
  }
  .domain {
    padding-top: 6rem;
  }
  .product-grid,
  .product-grid--three {
    grid-template-columns: 1fr 1fr;
  }
  .product-card {
    min-height: 285px;
  }
  .settlement {
    grid-template-columns: 1fr 1fr;
  }
  .intelligence-stage { min-height:0; grid-template-columns:1fr; }
  .intelligence-stage__portrait { min-height:520px; aspect-ratio:4/5; }
  .intelligence-stage__portrait img { object-position:50% 30%; }
  .intelligence-stage__story { padding:1.4rem; }
  .intelligence-stage__story h3 { font-size:clamp(2.1rem,9vw,3.5rem); }
  .access-rail {
    grid-template-columns: 1fr 1fr;
  }
  .gateway-paths {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-gateway-bar {
    display: none;
  }
  .site-footer {
    padding-bottom: calc(2.5rem + env(safe-area-inset-bottom));
  }
  .access-rail li {
    border-bottom: 1px solid var(--line);
  }
  .access-rail li:nth-child(even) {
    border-right: 0;
  }
  .access-rail li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .handoff {
    margin-inline: 0.8rem;
  }
  .site-footer {
    margin-inline: 0.8rem;
  }
}
@media (max-width: 540px) {
  .brand {
    width: 150px;
  }
  .hero {
    padding-inline: 1rem;
  }
  .hero__actions,
  .handoff__actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .constellation__nodes {
    grid-template-columns: 1fr;
  }
  .constellation__nodes a {
    min-height: 68px;
  }
  .scale__rail {
    grid-template-columns: 1fr;
  }
  .scale__rail li,
  .scale__rail li:nth-child(even),
  .scale__rail li:nth-last-child(-n + 2) {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .scale__rail li:last-child {
    border-bottom: 0;
  }
  .domain-index span {
    display: none;
  }
  .domain {
    padding-inline: 1rem;
  }
  .intelligence-stage { border-radius:16px; }
  .intelligence-stage__portrait { min-height:430px; }
  .intelligence-stage__identity strong { font-size:2.7rem; }
  .intelligence-stage__story { padding:1.15rem; }
  .intelligence-lineage article { min-height:88px; }
  .intelligence-stage__controls a { width:100%; justify-content:center; }
  .product-grid,
  .product-grid--three {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 260px;
  }
  .modalities ol {
    grid-template-columns: 1fr;
  }
  .modalities li,
  .modalities li:nth-child(even),
  .modalities li:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .modalities li:last-child {
    border-bottom: 0;
  }
  .settlement {
    grid-template-columns: 1fr;
  }
  .handoff {
    padding: 2.5rem 1.2rem;
  }
  .access-rail {
    grid-template-columns: 1fr;
  }
  .access-rail li,
  .access-rail li:nth-child(even),
  .access-rail li:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .access-rail li:last-child {
    border-bottom: 0;
  }
  .gateway-paths {
    grid-template-columns: 1fr;
  }
  .gateway-paths a {
    min-height: 142px;
  }
  .gateway-settlement {
    grid-template-columns: 34px 34px 34px;
  }
  .gateway-settlement p {
    grid-column: 1 / -1;
    margin: 0.35rem 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .constellation__rings {
    animation: none;
  }
  .button,
  .product-card,
  .intelligence-stage__portrait img,
  .intelligence-lineage article {
    transition: none;
  }
  .button:hover,
  .button:focus-visible,
  .product-card:hover,
  .product-card:focus-visible,
  .intelligence-stage:hover .intelligence-stage__portrait img,
  .intelligence-lineage article:hover {
    transform: none;
  }
  .intelligence-stage::before,
  .intelligence-stage__portrait-light,
  .intelligence-stage__presence span {
    animation: none;
  }
}

/* The Universe opens as one complete device-sized chapter. The constellation
   remains present on smaller screens, but becomes a compact navigable map. */
.hero {
  height: 100svh;
  min-height: 0;
  padding-top: clamp(4.8rem, 10svh, 7rem);
  padding-bottom: clamp(1.2rem, 3svh, 2.4rem);
}

@media (min-width: 781px) and (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
    gap: 1.5rem;
    text-align: left;
  }
  .hero h1,
  .hero__lead,
  .hero__note { margin-inline: 0; }
  .hero__actions { justify-content: flex-start; }
  .hero h1 { font-size: clamp(3rem, min(5.4vw, 8.7svh), 4.5rem); }
  .hero__lead { margin-top: 1rem; font-size: .95rem; line-height: 1.48; }
  .hero__actions { margin-top: 1.1rem; }
  .hero__note { margin-top: .85rem; }
  .hero__world { min-height: 0; }
  .constellation { width: min(500px, 48vw); }
  .constellation__nodes a { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-200px) rotate(calc(-1 * var(--angle))); }
}

@media (max-width: 780px) {
  .hero {
    height: 100svh;
    min-height: 0;
    padding: max(4.35rem, calc(env(safe-area-inset-top) + 3.9rem)) .85rem max(.75rem, env(safe-area-inset-bottom));
    align-content: center;
    gap: clamp(.65rem, 1.5svh, 1rem);
  }
  .eyebrow { margin-bottom: .45rem; font-size: .58rem; }
  .hero h1 { max-width: 11ch; font-size: clamp(2.65rem, min(12.5vw, 6.7svh), 3.45rem); line-height: .9; }
  .hero__lead { margin-top: .7rem; font-size: clamp(.78rem, 3.4vw, .9rem); line-height: 1.4; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; margin-top: .75rem; }
  .hero__actions .button { min-height: 2.65rem; padding: .55rem .5rem; font-size: .65rem; }
  .hero__note { margin-top: .65rem; font-size: .63rem; line-height: 1.38; }
  .hero__world { min-height: 0; margin-top: .25rem; }
  .constellation { padding: .55rem; }
  .constellation__nodes { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .35rem; }
  .constellation__nodes a { min-height: 3.5rem; padding: .35rem .2rem; font-size: .49rem; line-height: 1.2; }
  .constellation__nodes a span { margin-bottom: .16rem; font-size: .44rem; }
}

@media (max-width: 540px) {
  .hero__actions { flex-direction: initial; }
  .button { width: auto; }
  .constellation__nodes { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .constellation__nodes a { min-height: 3.5rem; }
}

@media (max-width: 420px) and (max-height: 700px) {
  .hero { padding-top: max(3.95rem, calc(env(safe-area-inset-top) + 3.55rem)); gap: .42rem; }
  .eyebrow { font-size: .52rem; }
  .hero h1 { font-size: clamp(2.25rem, 10.8vw, 2.65rem); }
  .hero__lead { font-size: .72rem; line-height: 1.32; }
  .hero__actions { margin-top: .5rem; }
  .hero__actions .button { min-height: 2.35rem; font-size: .57rem; }
  .hero__note { margin-top: .45rem; font-size: .56rem; }
  .constellation__nodes a { min-height: 2.9rem; font-size: .44rem; }
}

/* Living Sovereignty Atlas -------------------------------------------------
   One cumulative public-safe world: person -> home -> community ->
   infrastructure -> civilisation. The diagram explains authority and flow;
   it does not expose protected SI0S architecture or economics. */
.universe-atlas {
  --atlas-orange: #f7931a;
  --atlas-cyan: #79e8ff;
  --atlas-gold: #ffd36a;
  --atlas-platinum: #e8edf2;
  --atlas-ease: cubic-bezier(.2,.72,.18,1);
  position: relative;
  height: 100svh;
  min-height: 680px;
  grid-template-columns: minmax(21rem,.78fr) minmax(36rem,1.22fr);
  grid-template-rows: 1fr;
  gap: clamp(1.25rem,3vw,3rem);
  padding-top: clamp(5.2rem,9svh,7rem);
  padding-bottom: clamp(1rem,2.2svh,2rem);
  overflow: clip;
  isolation: isolate;
}
.universe-atlas::before {
  content: "";
  position: absolute;
  inset: 4% -12% -22% 24%;
  z-index: -1;
  background:
    radial-gradient(circle at 52% 56%,rgba(121,232,255,.1),transparent 23%),
    radial-gradient(circle at 62% 64%,rgba(247,147,26,.1),transparent 35%);
  pointer-events: none;
}
.universe-atlas__copy { align-self: center; }
.universe-atlas__index {
  margin: 0 0 .75rem;
  color: #7e8b97;
  font-size: .61rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.universe-atlas h1 {
  max-width: 10ch;
  font-size: clamp(3.15rem,min(5vw,8.2svh),5.5rem);
}
[data-state="community"] h1,
[data-state="civilisation"] h1 { max-width: 12ch; font-size: clamp(2.85rem,min(4.35vw,7.2svh),4.8rem); }
.universe-atlas .hero__lead {
  max-width: 55ch;
  margin-top: 1rem;
  font-size: clamp(.9rem,1.2vw,1.05rem);
  line-height: 1.55;
}
.universe-atlas__opportunity {
  max-width: 54ch;
  margin: .85rem 0 0;
  padding: .65rem 0 .65rem .9rem;
  border-left: 1px solid rgba(247,147,26,.58);
  color: #d9e0e6;
  font-size: .76rem;
  line-height: 1.52;
}
.universe-atlas__tabs {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: .34rem;
}
.universe-atlas__tabs button {
  min-width: 0;
  min-height: 48px;
  padding: .52rem .32rem;
  border: 1px solid rgba(223,233,241,.13);
  border-radius: 9px;
  background: rgba(8,12,17,.74);
  color: #8996a2;
  font: inherit;
  font-size: .55rem;
  line-height: 1.2;
  letter-spacing: .025em;
  cursor: pointer;
  transition: color .24s,border-color .24s,background .24s,box-shadow .24s;
}
.universe-atlas__tabs button span {
  display: block;
  margin-bottom: .24rem;
  color: #64717d;
  font-size: .47rem;
  letter-spacing: .12em;
}
.universe-atlas__tabs button:hover,
.universe-atlas__tabs button:focus-visible,
.universe-atlas__tabs button[aria-selected="true"] {
  border-color: rgba(247,147,26,.58);
  background: linear-gradient(145deg,rgba(247,147,26,.16),rgba(8,12,17,.9));
  color: #fff;
  box-shadow: inset 0 0 20px rgba(247,147,26,.05),0 0 22px rgba(247,147,26,.08);
}
.universe-atlas__tabs button[aria-selected="true"] span { color: var(--atlas-gold); }
.universe-atlas__response {
  max-width: 55ch;
  min-height: 2.2em;
  margin: .75rem 0 0;
  color: #9ca8b3;
  font-size: .68rem;
  line-height: 1.48;
}
.universe-atlas__actions { margin-top: .75rem; }
.universe-atlas__actions .button { min-height: 44px; font-size: .71rem; }
.universe-atlas .hero__note { margin-top: .58rem; font-size: .62rem; }

.universe-atlas__world {
  position: relative;
  min-height: 0;
  align-self: stretch;
  display: grid;
  place-items: center;
}
.universe-atlas__viewport {
  position: relative;
  width: min(100%,780px);
  aspect-ratio: 1.3;
  overflow: hidden;
  border: 1px solid rgba(198,216,230,.13);
  border-radius: clamp(18px,2.4vw,30px);
  background:
    radial-gradient(circle at 72% 25%,rgba(255,211,106,.13),transparent 24%),
    radial-gradient(circle at 53% 55%,rgba(121,232,255,.11),transparent 31%),
    linear-gradient(165deg,rgba(26,47,60,.72),rgba(8,13,18,.96) 56%,rgba(2,4,7,.99));
  box-shadow: inset 0 1px 0 rgba(235,244,249,.1),inset 0 0 90px rgba(121,232,255,.055),0 35px 80px rgba(0,0,0,.42);
}
.universe-atlas__viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,rgba(255,255,255,.018),transparent 32%,rgba(0,0,0,.16));
  pointer-events: none;
}
.universe-atlas__map { width: 100%; height: 100%; overflow: visible; }
.atlas-atmosphere { pointer-events:none; }
.atlas-sun { animation:atlas-sunrise 8s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
.atlas-mist { animation:atlas-mist 10s ease-in-out infinite alternate; }
.atlas-light-beam { animation:atlas-light 7.5s ease-in-out infinite alternate; }
.atlas-windows { animation:atlas-windows 4.8s ease-in-out infinite alternate; }
.universe-atlas__camera {
  transform-box: fill-box;
  transform-origin: 52% 61%;
  transition: transform 1050ms var(--atlas-ease);
  will-change: transform;
}
[data-state="person"] .universe-atlas__camera { transform: scale(2.06) translate3d(0,-1.5%,0); }
[data-state="home"] .universe-atlas__camera { transform: scale(1.5) translate3d(0,-1%,0); }
[data-state="community"] .universe-atlas__camera { transform: scale(1.16) translate3d(0,-.5%,0); }
[data-state="infrastructure"] .universe-atlas__camera { transform: scale(.94) translate3d(0,1.5%,0); }
[data-state="civilisation"] .universe-atlas__camera { transform: scale(.8) translate3d(0,4.5%,0); }

.atlas-terrain { fill: url(#atlas-ground); stroke: rgba(163,198,220,.18); stroke-width: 1; }
.atlas-terrain--inner { fill: rgba(23,34,42,.48); stroke: rgba(247,147,26,.13); }
.atlas-layer {
  opacity: .035;
  filter: saturate(.15);
  transition: opacity 680ms var(--atlas-ease),filter 680ms var(--atlas-ease);
}
.atlas-layer.is-revealed { opacity: .7; filter: saturate(.82); }
.atlas-layer.is-active { opacity: 1; filter: saturate(1); }
.atlas-horizon,.atlas-flow,.atlas-road,.atlas-home-boundary,.atlas-proof-gate,.atlas-focus--outline {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.atlas-horizon { stroke: rgba(173,202,222,.35); stroke-width: 2; }
.atlas-district > path:not(.atlas-windows),.atlas-community-ground { fill: url(#atlas-titanium); stroke: rgba(170,201,220,.46); }
.atlas-road { stroke: rgba(205,216,224,.28); stroke-width: 20; }
.atlas-road + * { position: relative; }
.atlas-energy-field>path:first-child { fill: rgba(247,147,26,.06); stroke: rgba(247,147,26,.46); }
.atlas-energy-field>path:not(:first-child),.atlas-solar-grid { fill:none; stroke: rgba(255,211,106,.55); }
.atlas-wind { fill:none; stroke: rgba(215,232,242,.7); stroke-width: 3; }
.atlas-compute path,.atlas-civic path,.atlas-home path { fill: rgba(12,20,27,.82); stroke: rgba(154,200,226,.5); }
.atlas-water ellipse,.atlas-water path { fill: rgba(39,132,165,.13); stroke: rgba(121,232,255,.6); }
.atlas-scan { animation: atlas-scan 3.8s ease-in-out infinite; }
.atlas-community-ground { stroke: rgba(121,232,255,.25); }
.atlas-consent { fill: #071016; stroke: var(--atlas-gold); stroke-width: 2; filter: url(#atlas-glow); }
.atlas-home-boundary { stroke: rgba(247,147,26,.46); stroke-width: 2; stroke-dasharray: 6 12; animation: atlas-boundary 5.8s ease-in-out infinite; }
.atlas-home-roof { fill: rgba(30,39,46,.98); stroke: rgba(236,242,246,.58); }
.atlas-home-wall { fill: rgba(9,15,20,.95); stroke: rgba(162,190,207,.48); }
.atlas-solar { fill: rgba(28,77,95,.72); stroke: var(--atlas-cyan); }
.atlas-battery { fill: rgba(8,14,18,.95); stroke: rgba(255,211,106,.72); }
.atlas-battery-charge { fill: var(--atlas-orange); opacity: .75; }
.atlas-ai { fill: rgba(121,232,255,.12); stroke: var(--atlas-cyan); stroke-width: 2; }
.atlas-ai-pulse { fill:none; stroke: rgba(121,232,255,.35); animation: atlas-ai-pulse 4.2s ease-out infinite; transform-box:fill-box; transform-origin:center; }
.atlas-treasury { fill: rgba(247,147,26,.12); stroke: var(--atlas-orange); }
.atlas-treasury+text { fill: var(--atlas-gold); font-size: 16px; font-family: ui-sans-serif,sans-serif; }
.atlas-person-field { fill: none; stroke: rgba(232,237,242,.48); stroke-width: 2; animation: atlas-boundary 5.8s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
.atlas-person-field--inner { stroke: rgba(247,147,26,.48); animation-delay: -.9s; }
.atlas-authority-glow { fill: url(#atlas-authority); opacity: .34; }
.atlas-human-ground { fill:rgba(121,232,255,.06); stroke:rgba(185,221,239,.32); filter:url(#atlas-glow); }
.atlas-human-head,.atlas-human-body { fill:url(#atlas-human-metal); stroke:rgba(244,248,250,.58); stroke-width:1; filter:url(#atlas-glow); }
.atlas-human-core-halo { fill:url(#atlas-human-core); opacity:.58; animation:atlas-human-core 3.4s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
.atlas-human-core { fill:#fff7d6; stroke:var(--atlas-orange); stroke-width:1.5; filter:url(#atlas-glow); }
.atlas-human-key { fill:none; stroke:#2a1605; stroke-width:1.6; }
.atlas-human-capabilities>path { fill:none; stroke:rgba(158,198,221,.36); stroke-width:1; stroke-dasharray:3 7; }
.atlas-capability circle { fill:rgba(5,11,16,.96); stroke:var(--atlas-cyan); stroke-width:1.5; filter:url(#atlas-glow); }
.atlas-capability path { fill:none; stroke:#dff8ff; stroke-width:1.4; }
.atlas-capability text,.atlas-consent-gate text { fill:rgba(222,234,242,.74); stroke:none; font-family:MatrixScreen,ui-monospace,monospace; font-size:8px; letter-spacing:.11em; }
.atlas-capability--energy circle,.atlas-capability--treasury circle { stroke:var(--atlas-orange); }
.atlas-capability-bitcoin { fill:var(--atlas-gold)!important; font-family:ui-sans-serif,sans-serif!important; font-size:12px!important; letter-spacing:0!important; text-anchor:middle; }
.atlas-consent-gate rect { fill:rgba(247,147,26,.1); stroke:var(--atlas-gold); stroke-width:1.4; }
.atlas-consent-gate path:not(.atlas-proof-gate) { fill:none; stroke:var(--atlas-gold); stroke-width:1.4; }
.atlas-proof-gate { stroke: var(--atlas-gold); stroke-width: 5; }
.atlas-proof-packet { fill:var(--atlas-cyan); stroke:none; filter:url(#atlas-glow); animation:atlas-proof-packet 2.4s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
.atlas-flow { stroke-width: 2.5; stroke-dasharray: 5 17; animation: atlas-flow 4.8s linear infinite; }
.atlas-flow--proof { stroke: var(--atlas-cyan); }
.atlas-flow--value { stroke: url(#atlas-energy); }
.atlas-focus { fill:none; stroke: rgba(255,211,106,.62); stroke-width: 2; stroke-dasharray: 3 10; filter:url(#atlas-glow); animation: atlas-focus 4.6s linear infinite; transform-box:fill-box; transform-origin:center; }
.atlas-focus--outline { stroke: rgba(255,211,106,.58); }
[data-universe-scene][hidden] { display:none !important; }
[data-universe-scene][hidden] * { animation-play-state:paused !important; }

.universe-atlas__legend {
  position: absolute;
  z-index: 4;
  right: .8rem;
  bottom: .7rem;
  display: flex;
  gap: .75rem;
  color: #7d8b97;
  font-size: .5rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.universe-atlas__legend span::before { content:""; display:inline-block; width:5px; aspect-ratio:1; margin-right:.3rem; border-radius:50%; box-shadow:0 0 8px currentColor; }
.universe-atlas__legend .is-authority { color: var(--atlas-platinum); }
.universe-atlas__legend .is-value { color: var(--atlas-orange); }
.universe-atlas__legend .is-proof { color: var(--atlas-cyan); }
.universe-atlas:not(.is-in-view) .atlas-flow,
.universe-atlas:not(.is-in-view) .atlas-focus,
.universe-atlas:not(.is-in-view) .atlas-person-field,
.universe-atlas:not(.is-in-view) .atlas-home-boundary,
.universe-atlas:not(.is-in-view) .atlas-ai-pulse,
.universe-atlas:not(.is-in-view) .atlas-human-core-halo,
.universe-atlas:not(.is-in-view) .atlas-proof-packet,
.universe-atlas:not(.is-in-view) .atlas-scan,
html.is-page-hidden .universe-atlas * { animation-play-state: paused !important; }

@keyframes atlas-flow { to { stroke-dashoffset: -44; } }
@keyframes atlas-boundary { 50% { opacity:.62; transform:scale(1.025); } }
@keyframes atlas-ai-pulse { 0% { opacity:.72; transform:scale(.76); } 75%,100% { opacity:0; transform:scale(1.28); } }
@keyframes atlas-human-core { 50% { opacity:.86; transform:scale(1.14); } }
@keyframes atlas-proof-packet { 0%,100% { opacity:.28; transform:scale(.7); } 50% { opacity:1; transform:scale(1.45); } }
@keyframes atlas-scan { 0%,100% { transform:translateY(-8px); opacity:.22; } 50% { transform:translateY(16px); opacity:1; } }
@keyframes atlas-focus { to { stroke-dashoffset:-52; } }
@keyframes atlas-sunrise { 50% { opacity:.78; transform:scale(1.07); } }
@keyframes atlas-mist { to { transform:translateX(24px); opacity:.54; } }
@keyframes atlas-light { to { opacity:.64; transform:translateX(-10px); } }
@keyframes atlas-windows { to { opacity:.48; } }

@media (max-width:1050px) {
  .universe-atlas {
    grid-template-columns:minmax(18rem,.82fr) minmax(27rem,1.18fr);
    min-height:640px;
    text-align:left;
  }
  .universe-atlas h1,.universe-atlas .hero__lead,.universe-atlas .hero__note { margin-inline:0; }
  .universe-atlas__actions { justify-content:flex-start; }
  .universe-atlas__tabs button { font-size:.5rem; }
}

@media (max-width:780px) {
  .universe-atlas {
    height:100svh;
    min-height:0;
    padding:max(4.35rem,calc(env(safe-area-inset-top) + 3.9rem)) .8rem max(.7rem,env(safe-area-inset-bottom));
    grid-template-columns:1fr;
    grid-template-rows:auto minmax(210px,1fr);
    align-content:stretch;
    gap:.45rem;
    text-align:left;
  }
  .universe-atlas__copy { align-self:start; }
  .universe-atlas .eyebrow { margin-bottom:.25rem; font-size:.51rem; }
  .universe-atlas__index { margin-bottom:.32rem; font-size:.47rem; }
  .universe-atlas h1 { max-width:11ch; font-size:clamp(2.05rem,min(10.7vw,5.7svh),2.85rem); line-height:.91; }
  [data-state="community"] h1,
  [data-state="civilisation"] h1 { max-width:14ch; font-size:clamp(1.88rem,min(9.2vw,5svh),2.38rem); }
  .universe-atlas .hero__lead { margin-top:.38rem; font-size:clamp(.68rem,2.9vw,.79rem); line-height:1.34; }
  .universe-atlas__opportunity { margin-top:.35rem; padding:.34rem 0 .34rem .58rem; font-size:.59rem; line-height:1.32; }
  .universe-atlas__tabs { margin-top:.42rem; gap:.2rem; }
  .universe-atlas__tabs button { min-height:39px; padding:.28rem .12rem; border-radius:7px; font-size:.43rem; }
  .universe-atlas__tabs button span { margin-bottom:.1rem; font-size:.38rem; }
  .universe-atlas__response { min-height:1.7em; margin-top:.35rem; font-size:.55rem; line-height:1.28; }
  .universe-atlas__actions { margin-top:.35rem; }
  .universe-atlas__actions .button { width:100%; min-height:37px; padding:.4rem .55rem; font-size:.57rem; }
  .universe-atlas .hero__note { margin-top:.28rem; font-size:.49rem; line-height:1.24; }
  .universe-atlas__world { margin:0; min-height:0; align-self:stretch; }
  .universe-atlas__viewport { width:100%; height:100%; min-height:210px; aspect-ratio:auto; border-radius:14px; }
  .universe-atlas__map { min-height:100%; }
  .universe-atlas__legend { right:.45rem; bottom:.38rem; gap:.4rem; font-size:.38rem; }
  [data-state="person"] .universe-atlas__camera { transform:scale(1.62) translate3d(0,-2%,0); }
  [data-state="home"] .universe-atlas__camera { transform:scale(1.3) translate3d(0,-1%,0); }
  [data-state="community"] .universe-atlas__camera { transform:scale(1.04); }
  [data-state="infrastructure"] .universe-atlas__camera { transform:scale(.9) translate3d(0,3%,0); }
  [data-state="civilisation"] .universe-atlas__camera { transform:scale(.76) translate3d(0,6%,0); }
}

@media (max-width:420px) and (max-height:700px) {
  .universe-atlas { padding-top:max(3.95rem,calc(env(safe-area-inset-top) + 3.55rem)); grid-template-rows:auto minmax(180px,1fr); gap:.28rem; }
  .universe-atlas .eyebrow,.universe-atlas__opportunity,.universe-atlas .hero__note { display:none; }
  .universe-atlas h1 { font-size:clamp(1.82rem,9.6vw,2.25rem); }
  .universe-atlas .hero__lead { font-size:.62rem; }
  .universe-atlas__tabs { margin-top:.28rem; }
  .universe-atlas__tabs button { min-height:34px; }
  .universe-atlas__response { margin-top:.24rem; }
  .universe-atlas__actions { margin-top:.22rem; }
  .universe-atlas__actions .button { min-height:33px; }
  .universe-atlas__viewport { min-height:180px; }
}

@media (prefers-reduced-motion:reduce) {
  .universe-atlas__camera,.atlas-layer { transition:none; }
  .atlas-flow,.atlas-focus,.atlas-person-field,.atlas-home-boundary,.atlas-ai-pulse,.atlas-human-core-halo,.atlas-proof-packet,.atlas-scan,.atlas-sun,.atlas-mist,.atlas-light-beam,.atlas-windows { animation:none; }
}

/* Sovereign district cinematic ------------------------------------------------
   The approved district painting is the public visual truth. Five states move
   one continuous camera through it; the protected SI0S implementation remains
   behind qualification. */
.universe-cinematic {
  --world-scale: 1;
  --world-origin-x: 50%;
  --world-origin-y: 50%;
  --world-shift-x: 0px;
  --world-shift-y: 0px;
  background: #071015;
  border-color: rgba(232,237,242,.2);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 0 110px rgba(7,14,18,.16),
    0 42px 90px rgba(0,0,0,.5),
    0 0 52px rgba(121,232,255,.045);
}

.universe-cinematic::before {
  z-index: 5;
  background:
    linear-gradient(180deg,rgba(4,9,12,.06),transparent 35%,rgba(3,7,10,.36)),
    radial-gradient(ellipse at center,transparent 52%,rgba(1,4,7,.5) 100%);
}

.universe-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.22);
  pointer-events: none;
}

.universe-cinematic__picture,
.universe-cinematic__image,
.universe-cinematic__atmosphere,
.universe-cinematic__light,
.universe-cinematic__scenes,
.universe-cinematic__scene {
  position: absolute;
  inset: 0;
}

.universe-cinematic__picture {
  z-index: 0;
  overflow: hidden;
  background: #071015;
}

.universe-cinematic__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: var(--world-origin-x) var(--world-origin-y);
  transform: translate3d(calc(var(--world-shift-x) + var(--world-x, 0px)),calc(var(--world-shift-y) + var(--world-y, 0px)),0) scale(var(--world-scale));
  filter: saturate(var(--world-saturation,1.04)) contrast(var(--world-contrast,1.04)) brightness(var(--world-brightness,1));
  transition: transform 1250ms cubic-bezier(.18,.76,.16,1),filter 900ms ease;
  animation: world-breathe 12s ease-in-out infinite alternate;
  will-change: transform;
}

[data-state="person"] .universe-cinematic {
  --world-scale: 2.18; --world-origin-x: 52%; --world-origin-y: 78%; --world-x: -1.2%; --world-y: -2%; --world-saturation: 1.08;
}
[data-state="home"] .universe-cinematic {
  --world-scale: 1.58; --world-origin-x: 51%; --world-origin-y: 73%; --world-x: 0%; --world-y: -1%; --world-saturation: 1.07;
}
[data-state="community"] .universe-cinematic {
  --world-scale: 1.27; --world-origin-x: 42%; --world-origin-y: 58%; --world-x: 1%; --world-y: 0%; --world-saturation: 1.05;
}
[data-state="infrastructure"] .universe-cinematic {
  --world-scale: 1.12; --world-origin-x: 67%; --world-origin-y: 51%; --world-x: -1%; --world-y: 0%; --world-saturation: 1.04;
}
[data-state="civilisation"] .universe-cinematic {
  --world-scale: 1; --world-origin-x: 50%; --world-origin-y: 50%; --world-saturation: 1.02; --world-contrast: 1.02;
}

.universe-cinematic__atmosphere {
  z-index: 2;
  background:
    linear-gradient(112deg,transparent 16%,rgba(255,216,147,.12) 42%,transparent 64%),
    radial-gradient(circle at 54% 11%,rgba(255,227,177,.2),transparent 25%),
    linear-gradient(180deg,rgba(183,217,229,.12),transparent 42%);
  mix-blend-mode: screen;
  opacity: .72;
  animation: world-atmosphere 14s ease-in-out infinite alternate;
  pointer-events: none;
}

.universe-cinematic__light {
  z-index: 3;
  opacity: .42;
  mix-blend-mode: screen;
  pointer-events: none;
}
.universe-cinematic__light--value {
  background: radial-gradient(ellipse at 48% 84%,rgba(247,147,26,.28),transparent 37%);
  animation: world-value 7s ease-in-out infinite;
}
.universe-cinematic__light--evidence {
  background: radial-gradient(ellipse at 64% 55%,rgba(121,232,255,.18),transparent 34%);
  animation: world-evidence 8.5s ease-in-out infinite alternate;
}

.universe-cinematic__scenes { z-index: 4; pointer-events: none; }
.universe-cinematic__scene::before {
  content: "";
  position: absolute;
  width: clamp(9px,1vw,14px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 50%;
  background: rgba(247,147,26,.78);
  box-shadow: 0 0 0 6px rgba(247,147,26,.1),0 0 28px rgba(247,147,26,.78);
  animation: world-authority 3.2s ease-in-out infinite;
}
[data-universe-scene="person"]::before { left: 50%; top: 76%; }
[data-universe-scene="home"]::before { left: 52%; top: 68%; }
[data-universe-scene="community"]::before { left: 41%; top: 53%; }
[data-universe-scene="infrastructure"]::before { left: 69%; top: 48%; background:rgba(121,232,255,.78); box-shadow:0 0 0 6px rgba(121,232,255,.1),0 0 28px rgba(121,232,255,.7); }
[data-universe-scene="civilisation"]::before { left: 53%; top: 39%; }

.universe-cinematic [data-universe-scene][hidden] { display: none !important; }
.universe-cinematic [data-universe-scene][hidden]::before { animation: none !important; }
.universe-atlas:not(.is-in-view) .universe-cinematic *,
html.is-page-hidden .universe-cinematic * { animation-play-state: paused !important; }

@keyframes world-breathe {
  to { filter: saturate(calc(var(--world-saturation,1.04) + .035)) contrast(var(--world-contrast,1.04)) brightness(calc(var(--world-brightness,1) + .025)); }
}
@keyframes world-atmosphere { to { opacity: .92; transform: translate3d(-1.5%,1%,0) scale(1.03); } }
@keyframes world-value { 50% { opacity:.72; transform:scale(1.06); } }
@keyframes world-evidence { to { opacity:.66; transform:translate3d(-2%,1%,0) scale(1.04); } }
@keyframes world-authority { 50% { transform:scale(1.22); opacity:.76; } }

@media (max-width:780px) {
  .universe-cinematic__image { object-position:50% 52%; }
  [data-state="person"] .universe-cinematic { --world-scale:2.42; --world-origin-x:52%; --world-origin-y:78%; --world-y:-3%; }
  [data-state="home"] .universe-cinematic { --world-scale:1.78; --world-origin-x:52%; --world-origin-y:72%; --world-y:-2%; }
  [data-state="community"] .universe-cinematic { --world-scale:1.38; --world-origin-x:42%; --world-origin-y:57%; }
  [data-state="infrastructure"] .universe-cinematic { --world-scale:1.22; --world-origin-x:68%; --world-origin-y:50%; }
  [data-state="civilisation"] .universe-cinematic { --world-scale:1.08; }
  .universe-cinematic__atmosphere { opacity:.62; }
}

@media (prefers-reduced-motion:reduce) {
  .universe-cinematic__image { transition:none; animation:none; }
  .universe-cinematic__atmosphere,
  .universe-cinematic__light,
  .universe-cinematic__scene::before { animation:none; }
}
