:root {
  --midnight: #101b2d;
  --midnight-deep: #0a1423;
  --midnight-soft: #1a2940;
  --cloud: #f4f6f2;
  --paper: #ffffff;
  --ink: #142033;
  --muted: #5d6878;
  --line: #d9ded9;
  --line-dark: rgba(255, 255, 255, 0.14);
  --cobalt: #2e63ff;
  --cobalt-soft: #dfe7ff;
  --sage: #a8c79a;
  --sage-deep: #5f8057;
  --amber: #f2b84b;
  --danger: #ff806f;
  --display: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shell: 1240px;
  --shadow: 0 28px 80px rgba(16, 27, 45, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cloud);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  color: inherit;
}

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 27, 45, 0.1);
  background: rgba(244, 246, 242, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

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

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--midnight);
  color: var(--paper);
}

.brand-mark svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.brand-mark svg path:last-child {
  stroke: var(--sage);
  stroke-width: 2.5;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-edition {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav > a {
  color: #465264;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav > a:hover {
  color: var(--ink);
}

.site-nav .nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid var(--midnight);
  background: var(--midnight);
  color: var(--paper);
}

.nav-cta svg,
.button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.nav-cta > span {
  margin-left: 3px;
  color: var(--sage);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background: var(--cloud);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(46, 99, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 42px;
  right: -260px;
  width: 580px;
  height: 580px;
}

.hero::after {
  top: 104px;
  right: -198px;
  width: 460px;
  height: 460px;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr);
  gap: 74px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 38px;
}

.status-line,
.eyebrow,
.panel-label,
.section-index,
.console-topbar,
.engine-top,
.engine-foot,
.terminal-bar,
.terminal-footer,
.ops-code,
.destination-index-head,
.destination-note {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: #4b596d;
  font-size: 10px;
}

.status-pulse {
  position: relative;
  width: 9px;
  height: 9px;
  border: 2px solid var(--cloud);
  border-radius: 50%;
  background: var(--sage-deep);
  box-shadow: 0 0 0 1px var(--sage-deep);
}

.status-pulse::after {
  position: absolute;
  inset: -5px;
  border: 1px solid var(--sage-deep);
  border-radius: 50%;
  content: "";
  opacity: 0;
  animation: status-ring 2.4s ease-out infinite;
}

@keyframes status-ring {
  0% { opacity: 0.75; transform: scale(0.55); }
  75%, 100% { opacity: 0; transform: scale(1.25); }
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(4.25rem, 6.8vw, 6.9rem);
  font-weight: 600;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.hero h1 span,
.why-heading h2 span,
.ownership-heading h2 span,
.recovery-copy h2 span,
.reliability-heading h2 span,
.operations-heading h2 span,
.faq-heading h2 span {
  color: var(--cobalt);
}

.hero-lede {
  max-width: 590px;
  margin: 30px 0 0;
  color: #536074;
  font-size: 18px;
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 21px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--cobalt);
  color: var(--paper);
}

.button-primary:hover {
  background: #174ee9;
}

.button-primary span {
  color: var(--sage);
}

.button-secondary {
  border-color: #bdc5cd;
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--paper);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 27px;
  color: #687487;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust span::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sage-deep);
  content: "";
}

.route-console {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #24344b;
  border-radius: 4px;
  background: var(--midnight);
  box-shadow: 20px 24px 0 rgba(46, 99, 255, 0.11), var(--shadow);
  color: var(--paper);
}

.route-console::before {
  position: absolute;
  top: 44px;
  right: -170px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(168, 199, 154, 0.15);
  border-radius: 50%;
  content: "";
}

.console-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
}

.console-topbar > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
}

.console-topbar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

.console-topbar > span:last-child {
  color: var(--sage);
}

.route-canvas {
  position: relative;
  height: 430px;
}

.route-lines {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-line {
  fill: none;
  stroke: rgba(168, 199, 154, 0.34);
  stroke-dasharray: 5 8;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.route-line-b {
  stroke: rgba(46, 99, 255, 0.75);
  stroke-dasharray: 3 6;
  stroke-width: 1.8;
}

.route-label {
  position: absolute;
  top: 21px;
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-label-left { left: 20px; }
.route-label-right { right: 20px; }

.route-node {
  position: absolute;
  z-index: 2;
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #142239;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.14);
}

.route-node small,
.control-core small,
.route-event small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--mono);
  font-size: 6px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.route-node strong,
.route-event strong {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-node {
  left: 18px;
  width: 148px;
  padding: 10px;
}

.source-one { top: 55px; }
.source-two { top: 184px; }
.source-three { top: 313px; }

.node-icon {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border: 1px solid rgba(168, 199, 154, 0.45);
  border-radius: 7px;
}

.icon-files::before,
.icon-files::after {
  position: absolute;
  background: var(--sage);
  content: "";
}

.icon-files::before { top: 7px; left: 6px; width: 13px; height: 2px; box-shadow: 0 5px 0 var(--sage), 0 10px 0 var(--sage); }
.icon-files::after { top: 6px; left: 4px; width: 2px; height: 14px; }

.icon-database::before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 13px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  box-shadow: inset 0 -5px 0 transparent;
  content: "";
}

.icon-database::after {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 15px;
  height: 7px;
  border-top: 1px solid var(--sage);
  border-bottom: 1px solid var(--sage);
  content: "";
}

.icon-cloud::before {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 16px;
  height: 9px;
  border: 1px solid var(--sage);
  border-radius: 8px;
  content: "";
}

.icon-cloud::after {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--sage);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #142239;
  content: "";
}

.node-state {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage);
}

.destination-node {
  right: 18px;
  width: 151px;
  padding: 10px;
}

.destination-one { top: 59px; }
.destination-two { top: 184px; }
.destination-three { top: 309px; }

.destination-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 2px solid #142239;
  border-radius: 50%;
  box-shadow: 0 0 0 1px currentColor;
}

.dot-blue { background: #6f91ff; color: #6f91ff; }
.dot-sage { background: var(--sage); color: var(--sage); }
.dot-amber { background: var(--amber); color: var(--amber); }

.destination-node b {
  margin-left: auto;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 6px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.control-core {
  position: absolute;
  z-index: 3;
  top: 142px;
  left: 50%;
  display: flex;
  width: 146px;
  height: 146px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(168, 199, 154, 0.4);
  border-radius: 50%;
  background: var(--midnight-deep);
  box-shadow: 0 0 0 12px rgba(168, 199, 154, 0.035), 0 0 0 25px rgba(168, 199, 154, 0.025);
  transform: translateX(-50%);
}

.core-ring {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.core-mark {
  position: relative;
  display: flex;
  width: 33px;
  height: 22px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 7px;
}

.core-mark span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 -2px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  background: var(--midnight-deep);
}

.core-mark span:nth-child(2) { align-self: flex-start; }

.control-core strong {
  font-size: 12px;
  font-weight: 600;
}

.control-core em {
  margin-top: 5px;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
}

.route-event {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  left: 50%;
  display: flex;
  width: 222px;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(168, 199, 154, 0.25);
  background: #1a2a41;
  transform: translateX(-50%);
}

.route-event > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}

.route-event time {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--mono);
  font-size: 7px;
}

.proof-rail {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-rail > div {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 15px;
  padding: 18px 28px;
  border-right: 1px solid var(--line);
}

.proof-rail > div:first-child { padding-left: 0; }
.proof-rail > div:last-child { border-right: 0; }

.proof-rail strong {
  color: var(--ink);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.proof-rail span {
  color: #657182;
  font-size: 11px;
  line-height: 1.5;
}

.why-section,
.ownership-section,
.operations-section,
.faq-section {
  padding: 140px 0;
}

.why-layout,
.ownership-layout,
.operations-layout {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 78px;
}

.section-index {
  align-self: start;
  color: #748091;
  font-size: 9px;
}

.section-index span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cobalt);
}

.section-index p {
  margin: 0;
  writing-mode: vertical-rl;
}

.why-content,
.ownership-content,
.operations-content {
  min-width: 0;
}

.why-heading {
  max-width: 990px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--cobalt);
  font-size: 9px;
}

.why-heading h2,
.ownership-heading h2,
.recovery-copy h2,
.reliability-heading h2,
.operations-heading h2,
.faq-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.why-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.why-copy > p {
  max-width: 715px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.text-link,
.install-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.text-link span {
  color: var(--cobalt);
}

.story-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 92px 0 0;
  padding: 0;
  list-style: none;
}

.story-route::before {
  position: absolute;
  top: 19px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: var(--line);
  content: "";
}

.story-route li {
  position: relative;
  z-index: 1;
  padding-right: 34px;
}

.story-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 31px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cloud);
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 8px;
}

.story-route li:last-child .story-number {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: var(--paper);
}

.story-route small {
  color: #7a8594;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.story-route h3 {
  margin: 8px 0 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.story-route p {
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.coverage-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 140px;
  background: var(--midnight);
  color: var(--paper);
}

.coverage-section::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(168, 199, 154, 0.12);
  border-radius: 50%;
  content: "";
}

.coverage-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 11%;
  align-items: end;
}

.eyebrow-light {
  color: var(--sage);
}

.coverage-heading h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.92;
}

.coverage-heading h2 span {
  color: var(--sage);
}

.coverage-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.7;
}

.source-explorer {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 590px;
  margin-top: 80px;
  border: 1px solid var(--line-dark);
}

.source-tabs {
  border-right: 1px solid var(--line-dark);
  scroll-snap-type: x proximity;
}

.source-tab {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 147px;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 5px;
  align-content: center;
  padding: 22px 25px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
  scroll-snap-align: start;
}

.source-tab:last-child { border-bottom: 0; }

.source-tab::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 3px;
  background: var(--sage);
  content: "";
  opacity: 0;
}

.source-tab:hover {
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.9);
}

.source-tab.is-active {
  background: var(--midnight-soft);
  color: var(--paper);
}

.source-tab.is-active::after { opacity: 1; }

.source-tab > span {
  grid-row: 1 / 3;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 8px;
}

.source-tab strong {
  align-self: end;
  font-size: 16px;
  font-weight: 500;
}

.source-tab small {
  color: rgba(255, 255, 255, 0.36);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.03em;
}

.source-stage {
  min-width: 0;
}

.source-panel {
  display: grid;
  min-height: 588px;
  grid-template-columns: minmax(300px, 0.87fr) minmax(380px, 1.13fr);
  gap: 7%;
  align-items: center;
  padding: 54px;
}

.source-panel[hidden] { display: none; }

.panel-label {
  margin: 0 0 22px;
  color: var(--sage);
  font-size: 8px;
}

.panel-copy h3 {
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.panel-copy > p:not(.panel-label) {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.panel-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.panel-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 11px;
}

.panel-copy li::before {
  width: 5px;
  height: 5px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  content: "";
}

.engine-visual {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--midnight-deep);
  box-shadow: 16px 16px 0 rgba(168, 199, 154, 0.05);
}

.engine-top,
.engine-foot {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 7px;
}

.engine-top { border-bottom: 1px solid var(--line-dark); }
.engine-foot { border-top: 1px solid var(--line-dark); }
.engine-top b,
.engine-foot strong { color: var(--sage); font-weight: 400; }

.file-tree {
  min-height: 248px;
  padding: 34px 29px 23px;
}

.file-tree p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--mono);
  font-size: 9px;
}

.file-tree p:first-child { color: rgba(255, 255, 255, 0.85); }
.file-tree p:last-child { border-bottom: 0; }
.file-tree p > i { display: block; width: 9px; height: 9px; border: 1px solid rgba(255, 255, 255, 0.25); font-style: normal; }
.file-tree .changed { color: rgba(255, 255, 255, 0.78); }
.file-tree .changed > i { border-color: var(--sage); background: var(--sage); }
.file-tree em { margin-left: auto; color: rgba(255, 255, 255, 0.28); font-size: 7px; font-style: normal; }
.file-tree .changed em { color: var(--sage); }

.engine-meter {
  height: 3px;
  margin: 0 29px 27px;
  background: rgba(255, 255, 255, 0.1);
}

.engine-meter span { display: block; width: 72%; height: 100%; background: var(--cobalt); }

.database-stack {
  display: grid;
  gap: 10px;
  min-height: 278px;
  align-content: center;
  padding: 28px;
}

.database-stack > div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.database-stack > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(168, 199, 154, 0.45);
  border-radius: 50%;
  color: var(--sage);
  font-family: var(--mono);
  font-size: 8px;
}

.database-stack p { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 11px; }
.database-stack small { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.34); font-family: var(--mono); font-size: 7px; }
.database-stack b { color: var(--sage); font-size: 11px; }

.cloud-map {
  position: relative;
  min-height: 278px;
}

.cloud-map::before,
.cloud-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(168, 199, 154, 0.17);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.cloud-map::before { width: 210px; height: 210px; }
.cloud-map::after { width: 128px; height: 128px; }

.cloud-core,
.cloud-provider {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #15243a;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--mono);
  font-size: 7px;
}

.cloud-core { top: 50%; left: 50%; width: 67px; height: 67px; border-color: var(--sage); background: var(--sage); color: var(--midnight); font-size: 11px; font-weight: 500; transform: translate(-50%, -50%); }
.cloud-provider { width: 40px; height: 40px; }
.p1 { top: 29px; left: 48%; }
.p2 { top: 65px; right: 39px; }
.p3 { right: 70px; bottom: 31px; }
.p4 { bottom: 26px; left: 35%; }
.p5 { top: 120px; left: 26px; }
.p6 { top: 45px; left: 72px; }

.app-flow {
  display: grid;
  min-height: 278px;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 28px;
}

.app-flow > div {
  display: grid;
  min-width: 0;
  justify-items: center;
  text-align: center;
}

.app-flow > div > span {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(168, 199, 154, 0.45);
  border-radius: 14px;
  color: var(--sage);
  font-size: 16px;
  font-weight: 600;
}

.app-flow > i { color: rgba(255, 255, 255, 0.32); font-style: normal; }
.app-flow p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.8); font-size: 10px; }
.app-flow small { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.32); font-family: var(--mono); font-size: 6px; }
.app-flow .app-archive > span { border-color: var(--cobalt); background: var(--cobalt); }
.app-archive > span::before { width: 17px; height: 13px; border: 1px solid var(--paper); border-radius: 2px; content: ""; }

.ownership-section {
  background: var(--paper);
}

.ownership-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 65px;
  align-items: end;
}

.ownership-heading .eyebrow,
.ownership-heading h2 {
  grid-column: 1;
}

.ownership-heading h2 {
  max-width: 810px;
}

.ownership-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.fanout-diagram {
  display: grid;
  grid-template-columns: minmax(210px, 0.65fr) 128px minmax(300px, 1fr);
  grid-template-rows: repeat(3, minmax(88px, auto));
  margin-top: 75px;
  border: 1px solid var(--line);
  background: var(--cloud);
}

.fanout-source {
  display: flex;
  grid-row: 1 / 4;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 38px;
  border-right: 1px solid var(--line);
}

.fanout-source small,
.fanout-target small {
  color: #748091;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.fanout-source strong {
  margin-top: 9px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.fanout-source span {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}

.fanout-trunk {
  position: relative;
  grid-row: 1 / 4;
  border-right: 1px solid var(--line);
}

.fanout-trunk > span {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 50%;
  width: 1px;
  background: var(--cobalt);
}

.fanout-trunk > span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
  height: 1px;
  background: var(--cobalt);
  content: "";
}

.fanout-trunk i {
  position: absolute;
  right: 0;
  left: 50%;
  height: 1px;
  background: var(--cobalt);
}

.fanout-trunk i:nth-of-type(1) { top: 16.66%; }
.fanout-trunk i:nth-of-type(2) { bottom: 16.66%; }

.fanout-target {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 19px 24px;
  border-bottom: 1px solid var(--line);
}

.fanout-target:last-child { border-bottom: 0; }

.fanout-target > i {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 3px solid var(--cloud);
  border-radius: 50%;
  box-shadow: 0 0 0 1px currentColor;
}

.target-local > i { background: var(--amber); color: var(--amber); }
.target-offsite > i { background: var(--cobalt); color: var(--cobalt); }
.target-locked > i { background: var(--sage-deep); color: var(--sage-deep); }

.fanout-target strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}

.fanout-target > b {
  margin-left: auto;
  padding: 6px 8px;
  border: 1px solid var(--line);
  color: var(--sage-deep);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  text-transform: uppercase;
}

.destination-index {
  margin-top: 28px;
  border: 1px solid var(--line);
}

.destination-index-head {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 23px;
  border-bottom: 1px solid var(--line);
  font-size: 7px;
}

.destination-index-head span { display: block; margin-bottom: 7px; color: #7d8795; }
.destination-index-head strong { color: var(--ink); font-family: var(--display); font-size: 16px; letter-spacing: -0.02em; text-transform: none; }
.destination-index-head a { color: var(--cobalt); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0; text-decoration: none; text-transform: none; }

.provider-groups {
  display: grid;
  grid-template-columns: 1.65fr 0.7fr 0.65fr;
}

.provider-groups > div {
  min-width: 0;
  padding: 25px 23px;
  border-right: 1px solid var(--line);
}

.provider-groups > div:last-child { border-right: 0; }
.provider-groups small { color: var(--cobalt); font-family: var(--mono); font-size: 7px; letter-spacing: 0.08em; }
.provider-groups p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.85; }

.destination-note {
  margin: 0;
  padding: 13px 23px;
  border-top: 1px solid var(--line);
  color: #7d8794;
  font-size: 6px;
  line-height: 1.6;
}

.recovery-section {
  padding: 140px 0;
  background: var(--cloud);
}

.recovery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: 10%;
  align-items: center;
}

.recovery-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.restore-types {
  display: grid;
  gap: 0;
  margin-top: 43px;
  border-top: 1px solid var(--line);
}

.restore-types > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.restore-types > div > span {
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 8px;
}

.restore-types p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.restore-types strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 13px; }

.restore-workflow {
  position: relative;
  padding: 47px 0 55px 48px;
}

.restore-workflow::before {
  position: absolute;
  inset: 0 54px 0 0;
  border: 1px solid #cbd4ee;
  background: var(--cobalt-soft);
  content: "";
}

.restore-workflow::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(46, 99, 255, 0.28);
  border-radius: 50%;
  content: "";
}

.restore-window {
  position: relative;
  z-index: 2;
  border: 1px solid #bcc4ce;
  background: var(--paper);
  box-shadow: 18px 22px 0 rgba(16, 27, 45, 0.11);
}

.restore-window-head {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
}

.restore-window-head > div { display: flex; align-items: center; gap: 10px; }
.restore-window-head strong { font-size: 13px; }
.restore-window-head small { color: var(--muted); font-family: var(--mono); font-size: 7px; }
.window-mark { width: 11px; height: 11px; border-radius: 3px; background: var(--cobalt); }

.restore-progress {
  display: grid;
  grid-template-columns: 24px 1fr 24px 1fr 24px;
  align-items: center;
  padding: 27px 28px 0;
}

.restore-progress span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #bac2cc;
  border-radius: 50%;
  color: #7a8593;
  font-family: var(--mono);
  font-size: 7px;
}

.restore-progress span.done { border-color: var(--sage-deep); background: var(--sage); color: var(--midnight); }
.restore-progress span.active { border-color: var(--cobalt); background: var(--cobalt); color: var(--paper); }
.restore-progress i { height: 1px; background: var(--line); }

.restore-step-labels {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 0;
  color: #8a94a2;
  font-family: var(--mono);
  font-size: 6px;
  text-transform: uppercase;
}

.restore-selection,
.restore-options {
  margin: 26px 20px 0;
}

.restore-selection > small {
  color: #7b8695;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.restore-selection > div {
  display: grid;
  grid-template-columns: 37px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 9px;
  padding: 13px;
  border: 1px solid var(--cobalt);
  background: #f7f9ff;
}

.archive-icon { position: relative; width: 31px; height: 31px; border: 1px solid #9facbf; border-radius: 7px; }
.archive-icon::before { position: absolute; top: 8px; left: 8px; width: 13px; height: 13px; border: 1px solid var(--cobalt); content: ""; }
.restore-selection p { margin: 0; }
.restore-selection strong { display: block; font-size: 11px; }
.restore-selection em { display: block; margin-top: 4px; color: var(--muted); font-family: var(--mono); font-size: 7px; font-style: normal; }
.restore-selection b { color: var(--cobalt); font-size: 12px; }

.restore-options {
  border-top: 1px solid var(--line);
}

.restore-options > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.check { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid #adb7c3; color: transparent; font-size: 10px; }
.check.on { border-color: var(--cobalt); background: var(--cobalt); color: var(--paper); }
.restore-options p { margin: 0; }
.restore-options strong { display: block; font-size: 10px; }
.restore-options small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }

.restore-window-foot {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 25px;
  padding: 0 20px;
  border-top: 1px solid var(--line);
}

.restore-window-foot > span { color: #728092; font-family: var(--mono); font-size: 7px; }
.restore-window-foot > b { display: inline-flex; min-height: 36px; align-items: center; gap: 18px; padding: 0 14px; background: var(--midnight); color: var(--paper); font-size: 9px; font-weight: 500; }
.restore-window-foot i { color: var(--sage); font-style: normal; }

.restore-proof {
  position: relative;
  z-index: 3;
  display: flex;
  width: calc(100% - 78px);
  min-height: 63px;
  align-items: center;
  gap: 13px;
  margin: -1px 0 0 78px;
  padding: 12px 17px;
  background: var(--midnight);
  color: var(--paper);
}

.restore-proof > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--midnight); font-size: 12px; }
.restore-proof small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: 6px; }
.restore-proof strong { font-size: 10px; font-weight: 500; }

.reliability-section {
  padding: 135px 0;
  background: var(--paper);
}

.reliability-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 8%;
  align-items: end;
}

.reliability-heading .eyebrow,
.reliability-heading h2 { grid-column: 1; }
.reliability-heading h2 { max-width: 870px; }
.reliability-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.reliability-ledger {
  margin-top: 75px;
  border-top: 1px solid var(--ink);
}

.reliability-ledger article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: 125px;
  border-bottom: 1px solid var(--line);
}

.ledger-number {
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 9px;
}

.reliability-ledger h3 { margin: 0 0 8px; font-size: 22px; font-weight: 600; letter-spacing: -0.035em; }
.reliability-ledger p { max-width: 710px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.reliability-ledger article > b { min-width: 105px; padding: 8px 10px; border: 1px solid var(--line); color: var(--sage-deep); font-family: var(--mono); font-size: 7px; font-weight: 500; text-align: center; }

.operations-section {
  background: var(--cloud);
}

.operations-heading h2 { max-width: 880px; }

.operations-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.operations-table > div {
  position: relative;
  min-height: 205px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.37);
}

.operations-table > div:nth-child(3n + 2) { background: var(--paper); }

.ops-code { display: block; margin-bottom: 42px; color: var(--cobalt); font-size: 7px; }
.operations-table strong { display: block; font-size: 21px; font-weight: 600; letter-spacing: -0.035em; }
.operations-table p { max-width: 420px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.install-section {
  position: relative;
  overflow: hidden;
  padding: 135px 0 86px;
  background: var(--cobalt);
  color: var(--paper);
}

.install-section::before {
  position: absolute;
  top: -260px;
  left: -220px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.install-section::after {
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(168, 199, 154, 0.3);
  border-radius: 50%;
  content: "";
}

.install-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 9%;
  align-items: center;
}

.install-copy h2 {
  margin: 0;
  font-size: clamp(4rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.install-copy h2 span { color: var(--sage); }
.install-copy > p:not(.eyebrow) { max-width: 540px; margin: 31px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.install-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 34px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--sage); }
.button-light span { color: var(--cobalt); }
.install-doc-link { border-color: rgba(255,255,255,.55); color: var(--paper); }

.install-terminal {
  border: 1px solid rgba(255,255,255,.18);
  background: var(--midnight-deep);
  box-shadow: 20px 23px 0 rgba(10, 20, 35, 0.2);
}

.terminal-bar {
  display: grid;
  min-height: 51px;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255,255,255,.35);
  font-size: 7px;
}

.terminal-bar > span { display: flex; gap: 5px; }
.terminal-bar i { display: block; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }
.terminal-bar i:first-child { background: var(--danger); }
.terminal-bar i:nth-child(2) { background: var(--amber); }
.terminal-bar i:last-child { background: var(--sage); }
.terminal-bar strong { color: rgba(255,255,255,.58); font-weight: 400; }
.terminal-bar em { color: var(--sage); font-style: normal; }

.install-terminal pre {
  min-height: 330px;
  margin: 0;
  padding: 36px 31px;
  overflow: auto;
  color: rgba(255,255,255,.8);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.terminal-comment,
.terminal-muted { color: rgba(255,255,255,.35); }
.terminal-prompt { color: var(--amber); }
.terminal-ok { color: var(--sage); }

.terminal-footer {
  display: flex;
  min-height: 63px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 17px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255,255,255,.36);
  font-size: 6px;
}

.terminal-footer button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
  font-family: var(--mono);
  font-size: 7px;
  cursor: pointer;
}

.terminal-footer button:hover { border-color: var(--sage); color: var(--sage); }
.copy-icon { position: relative; width: 10px; height: 10px; border: 1px solid currentColor; }
.copy-icon::after { position: absolute; top: -4px; left: 3px; width: 8px; height: 8px; border: 1px solid currentColor; background: var(--midnight-deep); content: ""; }

.edition-note {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 92px;
  padding-top: 27px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.edition-note > span { color: var(--sage); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.edition-note p { max-width: 770px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.edition-note strong { color: var(--paper); }

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(480px, 1.25fr);
  gap: 10%;
}

.faq-heading h2 { font-size: clamp(3.2rem, 4.8vw, 5.3rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; letter-spacing: -0.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 24px; right: 2px; color: var(--cobalt); content: "+"; font-family: var(--mono); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -7px 45px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.site-footer {
  background: var(--midnight-deep);
  color: var(--paper);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  padding-top: 76px;
  padding-bottom: 70px;
}

.brand-footer { color: var(--paper); }
.brand-footer .brand-mark { border: 1px solid rgba(255,255,255,.18); background: var(--midnight-soft); }
.footer-brand { max-width: 330px; }
.footer-brand > p { margin: 23px 0 0; color: rgba(255,255,255,.42); font-size: 13px; line-height: 1.6; }
.footer-nav { display: flex; gap: 100px; }
.footer-nav > div { display: flex; min-width: 135px; flex-direction: column; gap: 12px; }
.footer-nav span { margin-bottom: 6px; color: var(--sage); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.footer-nav a { color: rgba(255,255,255,.55); font-size: 12px; text-decoration: none; }
.footer-nav a:hover { color: var(--paper); }

.footer-bottom {
  display: grid;
  min-height: 66px;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  align-items: center;
  border-top: 1px solid var(--line-dark);
  color: rgba(255,255,255,.34);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-bottom a { justify-self: end; color: var(--sage); text-decoration: none; }

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.no-js [data-reveal] {
  opacity: 1;
  transform: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-delay="100"].is-visible { transition-delay: 100ms; }
[data-delay="120"].is-visible { transition-delay: 120ms; }
[data-delay="140"].is-visible { transition-delay: 140ms; }
[data-delay="160"].is-visible { transition-delay: 160ms; }
[data-delay="180"].is-visible { transition-delay: 180ms; }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 45px; }
  .hero h1 { font-size: clamp(4rem, 7.2vw, 6rem); }
  .proof-rail > div { padding-inline: 18px; }
  .why-layout, .ownership-layout, .operations-layout { grid-template-columns: 90px minmax(0, 1fr); gap: 46px; }
  .source-panel { gap: 38px; padding: 42px; }
  .recovery-layout { gap: 6%; }
  .install-layout { gap: 6%; }
}

@media (max-width: 940px) {
  .site-nav { gap: 20px; }
  .site-nav > a { font-size: 12px; }
  .hero { padding-top: 70px; }
  .hero-layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .hero h1 { max-width: 760px; font-size: clamp(4.5rem, 11vw, 7.1rem); }
  .route-console { width: 100%; max-width: 760px; }
  .proof-rail { margin-top: 20px; }
  .proof-rail > div { display: block; }
  .proof-rail strong { display: block; margin-bottom: 8px; }
  .coverage-heading, .reliability-heading { grid-template-columns: 1fr; gap: 30px; }
  .coverage-heading > p, .reliability-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .source-explorer { grid-template-columns: 1fr; min-height: 0; }
  .source-tabs { display: grid; grid-template-columns: repeat(4, 1fr); overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .source-tab { min-width: 175px; min-height: 114px; border-right: 1px solid var(--line-dark); border-bottom: 0; padding: 18px; }
  .source-tab::after { top: auto; right: 0; left: 0; width: auto; height: 3px; }
  .source-panel { min-height: 570px; }
  .ownership-heading { grid-template-columns: 1fr; gap: 28px; }
  .ownership-heading .eyebrow, .ownership-heading h2, .ownership-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .recovery-layout { grid-template-columns: 1fr; gap: 75px; }
  .recovery-copy { max-width: 820px; }
  .restore-workflow { width: min(100%, 700px); margin-left: auto; }
  .install-layout { grid-template-columns: 1fr; gap: 65px; }
  .install-copy { max-width: 720px; }
  .install-terminal { max-width: 720px; }
  .faq-layout { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 38px), var(--shell)); }
  .header-inner { min-height: 70px; }
  .brand-edition { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 49;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    height: calc(100dvh - 70px);
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 24px 19px 35px;
    border-top: 1px solid var(--line);
    background: var(--cloud);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 18px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 19px; }
  .site-nav .nav-cta { justify-content: center; margin-top: auto; border: 0; color: var(--paper); }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(4rem, 16vw, 6.2rem); }
  .hero-lede { font-size: 16px; }
  .proof-rail { grid-template-columns: repeat(2, 1fr); }
  .proof-rail > div { min-height: 100px; border-bottom: 1px solid var(--line); }
  .proof-rail > div:nth-child(2) { border-right: 0; }
  .proof-rail > div:nth-child(3), .proof-rail > div:nth-child(4) { border-bottom: 0; }
  .proof-rail > div:nth-child(3) { padding-left: 0; }
  .why-section, .ownership-section, .operations-section, .faq-section, .recovery-section, .reliability-section { padding: 100px 0; }
  .why-layout, .ownership-layout, .operations-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-index { display: flex; align-items: center; gap: 12px; }
  .section-index span { margin: 0; }
  .section-index p { writing-mode: initial; }
  .why-heading h2, .ownership-heading h2, .recovery-copy h2, .reliability-heading h2, .operations-heading h2, .faq-heading h2 { font-size: clamp(3.3rem, 12vw, 5.3rem); }
  .why-copy { grid-template-columns: 1fr; }
  .story-route { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
  .story-route::before { display: none; }
  .story-route li { padding-right: 15px; }
  .coverage-section { padding: 100px 0; }
  .coverage-heading h2 { font-size: clamp(3.6rem, 13vw, 5.5rem); }
  .source-explorer { margin-top: 55px; }
  .source-panel { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding: 35px; }
  .panel-copy h3 { font-size: clamp(3rem, 11vw, 4.7rem); }
  .engine-visual { max-width: 570px; }
  .fanout-diagram { grid-template-columns: 1fr; grid-template-rows: auto; }
  .fanout-source { grid-row: auto; min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fanout-trunk { display: none; }
  .fanout-target { min-height: 82px; }
  .provider-groups { grid-template-columns: 1fr; }
  .provider-groups > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .provider-groups > div:last-child { border-bottom: 0; }
  .reliability-ledger article { grid-template-columns: 45px minmax(0, 1fr); gap: 15px; padding: 25px 0; }
  .reliability-ledger article > b { grid-column: 2; justify-self: start; }
  .operations-table { grid-template-columns: 1fr; }
  .operations-table > div:nth-child(3n + 2) { background: transparent; }
  .operations-table > div:nth-child(even) { background: var(--paper); }
  .install-section { padding: 100px 0 70px; }
  .install-copy h2 { font-size: clamp(4rem, 14vw, 6rem); }
  .edition-note { grid-template-columns: 1fr; gap: 15px; }
  .footer-main { display: block; }
  .footer-nav { margin-top: 50px; gap: 55px; }
  .footer-bottom { grid-template-columns: 1fr auto; padding: 18px 0; }
  .footer-bottom a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 17px; }
  .hero { padding-top: 45px; }
  .hero::before { display: none; }
  .status-line { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.1rem); line-height: .91; }
  .hero-lede { margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: space-between; }
  .hero-trust { display: grid; }
  .route-console { box-shadow: 9px 11px 0 rgba(46, 99, 255, 0.11); }
  .route-canvas {
    display: grid;
    height: auto;
    grid-template-areas:
      "s1 d1"
      "s2 d2"
      "s3 d3"
      "core core"
      "event event";
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 24px 12px 12px;
  }
  .route-lines, .route-label { display: none; }
  .route-node, .control-core, .route-event { position: relative; inset: auto; width: auto; transform: none; }
  .source-node, .destination-node { min-height: 62px; padding: 8px; }
  .source-one { grid-area: s1; }
  .source-two { grid-area: s2; }
  .source-three { grid-area: s3; }
  .destination-one { grid-area: d1; }
  .destination-two { grid-area: d2; }
  .destination-three { grid-area: d3; }
  .control-core { grid-area: core; width: 130px; height: 130px; justify-self: center; margin: 20px 0 12px; }
  .route-event { grid-area: event; justify-self: stretch; }
  .route-node strong { font-size: 8px; }
  .destination-node b { display: none; }
  .node-icon { width: 24px; height: 24px; }
  .proof-rail strong { font-size: 26px; }
  .proof-rail span { font-size: 9px; }
  .why-section, .ownership-section, .operations-section, .faq-section, .recovery-section, .reliability-section { padding: 82px 0; }
  .why-heading h2, .ownership-heading h2, .recovery-copy h2, .reliability-heading h2, .operations-heading h2, .faq-heading h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .why-copy > p { font-size: 16px; }
  .story-route { grid-template-columns: 1fr; gap: 38px; margin-top: 65px; }
  .story-route li { display: grid; grid-template-columns: 40px 1fr; gap: 17px; }
  .story-number { margin: 0; }
  .story-route p { max-width: none; }
  .coverage-section { padding: 82px 0; }
  .coverage-heading h2 { font-size: clamp(3.3rem, 15vw, 4.7rem); }
  .coverage-heading > p { font-size: 14px; }
  .source-tabs { grid-template-columns: repeat(4, minmax(145px, 1fr)); }
  .source-tab { min-width: 145px; min-height: 102px; padding: 14px; }
  .source-panel { padding: 25px 19px; }
  .panel-copy h3 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .panel-copy > p:not(.panel-label) { font-size: 13px; }
  .file-tree, .database-stack, .app-flow { padding: 18px; }
  .engine-top, .engine-foot { padding-inline: 11px; }
  .engine-top span, .engine-foot span { max-width: 55%; }
  .app-flow { grid-template-columns: 1fr; gap: 14px; }
  .app-flow > i { transform: rotate(90deg); }
  .fanout-source { padding: 27px; }
  .fanout-target { padding: 16px; }
  .fanout-target > b { display: none; }
  .destination-index-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .restore-workflow { padding: 25px 0 45px 14px; }
  .restore-workflow::before { right: 25px; }
  .restore-window { box-shadow: 9px 11px 0 rgba(16,27,45,.11); }
  .restore-window-head { padding-inline: 14px; }
  .restore-selection, .restore-options { margin-inline: 14px; }
  .restore-window-foot { padding-inline: 14px; }
  .restore-window-foot > span { display: none; }
  .restore-window-foot > b { margin-left: auto; }
  .restore-proof { width: calc(100% - 34px); margin-left: 34px; }
  .reliability-heading > p:last-child { font-size: 14px; }
  .reliability-ledger article { grid-template-columns: 32px 1fr; }
  .reliability-ledger h3 { font-size: 19px; }
  .operations-table > div { min-height: 180px; padding: 24px; }
  .ops-code { margin-bottom: 32px; }
  .install-section { padding-top: 82px; }
  .install-copy h2 { font-size: clamp(3.8rem, 17vw, 5.1rem); }
  .install-copy > p:not(.eyebrow) { font-size: 14px; }
  .install-actions { align-items: stretch; flex-direction: column; }
  .install-doc-link { align-self: flex-start; }
  .install-terminal { box-shadow: 9px 11px 0 rgba(10,20,35,.2); }
  .terminal-bar { grid-template-columns: 55px 1fr; }
  .terminal-bar em { display: none; }
  .install-terminal pre { min-height: 320px; padding: 26px 18px; font-size: 9px; }
  .terminal-footer { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .faq-list summary { font-size: 16px; }
  .footer-nav { gap: 25px; }
  .footer-nav > div { min-width: 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 9px; }
  .footer-bottom a { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
