/* AXE overrides for panr/hugo-theme-terminal v4.2.5. */
:root {
  --background: #0b0f13;
  --foreground: #e6e6e6;
  --accent: #64b5c6;
  --accent-bright: #8ad5e3;
  --accent-dim: #315b64;
  --surface: #10161b;
  --surface-raised: #141c22;
  --line: #263239;
  --line-strong: #3b4a51;
  --muted: #89959a;
  --danger: #d57676;
  --success: #79c99e;
  --code-border: #263239;
  --font-size: 16px;
  --line-height: 1.55em;
  --radius: 0;
  --page-width: 1480px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--background);
  overflow-x: clip;
}

body {
  min-width: 0;
  font-family: "DejaVu Sans Mono", "Liberation Mono", Consolas, monospace;
  background:
    radial-gradient(circle at 79% 11%, rgb(100 181 198 / 10%), transparent 25rem),
    linear-gradient(rgb(255 255 255 / 1.4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 1.4%) 1px, transparent 1px),
    var(--background);
  background-size: auto, 44px 44px, 44px 44px, auto;
  color: var(--foreground);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgb(11 15 19 / 5%), rgb(11 15 19 / 88%) 42%, var(--background) 75%);
}

::selection {
  color: var(--background);
  background: var(--accent);
}

.container.full {
  width: min(100%, var(--page-width));
  max-width: none;
  padding: 0 34px;
}

.content {
  display: block;
  flex: none;
  min-height: 0;
  margin: 0;
}

.landing p,
.landing h1,
.landing h2,
.landing h3,
.landing ol,
.landing dl,
.landing pre {
  margin: 0;
}

.landing a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.muted {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid rgb(100 181 198 / 22%);
  background: rgb(11 15 19 / 88%);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  align-items: stretch;
  width: min(100% - 68px, var(--page-width));
  min-height: 72px;
  margin: 0 auto;
}

.axe-logo {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-right: auto;
  color: var(--foreground);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.1em;
  text-decoration: none;
}

.axe-logo:hover,
.axe-logo:focus-visible {
  color: var(--foreground);
}

.axe-logo__x {
  position: relative;
  z-index: 0;
  margin: 0 0.02em;
  color: var(--background);
  font-size: 1.32em;
  text-shadow: none;
}

.axe-logo__x::before,
.axe-logo__x::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 0.32em;
  height: 1.3em;
  content: "";
  background: var(--accent);
  clip-path: polygon(8% 0, 82% 6%, 100% 92%, 24% 100%, 0 12%);
}

.axe-logo__x::before { transform: translate(-50%, -50%) rotate(42deg); }
.axe-logo__x::after { transform: translate(-50%, -50%) rotate(-42deg); }

.axe-logo__cursor {
  margin-left: 0.42em;
  color: var(--accent);
  font-weight: 400;
  animation: cursor-blink 1.1s steps(1) infinite;
}

.site-nav {
  display: flex;
  align-items: stretch;
  margin-left: 48px;
}

.site-nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-left: 1px solid var(--line);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--foreground);
  background: rgb(100 181 198 / 8%);
}

.header-cta {
  color: var(--background);
  background: var(--accent);
  border-right: 1px solid var(--accent);
  font-weight: 700;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--background);
  background: var(--accent-bright);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  min-height: 690px;
  border-bottom: 1px solid var(--line);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(30px, 6vw, 96px) 84px 0;
}

.kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.kicker::after {
  width: 46px;
  height: 1px;
  content: "";
  background: var(--accent-dim);
}

.kicker span {
  color: var(--accent);
}

.hero h1 {
  max-width: 920px;
  margin-top: 28px;
  font-size: clamp(48px, 6.3vw, 104px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}


.hero__intro {
  max-width: 780px;
  margin-top: 24px !important;
  color: #b8c0c4;
  font-size: 18px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  padding: 10px 19px;
  color: var(--foreground);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid var(--line-strong);
}

.button--primary {
  color: var(--background);
  background: var(--accent);
  border-color: var(--accent);
}

.button--primary:hover,
.button--primary:focus-visible {
  color: var(--background);
  background: var(--accent-bright);
  border-color: var(--accent-bright);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--accent-bright);
  background: rgb(100 181 198 / 8%);
  border-color: var(--accent);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 740px;
  margin-top: 62px !important;
  border-top: 1px solid var(--line);
}

.hero__facts div {
  padding: 15px 20px 0 0;
  border-right: 1px solid var(--line);
}

.hero__facts div + div { padding-left: 20px; }
.hero__facts div:last-child { border-right: 0; }

.hero__facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero__facts dd {
  margin: 0;
  color: var(--foreground);
  font-size: 13px;
}

.hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 49.8%, rgb(100 181 198 / 6%) 50%, transparent 50.2%),
    rgb(16 22 27 / 60%);
}

.hero__visual::before,
.hero__visual::after {
  position: absolute;
  top: 22px;
  color: var(--accent-dim);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.hero__visual::before { left: 22px; content: "AXE // BUILD 001"; }
.hero__visual::after { right: 22px; content: "STATIC // READY"; }

.hero-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 44px);
}

.hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--foreground);
  font-size: clamp(108px, 13vw, 190px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.18em;
  filter: drop-shadow(0 18px 40px rgb(0 0 0 / 35%));
}

.hero-mark > span {
  flex: 0 0 auto;
}

.hero-mark__x {
  position: relative;
  z-index: 0;
  margin: 0 0.015em;
  color: var(--background);
  font-size: 1.17em;
  text-shadow: none;
}

.hero-mark__x::before,
.hero-mark__x::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 0.28em;
  height: 1.42em;
  content: "";
  background: linear-gradient(90deg, var(--accent-bright), var(--accent));
  clip-path: polygon(12% 0, 84% 4%, 100% 90%, 70% 88%, 58% 100%, 8% 94%, 1% 12%);
}

.hero-mark__x::before { transform: translate(-50%, -50%) rotate(43deg); }
.hero-mark__x::after { transform: translate(-50%, -50%) rotate(-43deg) scaleY(1.04); }

.hero-lockup > p {
  width: 100%;
  margin-top: 54px !important;
  color: var(--foreground);
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  white-space: nowrap;
}

.hero-lockup > p span {
  display: block;
}

.hero-scanline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  opacity: 0.45;
  background: repeating-linear-gradient(0deg, transparent 0 5px, rgb(100 181 198 / 13%) 5px 6px);
  mask-image: linear-gradient(transparent, #000);
}

.console-section {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 60px));
  margin: -30px auto 0;
}

.terminal-window {
  box-shadow: 0 28px 80px rgb(0 0 0 / 45%);
  border: 1px solid var(--line-strong);
  background: #090d10;
}

.terminal-window__bar {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-raised);
}

.terminal-window__title {
  padding: 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.terminal-window__title::before { color: var(--success); content: "● "; }

.terminal-tabs {
  display: flex;
  align-self: stretch;
  margin-left: auto;
}

.terminal-tabs button {
  min-width: 94px;
  padding: 0 14px;
  color: var(--muted);
  font-size: 12px;
  border: 0;
  border-left: 1px solid var(--line);
}

.terminal-tabs button:hover { color: var(--foreground); background: rgb(100 181 198 / 5%); }
.terminal-tabs button[aria-selected="true"] { color: var(--accent); background: #090d10; }

.terminal-window__body {
  min-height: 236px;
  padding: 30px 34px;
  color: #ccd4d7;
  font-size: 14px;
  line-height: 1.72;
}

.terminal-window__body[hidden] { display: none; }
.terminal-window__body p + p { margin-top: 6px; }
.terminal-window__body .prompt { color: var(--accent); }
.terminal-window__body .command { color: var(--foreground); }
.terminal-window__body .output { padding-left: 21px; color: var(--muted); }
.terminal-window__body .output.accent { color: var(--accent-bright); }

.cursor {
  display: inline-block;
  width: 8px;
  height: 1.1em;
  vertical-align: -0.18em;
  background: var(--accent);
  animation: cursor-blink 1.1s steps(1) infinite;
}

.console-note {
  display: flex;
  justify-content: space-between;
  padding: 11px 2px 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.console-note span::before { color: var(--success); content: "✓ "; }

.section {
  padding: 135px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 62px;
}

.section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -25px;
}

.section-heading h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 650px;
  color: #aeb8bc;
  font-size: 17px;
  line-height: 1.7;
}

.section-heading--compact {
  grid-template-columns: minmax(340px, 0.9fr) minmax(300px, 0.7fr);
}

.survival-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.survival-card {
  position: relative;
  min-height: 268px;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgb(11 15 19 / 72%);
}

.survival-card:hover { background: var(--surface); }

.survival-card__code {
  position: absolute;
  top: -12px;
  right: 10px;
  color: rgb(100 181 198 / 6%);
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
}

.survival-card__condition {
  position: relative;
  color: var(--accent) !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.survival-card > p:not(.survival-card__condition) {
  position: relative;
  max-width: 390px;
  margin-top: 27px;
  color: #b0babf;
  font-size: 14px;
  line-height: 1.65;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.survival-card__outcome {
  position: absolute;
  bottom: 24px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-bright);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.survival-card__outcome i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  color: var(--background);
  font-style: normal;
  line-height: 1;
  place-items: center;
  background: var(--accent);
}

.status i {
  width: 7px;
  height: 7px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 12px rgb(121 201 158 / 65%);
}

.environment-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
}

.environment-capabilities {
  display: grid;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.environment-capabilities article {
  position: relative;
  min-height: 144px;
  padding: 25px 28px 25px 76px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgb(11 15 19 / 72%);
}

.environment-capabilities article > span {
  position: absolute;
  top: 27px;
  left: 27px;
  color: var(--accent);
  font-size: 10px;
}

.environment-capabilities h3 {
  color: var(--foreground);
  font-size: 15px;
  font-weight: 500;
}

.environment-capabilities p {
  max-width: 500px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.environment-terminal {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  background: rgb(10 14 17 / 88%);
}

.environment-terminal__bar {
  display: flex;
  justify-content: space-between;
  padding: 12px 17px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--line);
}

.environment-terminal__bar span:first-child { color: var(--foreground); }

.environment-terminal__body {
  display: flex;
  min-height: 100%;
  padding: clamp(28px, 4vw, 50px);
  flex-direction: column;
  justify-content: center;
  font-size: clamp(11px, 1.2vw, 14px);
}

.environment-terminal__body > p { margin-bottom: 32px; }

.environment-terminal__body dl {
  display: grid;
  gap: 17px;
  margin: 0;
}

.environment-terminal__body dl div {
  display: grid;
  grid-template-columns: minmax(185px, 0.7fr) minmax(0, 1fr);
  gap: 18px;
}

.environment-terminal__body dt { color: var(--muted); }
.environment-terminal__body dd { min-width: 0; margin: 0; color: var(--foreground); }
.environment-terminal__body strong { color: var(--success); font-weight: 500; }

.environment-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.environment-modes article {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 22px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(16 22 27 / 68%);
}

.environment-modes code {
  color: var(--accent-bright);
  font-size: 12px;
  white-space: nowrap;
  background: none;
}

.environment-modes p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.static-section {
  position: relative;
}

.static-section::after {
  position: absolute;
  top: 42%;
  right: -110px;
  z-index: -1;
  color: rgb(100 181 198 / 3%);
  content: "EXEC";
  font-size: 230px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(90deg);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  gap: 28px;
}

.proof-terminal,
.binary-anatomy {
  border: 1px solid var(--line-strong);
  background: rgb(10 14 17 / 88%);
}

.proof-terminal {
  padding: clamp(28px, 4vw, 54px);
  font-size: clamp(13px, 1.3vw, 16px);
  line-height: 1.75;
}

.proof-terminal__line { color: var(--foreground); }
.proof-terminal__line:not(:first-child) { margin-top: 25px; }
.proof-terminal__line span { color: var(--accent); }
.proof-terminal__output { padding-left: 2ch; color: var(--muted); }
.proof-terminal__output strong { color: var(--success); font-weight: 500; }

.binary-anatomy { padding: 18px; }

.binary-anatomy__top,
.binary-anatomy__base {
  display: flex;
  justify-content: space-between;
  padding: 7px 4px 17px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.binary-anatomy__top span:first-child { color: var(--accent); font-size: 18px; font-weight: 700; }

.binary-layer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-height: 62px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: var(--surface);
}

.binary-layer b { font-size: 13px; font-weight: 500; }
.binary-layer span { color: var(--muted); font-size: 10px; text-align: right; }
.binary-layer--shell { background: rgb(100 181 198 / 13%); border-color: var(--accent-dim); }
.binary-anatomy__base { justify-content: center; padding: 18px 0 2px; color: var(--success); }

.tool-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: max(34px, calc((100vw - var(--page-width)) / 2 + 34px));
  padding-left: max(34px, calc((100vw - var(--page-width)) / 2 + 34px));
  background: #090d10;
}

.tool-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.tool-source-tabs {
  display: flex;
}

.tool-source-tabs button {
  padding: 8px 18px;
  color: var(--muted);
  font-size: 12px;
  border-width: 1px;
  border-color: var(--line-strong);
}

.tool-source-tabs button + button { margin-left: -1px; }
.tool-source-tabs button:hover { color: var(--foreground); background: var(--surface); }
.tool-source-tabs button.is-active { z-index: 1; color: var(--background); background: var(--accent); border-color: var(--accent); }

.tool-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.tool-category-filters button {
  padding: 6px 10px;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid var(--line-strong);
  background: var(--background);
}

.tool-category-filters button:hover {
  color: var(--foreground);
  border-color: var(--accent-dim);
}

.tool-category-filters button.is-active {
  color: var(--accent-bright);
  border-color: var(--accent);
  background: rgb(100 181 198 / 10%);
}

.tool-summary {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tool-summary b { color: var(--foreground); font-weight: 500; }

.tool-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin-bottom: 12px;
  padding: 0 13px;
  border: 1px solid var(--accent-dim);
  border-radius: 4px;
  background: #0a1013;
}

.tool-search:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgb(100 181 198 / 16%);
}

.tool-search__prompt {
  color: var(--accent-bright);
  font-weight: 700;
  letter-spacing: -0.18em;
}

.tool-search input {
  min-width: 0;
  padding: 11px 0;
  color: var(--foreground);
  font: inherit;
  font-size: 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.tool-search input::placeholder { color: var(--muted); }

.tool-search kbd,
.tool-hint kbd {
  min-width: 20px;
  padding: 2px 5px;
  color: var(--muted);
  font: inherit;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
  border: 1px solid var(--line-strong);
  background: var(--background);
}

.tool-table-shell {
  max-height: 520px;
  overflow: auto;
  border: 1px solid var(--line);
  scrollbar-color: var(--accent-dim) var(--background);
}

.tool-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tool-table,
.tool-table th,
.tool-table td {
  border: 0;
}

.tool-table {
  margin: 0;
  padding: 0;
}

.tool-table tr {
  background: #0a1013;
  border-bottom: 1px solid var(--line);
}

.tool-table tr:last-child { border-bottom: 0; }
.tool-table tr:hover { background: var(--surface); }
.tool-table tr[hidden] { display: none; }

.tool-table td {
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.35;
  vertical-align: middle;
}

.tool-table__name {
  width: 20%;
  color: var(--accent-bright);
}

.tool-table__name span {
  display: inline-block;
  width: 18px;
  color: var(--accent);
}

.tool-table__name code {
  color: var(--foreground);
  font-size: inherit;
  font-weight: 600;
}

.tool-table__synopsis {
  overflow: hidden;
  color: #b3c0c3;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-table td:nth-child(3) { width: 100px; }

.tool-table__category {
  width: 140px;
  color: #91a0a5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tool-source {
  display: inline-block;
  min-width: 72px;
  padding: 3px 6px;
  color: var(--accent-bright);
  font-size: inherit;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid var(--accent-dim);
}

.tool-source--store {
  color: var(--success);
  border-color: rgb(121 201 158 / 45%);
}

.tool-empty {
  padding: 42px;
  color: var(--muted);
  text-align: center;
  border: 1px solid var(--line);
  border-top: 0;
}

.tool-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
}

.relay-diagram {
  display: grid;
  grid-template-columns: 1fr minmax(100px, 0.5fr) 1fr minmax(130px, 0.6fr) 1fr;
  align-items: center;
  margin: 20px 0 60px;
}

.diagram-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 22px;
  text-align: center;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.diagram-node--accent {
  border-color: var(--accent);
  box-shadow: inset 0 0 45px rgb(100 181 198 / 7%);
}

.diagram-node__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 23px;
  color: var(--accent);
  font-size: 20px;
  border: 1px solid var(--accent-dim);
}

.diagram-node strong { color: var(--foreground); font-size: 16px; }
.diagram-node small { margin-top: 6px; color: var(--muted); font-size: 10px; }

.diagram-link {
  position: relative;
  height: 1px;
  background: var(--accent-dim);
}

.diagram-link::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  transform: rotate(45deg);
}

.diagram-link span {
  position: absolute;
  bottom: 11px;
  left: 50%;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.diagram-link--reverse::after { right: auto; left: -1px; transform: rotate(-135deg); }

.remote-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.remote-details article {
  min-height: 240px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.remote-details article > span { color: var(--accent); font-size: 10px; }
.remote-details h3 { margin-top: 27px; font-size: 15px; }
.remote-details p { margin-top: 17px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.resolution-section { padding-bottom: 110px; }

.resolution-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 70px 0 0 !important;
  list-style: none;
  counter-reset: none;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.resolution-flow li {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.resolution-flow li::before { display: none; }
.resolution-flow li > span { color: var(--accent); font-size: 10px; }
.resolution-flow b { margin-top: auto; font-size: 13px; font-weight: 500; }
.resolution-flow small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.integrity-rule {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 17px 20px;
  color: var(--danger);
  border: 1px solid rgb(213 118 118 / 45%);
  border-top: 0;
  background: rgb(213 118 118 / 5%);
}

.integrity-rule > span { font-size: 20px; font-weight: 700; }
.integrity-rule p { color: #bd8a8a; font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; }
.integrity-rule strong { font-size: 12px; }

.store-mode-summary {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.store-mode-summary code { color: var(--accent); }
.store-mode-summary b { color: var(--foreground); font-weight: 600; }

.download-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
  padding: 130px 0;
  border-bottom: 0;
}

.download-copy,
.install-block {
  min-width: 0;
}

.download-copy h2 {
  margin-top: 28px;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.download-copy > p:not(.kicker) { margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.target-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}

.target-links a {
  padding: 9px 11px;
  color: var(--muted);
  font-size: 10px;
  text-decoration: none;
  border: 1px solid var(--line-strong);
}

.target-links a:hover { color: var(--background); background: var(--accent); border-color: var(--accent); }
.target-links b { color: inherit; }

.install-block {
  border: 1px solid var(--accent-dim);
  box-shadow: 22px 22px 0 rgb(100 181 198 / 6%);
  background: #090d10;
}

.install-block__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  padding-left: 17px;
  color: var(--muted);
  font-size: 11px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-raised);
}

.install-block__bar button {
  align-self: stretch;
  padding: 0 18px;
  color: var(--accent);
  font-size: 10px;
  border: 0;
  border-left: 1px solid var(--line);
}

.install-block__bar button:hover { color: var(--background); background: var(--accent); }

.install-block pre {
  overflow-x: auto;
  padding: 32px;
  color: var(--foreground);
  font-size: 12px;
  line-height: 1.85;
  white-space: pre;
  border: 0;
  background: transparent;
}

.install-block pre code { margin: 0; padding: 0; border: 0; background: none; }
.install-block > p { display: flex; justify-content: space-between; gap: 20px; padding: 16px 18px; color: var(--muted); font-size: 9px; border-top: 1px solid var(--line); }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 96px;
  margin-left: calc(50% - 50vw);
  padding: 24px max(34px, calc((100vw - var(--page-width)) / 2 + 34px));
  color: var(--muted);
  font-size: 11px;
  border-top: 1px solid var(--line);
  background: #080b0e;
}

.site-footer strong { color: var(--foreground); }
.site-footer__links { display: flex; gap: 25px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--accent); }

@keyframes cursor-blink {
  0%, 46% { opacity: 1; }
  47%, 100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .site-nav a { padding: 0 10px; font-size: 11px; }
  .hero { grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); }
  .hero__copy { padding-right: 44px; }
  .survival-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .remote-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .relay-diagram { grid-template-columns: 1fr 80px 1fr 100px 1fr; }
}

@media (max-width: 840px) {
  .container.full { padding: 0 22px; }
  .site-header__inner { width: calc(100% - 44px); }
  .site-nav { display: none; }
  .header-cta { min-height: 60px; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { padding: 82px 0 66px; }
  .hero__visual { min-height: 480px; border-top: 1px solid var(--line); }
  .console-section { width: calc(100% - 22px); margin-top: -20px; }
  .section { padding: 100px 0; }
  .section-heading,
  .section-heading--compact { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .kicker { margin-bottom: 10px; }
  .proof-grid { grid-template-columns: 1fr; }
  .environment-grid { grid-template-columns: 1fr; }
  .tool-section { padding-right: 22px; padding-left: 22px; }
  .relay-diagram { grid-template-columns: 1fr; gap: 0; }
  .diagram-link { width: 1px; height: 62px; margin: 0 auto; }
  .diagram-link::after { top: auto; right: -4px; bottom: 0; transform: rotate(135deg); }
  .diagram-link--reverse::after { top: 0; right: -4px; left: auto; bottom: auto; transform: rotate(-45deg); }
  .diagram-link span { bottom: auto; left: 14px; top: 50%; transform: translateY(-50%); }
  .resolution-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .download-section { grid-template-columns: 1fr; }
  .site-footer { padding-right: 22px; padding-left: 22px; }
}

@media (max-width: 580px) {
  :root { --font-size: 15px; }
  .container.full { padding: 0 16px; }
  .site-header__inner { width: calc(100% - 32px); min-height: 62px; }
  .header-cta { min-height: 62px; padding: 0 12px; font-size: 10px; }
  .axe-logo { font-size: 20px; }
  .hero__copy { padding: 64px 0 55px; }
  .hero h1 { font-size: clamp(44px, 14vw, 68px); }
  .hero__intro { font-size: 15px; }
  .hero__facts { grid-template-columns: 1fr; margin-top: 42px !important; }
  .hero__facts div { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero__facts div + div { padding-left: 0; }
  .hero__visual { min-height: 390px; }
  .hero-mark { font-size: 29vw; }
  .hero-lockup > p { font-size: 11px; letter-spacing: 0.19em; text-indent: 0.19em; }
  .console-section { width: calc(100% + 1px); margin-left: 0; }
  .terminal-window__bar { flex-direction: column; align-items: stretch; }
  .terminal-window__title { padding: 12px 14px; border-bottom: 1px solid var(--line); }
  .terminal-tabs { margin-left: 0; }
  .terminal-tabs button { flex: 1; min-height: 38px; min-width: 0; border-left: 0; border-right: 1px solid var(--line); }
  .terminal-window__body { min-height: 250px; padding: 22px 16px; font-size: 11px; overflow-x: auto; }
  .console-note { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p:last-child { font-size: 14px; }
  .survival-grid,
  .remote-details { grid-template-columns: 1fr; }
  .environment-modes { grid-template-columns: 1fr; }
  .environment-modes article { grid-template-columns: 1fr; gap: 8px; }
  .environment-terminal__body { padding: 28px 20px; }
  .environment-terminal__body dl div { grid-template-columns: 1fr; gap: 3px; }
  .survival-card { min-height: 245px; }
  .proof-terminal { padding: 23px 17px; font-size: 11px; }
  .binary-layer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .binary-layer span { text-align: left; }
  .tool-section { padding-right: 16px; padding-left: 16px; }
  .tool-source-tabs button { flex: 1; padding: 8px 10px; }
  .tool-table td { padding: 8px; }
  .tool-table__name { width: 34%; }
  .tool-table td:nth-child(3) { width: 86px; }
  .tool-table__category { display: none; }
  .tool-source { min-width: 68px; }
  .diagram-node { min-height: 180px; }
  .resolution-flow { grid-template-columns: 1fr 1fr; }
  .resolution-flow li { min-height: 105px; }
  .integrity-rule { grid-template-columns: auto 1fr; }
  .integrity-rule strong { grid-column: 2; }
  .download-section { gap: 44px; }
  .install-block { margin-right: 9px; box-shadow: 9px 9px 0 rgb(100 181 198 / 6%); }
  .install-block pre { padding: 22px 16px; font-size: 10px; }
  .install-block > p { flex-direction: column; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding: 24px 16px; }
}

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