:root {
  --axis-ink: #050505;
  --axis-carbon: #090909;
  --axis-panel: #0d0d0e;
  --axis-panel-soft: #121212;
  --axis-line: rgba(233, 225, 210, 0.13);
  --axis-line-gold: rgba(201, 163, 92, 0.34);
  --axis-platinum: #e9e1d2;
  --axis-white: #f8f5ef;
  --axis-muted: #958f86;
  --axis-gold: #c9a35c;
  --axis-gold-bright: #f1cf83;
  --axis-up: #70b69e;
  --axis-down: #d06f50;
  --axis-blue: #7da8c6;
  --axis-display: "Segoe UI Variable Display", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --axis-body: "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
  --axis-mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  --axis-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: auto;
}

body[data-route="home"] {
  margin: 0;
  color: var(--axis-platinum);
  background: var(--axis-ink);
  font-family: var(--axis-body);
  overflow-x: clip;
}

body[data-route="home"] .site-background {
  display: none;
}

body[data-route="home"] .site-shell,
body[data-route="home"] .site-main,
body[data-route="home"] .axis-premium-main {
  width: 100%;
  max-width: none;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

body[data-route="home"] .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(176px, 0.8fr) minmax(680px, 2.8fr) minmax(176px, 0.8fr);
  align-items: center;
  min-height: 70px;
  padding: 10px clamp(18px, 2.5vw, 48px);
  border-bottom: 1px solid rgba(201, 163, 92, 0.18);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.76));
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

body[data-route="home"] .brand-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--axis-platinum);
}

body[data-route="home"] .brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

body[data-route="home"] .brand-mark::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(201, 163, 92, 0.2);
  transform: rotate(45deg) scale(0.78);
  transition: transform 650ms var(--axis-ease), border-color 450ms ease;
}

body[data-route="home"] .brand-button:hover .brand-mark::before {
  border-color: rgba(241, 207, 131, 0.62);
  transform: rotate(135deg) scale(0.86);
}

body[data-route="home"] .brand-logo {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 0 12px rgba(201, 163, 92, 0.2));
}

body[data-route="home"] .brand-title {
  color: var(--axis-white);
  font-family: var(--axis-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.23em;
}

body[data-route="home"] .brand-subtitle {
  color: var(--axis-gold);
  font-family: var(--axis-mono);
  font-size: 7px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

body[data-route="home"] .market-hub {
  justify-self: center;
  gap: clamp(3px, 0.45vw, 8px);
  min-width: 0;
}

body[data-route="home"] .market-hub-trigger {
  min-height: 34px;
  padding: 0 clamp(8px, 0.72vw, 13px);
  border: 1px solid transparent;
  color: rgba(233, 225, 210, 0.68);
  background: transparent;
  font-family: var(--axis-mono);
  font-size: clamp(8px, 0.67vw, 10px);
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: color 250ms ease, border-color 250ms ease, background 250ms ease;
}

body[data-route="home"] .market-hub-trigger:hover,
body[data-route="home"] .market-hub-trigger[aria-expanded="true"] {
  color: var(--axis-white);
  border-color: rgba(201, 163, 92, 0.3);
  background: rgba(201, 163, 92, 0.06);
}

body[data-route="home"] .header-balance {
  min-width: 0;
}

body[data-route="home"] .landing-auth-actions {
  justify-self: end;
}

body[data-route="home"] .landing-auth-button,
body[data-route="home"] [data-auth-user-trigger] {
  min-height: 38px;
  padding-inline: 16px;
  border-color: rgba(201, 163, 92, 0.4);
  color: var(--axis-platinum);
  background: rgba(201, 163, 92, 0.05);
}

.axis-home {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 5%, rgba(201, 163, 92, 0.12), transparent 30%),
    linear-gradient(180deg, #050505 0%, #070706 40%, #050505 100%);
}

.axis-scroll-meter {
  position: fixed;
  z-index: 1100;
  top: 70px;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
}

.axis-scroll-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--axis-gold-bright));
  box-shadow: 0 0 12px rgba(241, 207, 131, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
}

.axis-cinema-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(620px, 1.25fr);
  align-items: center;
  min-height: max(820px, 100svh);
  padding: 118px clamp(32px, 5.5vw, 106px) 78px;
  overflow: hidden;
  perspective: 1500px;
}

.axis-cinema-hero::before,
.axis-cinema-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.axis-cinema-hero::before {
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(233, 225, 210, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 225, 210, 0.065) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.axis-cinema-hero::after {
  width: 58vw;
  height: 58vw;
  right: -10vw;
  top: 2vh;
  border: 1px solid rgba(201, 163, 92, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 7vw rgba(201, 163, 92, 0.018),
    0 0 0 14vw rgba(201, 163, 92, 0.012);
}

.axis-hero-canvas,
.axis-hero-noise,
.axis-hero-cursor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.axis-hero-canvas {
  z-index: -2;
  opacity: 0.7;
}

.axis-hero-noise {
  z-index: 8;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.94' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.axis-hero-cursor {
  z-index: -1;
  --x: 65%;
  --y: 45%;
  background: radial-gradient(circle 360px at var(--x) var(--y), rgba(201, 163, 92, 0.12), transparent 70%);
}

.axis-hero-copy {
  position: relative;
  z-index: 12;
  max-width: 780px;
  padding-bottom: 26px;
}

.axis-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--axis-gold);
  font-family: var(--axis-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.axis-live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--axis-up);
  box-shadow: 0 0 15px rgba(112, 182, 158, 0.78);
}

.axis-live-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(112, 182, 158, 0.45);
  border-radius: inherit;
  animation: axis-live-ping 2.4s ease-out infinite;
}

.axis-display {
  max-width: 9.1ch;
  margin: 28px 0 24px;
  color: var(--axis-white);
  font-family: var(--axis-display);
  font-size: clamp(78px, 8vw, 150px);
  font-stretch: condensed;
  font-weight: 650;
  letter-spacing: -0.068em;
  line-height: 0.82;
}

.axis-display > span {
  display: block;
  white-space: nowrap;
}

.axis-display em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(120deg, #f8f5ef 8%, #b9afa0 46%, #f1cf83 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.axis-hero-lead {
  max-width: 570px;
  margin: 0;
  color: rgba(233, 225, 210, 0.64);
  font-size: clamp(16px, 1.22vw, 21px);
  letter-spacing: -0.018em;
  line-height: 1.62;
}

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

.axis-button {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 184px;
  min-height: 51px;
  padding: 0 19px;
  border: 1px solid rgba(201, 163, 92, 0.32);
  border-radius: 2px;
  font-family: var(--axis-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition: color 280ms ease, border-color 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.axis-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.12), transparent 75%);
  transform: translateX(-130%);
  transition: transform 700ms var(--axis-ease);
}

.axis-button:hover::before {
  transform: translateX(130%);
}

.axis-button-primary {
  color: #090806;
  border-color: var(--axis-gold-bright);
  background: linear-gradient(135deg, #f1cf83, #b88d42);
  box-shadow: 0 16px 40px rgba(201, 163, 92, 0.15);
}

.axis-button-primary:hover {
  color: #000;
  box-shadow: 0 20px 52px rgba(201, 163, 92, 0.28);
}

.axis-button-secondary {
  color: var(--axis-platinum);
  background: rgba(233, 225, 210, 0.025);
}

.axis-button-secondary:hover {
  color: var(--axis-white);
  border-color: rgba(241, 207, 131, 0.72);
  background: rgba(201, 163, 92, 0.09);
}

.axis-hero-terminal {
  position: relative;
  z-index: 10;
  width: min(980px, 66vw);
  justify-self: end;
  margin-right: -17vw;
  border: 1px solid rgba(233, 225, 210, 0.17);
  border-radius: 12px;
  background: #050505;
  box-shadow:
    -40px 70px 120px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(201, 163, 92, 0.08),
    0 0 90px rgba(201, 163, 92, 0.07);
  overflow: hidden;
  transform: rotateY(-11deg) rotateX(2deg) rotateZ(0.7deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.axis-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(201, 163, 92, 0.2);
  background: linear-gradient(180deg, #12110f, #090909);
  color: rgba(233, 225, 210, 0.68);
  font-family: var(--axis-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.axis-window-brand,
.axis-window-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.axis-window-brand img {
  flex: 0 0 auto;
}

.axis-window-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--axis-up);
  box-shadow: 0 0 10px var(--axis-up);
}

.axis-hero-terminal-screen {
  position: relative;
  aspect-ratio: 1271 / 666;
  overflow: hidden;
}

.axis-hero-terminal-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.07) brightness(0.87);
}

.axis-hero-terminal-screen.axis-hero-dashboard-screen {
  aspect-ratio: 4466 / 2138;
  background: #050607;
}

.axis-hero-terminal-screen.axis-hero-dashboard-screen img {
  object-fit: contain;
  filter: saturate(0.66) contrast(0.96) brightness(0.7);
}

.axis-hero-terminal-screen.axis-hero-dashboard-screen::after {
  background:
    linear-gradient(90deg, rgba(4, 5, 5, 0.28), rgba(4, 5, 5, 0.04) 48%, rgba(4, 5, 5, 0.2)),
    linear-gradient(180deg, rgba(201, 163, 92, 0.025), rgba(4, 5, 5, 0.3));
}

.axis-hero-terminal-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.2), transparent 35%),
    linear-gradient(180deg, transparent 60%, rgba(5, 5, 5, 0.42));
  pointer-events: none;
}

.axis-hero-scan,
.axis-story-sweep {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: -26%;
  width: 22%;
  opacity: 0.42;
  background: linear-gradient(90deg, transparent, rgba(241, 207, 131, 0.28), transparent);
  mix-blend-mode: screen;
  animation: axis-screen-scan 6.5s ease-in-out infinite;
}

.axis-price-pulse {
  position: absolute;
  z-index: 7;
  right: 4.3%;
  top: 67%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 9px;
  color: #06100d;
  background: var(--axis-up);
  font-family: var(--axis-mono);
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 0 18px rgba(112, 182, 158, 0.3);
}

.axis-price-pulse small {
  font-size: 7px;
  opacity: 0.7;
}

.axis-hero-crosshair {
  position: absolute;
  z-index: 6;
  top: 30%;
  left: 58%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(241, 207, 131, 0.44);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(201, 163, 92, 0.025);
  animation: axis-crosshair 4.2s var(--axis-ease) infinite alternate;
}

.axis-hero-crosshair::before,
.axis-hero-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(241, 207, 131, 0.5);
}

.axis-hero-crosshair::before { top: 50%; left: -18px; right: -18px; height: 1px; }
.axis-hero-crosshair::after { left: 50%; top: -18px; bottom: -18px; width: 1px; }

.axis-terminal-reflection {
  position: absolute;
  z-index: 9;
  top: -35%;
  left: 4%;
  width: 24%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
  transform: rotate(16deg);
  pointer-events: none;
}

.axis-hero-readout {
  position: absolute;
  z-index: 15;
  bottom: 85px;
  display: grid;
  gap: 5px;
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.axis-hero-readout strong {
  color: var(--axis-platinum);
  font-size: 10px;
  font-weight: 500;
}

.axis-hero-readout-left { left: 34px; }
.axis-hero-readout-right { right: 38px; text-align: right; }

.axis-hero-scroll-cue {
  position: absolute;
  z-index: 15;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(233, 225, 210, 0.38);
  font-family: var(--axis-mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.axis-hero-scroll-cue i {
  position: relative;
  width: 1px;
  height: 42px;
  background: rgba(233, 225, 210, 0.16);
  overflow: hidden;
}

.axis-hero-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--axis-gold-bright);
  transform: translateY(-100%);
  animation: axis-scroll-cue 2.2s ease-in-out infinite;
}

.axis-market-tape {
  position: relative;
  z-index: 20;
  overflow: hidden;
  border-block: 1px solid rgba(201, 163, 92, 0.17);
  background: #070706;
}

.axis-market-tape-track {
  display: flex;
  width: max-content;
  animation: axis-tape 40s linear infinite;
}

.axis-market-tape:hover .axis-market-tape-track {
  animation-play-state: paused;
}

.axis-market-tape-track > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 30px;
  border-right: 1px solid rgba(233, 225, 210, 0.08);
  color: rgba(233, 225, 210, 0.42);
  font-family: var(--axis-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.axis-market-tape b { color: var(--axis-platinum); font-weight: 500; }
.axis-market-tape i { font-style: normal; }
.axis-market-tape .is-up { color: var(--axis-up); }
.axis-market-tape .is-down { color: var(--axis-down); }
.axis-market-tape .is-neutral { color: var(--axis-gold); }

.axis-story {
  position: relative;
  min-height: 100svh;
  background: #050505;
}

.axis-story-pin {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(560px, 2fr) minmax(220px, 0.7fr);
  grid-template-rows: auto 1fr auto;
  gap: 26px clamp(22px, 3.2vw, 58px);
  align-items: center;
  min-height: 100svh;
  padding: 106px clamp(28px, 5vw, 96px) 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 50%, rgba(201, 163, 92, 0.065), transparent 34%),
    linear-gradient(180deg, #060606, #050505);
}

.axis-story-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(233, 225, 210, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 225, 210, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 55% 50%, #000, transparent 78%);
  pointer-events: none;
}

.axis-story-market-line {
  position: absolute;
  inset: 6% 0 0;
  width: 100%;
  height: 88%;
  overflow: visible;
  opacity: 0.2;
  pointer-events: none;
}

.axis-story-market-line path {
  fill: none;
  stroke: var(--axis-gold);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.axis-story-candle line,
.axis-story-candle rect {
  fill: rgba(208, 111, 80, 0.22);
  stroke: var(--axis-down);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  transform-origin: center;
}

.axis-story-heading {
  position: relative;
  z-index: 5;
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--axis-line);
}

.axis-story-heading h2,
.axis-section-heading h2,
.axis-sentinel-copy h2,
.axis-access-section h2 {
  margin: 0;
  color: var(--axis-white);
  font-family: var(--axis-display);
  font-size: clamp(47px, 5.4vw, 88px);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.axis-story-heading h2 {
  max-width: 770px;
  text-align: right;
}

.axis-story-copy {
  position: relative;
  z-index: 7;
  min-height: 280px;
}

.axis-story-copy article {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.axis-story-copy article.is-active {
  opacity: 1;
  visibility: visible;
}

.axis-story-copy article > span {
  color: var(--axis-gold);
  font-family: var(--axis-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.axis-story-copy h3 {
  margin: 17px 0 18px;
  color: var(--axis-platinum);
  font-family: var(--axis-display);
  font-size: clamp(30px, 3vw, 49px);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 1;
}

.axis-story-copy p,
.axis-section-heading > p:last-child,
.axis-sentinel-copy > p,
.axis-access-section > p {
  margin: 0;
  color: rgba(233, 225, 210, 0.55);
  font-size: 15px;
  line-height: 1.66;
}

.axis-story-terminal {
  position: relative;
  z-index: 10;
  width: 100%;
  border: 1px solid rgba(233, 225, 210, 0.16);
  border-radius: 11px;
  background: #050505;
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(201, 163, 92, 0.06),
    0 0 90px rgba(201, 163, 92, 0.08);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.axis-story-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(233, 225, 210, 0.09);
  border-radius: 5px;
}

.axis-story-tabs span {
  padding: 6px 9px;
  border-radius: 3px;
  color: rgba(233, 225, 210, 0.34);
  transition: color 250ms ease, background 250ms ease;
}

.axis-story-tabs span.is-active {
  color: var(--axis-white);
  background: rgba(201, 163, 92, 0.12);
}

.axis-story-screen {
  position: relative;
  aspect-ratio: 1271 / 666;
  overflow: hidden;
  background: #030303;
}

.axis-story-screen figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.axis-story-screen figure.is-active {
  opacity: 1;
  visibility: visible;
}

.axis-story-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05) brightness(0.92);
}

.axis-story-sweep {
  animation: none;
  opacity: 0;
}

.axis-story-crosshair {
  position: absolute;
  z-index: 8;
  top: 24%;
  left: 56%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(241, 207, 131, 0.46);
  border-radius: 50%;
  opacity: 0;
}

.axis-story-crosshair::before,
.axis-story-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(241, 207, 131, 0.46);
}

.axis-story-crosshair::before { top: 50%; left: -14px; right: -14px; height: 1px; }
.axis-story-crosshair::after { left: 50%; top: -14px; bottom: -14px; width: 1px; }

.axis-story-crosshair span {
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  background: var(--axis-gold-bright);
  box-shadow: 0 0 18px var(--axis-gold);
}

.axis-profile-bars {
  position: absolute;
  z-index: 9;
  top: 20%;
  right: 8%;
  display: grid;
  gap: 5px;
  width: 20%;
  opacity: 0;
}

.axis-profile-bars i {
  display: block;
  width: var(--w);
  height: 7px;
  justify-self: end;
  background: linear-gradient(90deg, rgba(233, 225, 210, 0.1), var(--axis-platinum));
  transform: scaleX(0);
  transform-origin: right center;
}

.axis-profile-bars i:nth-child(4) {
  height: 2px;
  background: var(--axis-gold-bright);
}

.axis-story-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 15px;
  border-top: 1px solid rgba(233, 225, 210, 0.08);
  color: rgba(233, 225, 210, 0.4);
  background: #080808;
  font-family: var(--axis-mono);
  font-size: 8px;
  letter-spacing: 0.06em;
}

.axis-story-footer b { color: var(--axis-gold); font-weight: 500; }

.axis-story-insights {
  position: relative;
  z-index: 7;
  min-height: 250px;
}

.axis-story-insights article {
  position: absolute;
  inset: auto 0 20%;
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(233, 225, 210, 0.1);
  border-left-color: var(--axis-gold);
  background: rgba(13, 13, 14, 0.76);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
}

.axis-story-insights article.is-active {
  opacity: 1;
  visibility: visible;
}

.axis-story-insights span,
.axis-story-insights small {
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.axis-story-insights strong {
  color: var(--axis-platinum);
  font-family: var(--axis-display);
  font-size: 24px;
  font-weight: 520;
  letter-spacing: -0.03em;
}

.axis-story-progress {
  position: relative;
  z-index: 8;
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 8px;
}

.axis-story-progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 58px;
  height: 1px;
  background: rgba(233, 225, 210, 0.14);
}

.axis-story-progress > span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: var(--axis-gold-bright);
  box-shadow: 0 0 10px rgba(241, 207, 131, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
}

.axis-story-progress b {
  color: var(--axis-platinum);
  font-size: 10px;
}

.axis-story-progress small::before {
  content: "/\00a0";
  color: rgba(233, 225, 210, 0.34);
}

.axis-module-section,
.axis-process-section {
  position: relative;
  padding: clamp(104px, 12vw, 190px) clamp(24px, 6vw, 114px);
}

.axis-module-section {
  background:
    radial-gradient(circle at 10% 45%, rgba(201, 163, 92, 0.07), transparent 30%),
    #080808;
}

.axis-section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 1.1fr);
  gap: 20px 7vw;
  align-items: end;
  max-width: 1460px;
  margin: 0 auto 70px;
}

.axis-section-heading .axis-kicker {
  grid-column: 1;
}

.axis-section-heading h2 {
  grid-column: 1;
  max-width: 790px;
}

.axis-section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 510px;
  align-self: end;
  padding-bottom: 6px;
}

.axis-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1460px;
  margin: 0 auto;
  background: rgba(233, 225, 210, 0.11);
  border: 1px solid rgba(233, 225, 210, 0.11);
}

.axis-module-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--axis-platinum);
  background:
    radial-gradient(circle 190px at var(--shine-x) var(--shine-y), rgba(241, 207, 131, 0.1), transparent 72%),
    #0a0a0a;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: background-color 280ms ease, box-shadow 280ms ease;
  will-change: transform;
}

.axis-module-card-wide {
  grid-column: span 2;
}

.axis-module-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 280ms ease;
}

.axis-module-card:hover::before {
  border-color: rgba(241, 207, 131, 0.4);
}

.axis-module-card:hover {
  z-index: 2;
  box-shadow: 0 35px 72px rgba(0, 0, 0, 0.48);
}

.axis-module-index {
  color: var(--axis-gold);
  font-family: var(--axis-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.axis-module-card div:not(.axis-module-chart, .axis-cell-field, .axis-mini-profile, .axis-orbit-field, .axis-equity-field) {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.axis-module-card p {
  margin: 0 0 8px;
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axis-module-card h3 {
  margin: 0 0 11px;
  font-family: var(--axis-display);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 540;
  letter-spacing: -0.045em;
}

.axis-module-card small {
  color: rgba(233, 225, 210, 0.48);
  font-size: 11px;
  line-height: 1.5;
}

.axis-module-card > b {
  position: absolute;
  top: 25px;
  right: 28px;
  color: rgba(233, 225, 210, 0.3);
  font-size: 18px;
  font-weight: 400;
  transition: color 250ms ease, transform 350ms var(--axis-ease);
}

.axis-module-card:hover > b {
  color: var(--axis-gold-bright);
  transform: translate(3px, -3px);
}

.axis-module-chart,
.axis-cell-field,
.axis-mini-profile,
.axis-orbit-field,
.axis-equity-field {
  position: absolute;
  inset: 18% 5% 32%;
  z-index: 1;
  opacity: 0.62;
  pointer-events: none;
}

.axis-module-chart svg { width: 100%; height: 100%; }
.axis-module-chart path {
  fill: none;
  stroke: var(--axis-gold);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.axis-cell-field {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  inset: 22% 15% 37%;
  transform: skewY(-6deg);
}

.axis-cell-field i {
  background: rgba(125, 168, 198, 0.3);
  border: 1px solid rgba(125, 168, 198, 0.38);
  animation: axis-cell-shimmer 4s ease-in-out infinite alternate;
}

.axis-cell-field i:nth-child(3n) {
  background: rgba(208, 111, 80, 0.3);
  border-color: rgba(208, 111, 80, 0.42);
  animation-delay: -1.4s;
}

.axis-mini-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 5px;
  inset: 20% 10% 36%;
}

.axis-mini-profile i {
  width: 38%;
  height: 7px;
  background: rgba(233, 225, 210, 0.48);
  transform-origin: 100% 50%;
  transition: transform 600ms var(--axis-ease), background-color 600ms var(--axis-ease);
}

.axis-mini-profile i:nth-child(2) { width: 64%; }
.axis-mini-profile i:nth-child(3) { width: 88%; }
.axis-mini-profile i:nth-child(4) { width: 100%; height: 2px; background: var(--axis-gold); }
.axis-mini-profile i:nth-child(5) { width: 76%; }
.axis-mini-profile i:nth-child(6) { width: 49%; }
.axis-mini-profile i:nth-child(7) { width: 24%; }
.axis-module-card:hover .axis-mini-profile i {
  background: rgba(233, 225, 210, 0.68);
  transform: scaleX(1.06);
}

.axis-orbit-field {
  inset: 12% 15% 36%;
}

.axis-orbit-field i {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(201, 163, 92, 0.35);
  border-radius: 50%;
  transform: rotate(22deg);
}

.axis-orbit-field i:nth-child(2) { inset: 29%; transform: rotate(-32deg); }
.axis-orbit-field i:nth-child(3) { inset: 44%; background: var(--axis-gold); box-shadow: 0 0 22px rgba(201,163,92,.4); }

.axis-equity-field {
  display: flex;
  align-items: end;
  gap: 7px;
  inset: 16% 8% 34%;
}

.axis-equity-field span {
  width: 100%;
  height: var(--h);
  background: linear-gradient(180deg, rgba(112, 182, 158, 0.64), rgba(112, 182, 158, 0.08));
  transition: height 700ms var(--axis-ease);
}

.axis-module-card:hover .axis-equity-field span { height: calc(var(--h) + 6%); }

.axis-sentinel-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 1.25fr) minmax(380px, 0.75fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
  min-height: 920px;
  padding: 120px clamp(28px, 6vw, 114px);
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 48%, rgba(201, 163, 92, 0.11), transparent 32%),
    linear-gradient(135deg, #050505, #0a0907 54%, #050505);
}

.axis-sentinel-feature::after {
  content: "SENTINEL";
  position: absolute;
  right: -0.05em;
  bottom: -0.22em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(233, 225, 210, 0.055);
  font-family: var(--axis-display);
  font-size: clamp(130px, 18vw, 330px);
  font-weight: 700;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.axis-sentinel-visual {
  position: relative;
  aspect-ratio: 1.1;
  max-width: 760px;
}

.axis-sentinel-radar {
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(201, 163, 92, 0.25);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(201,163,92,.16) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(201,163,92,.16) 50%, transparent 50.2%),
    radial-gradient(circle, rgba(201,163,92,.08), transparent 68%);
  box-shadow: 0 0 0 70px rgba(201, 163, 92, 0.018), inset 0 0 80px rgba(201, 163, 92, 0.05);
}

.axis-sentinel-radar i {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(201, 163, 92, 0.14);
  border-radius: 50%;
}

.axis-sentinel-radar i:nth-child(2) { inset: 34%; }
.axis-sentinel-radar i:nth-child(3) {
  inset: 0 50% 50% 0;
  border: 0;
  border-radius: 100% 0 0;
  background: conic-gradient(from 270deg at 100% 100%, transparent, rgba(241,207,131,.24));
  transform-origin: 100% 100%;
  animation: axis-radar 5.5s linear infinite;
}

.axis-sentinel-radar > span {
  position: absolute;
  top: 34%;
  left: 68%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--axis-down);
  box-shadow: 0 0 0 8px rgba(208,111,80,.1), 0 0 24px rgba(208,111,80,.6);
}

.axis-sentinel-visual > svg {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  overflow: visible;
}

.axis-sentinel-visual path {
  fill: none;
  stroke: var(--axis-gold-bright);
  stroke-width: 2;
  stroke-dasharray: 4 8;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(241,207,131,.36));
}

.axis-sentinel-verdict {
  position: absolute;
  right: 0;
  bottom: 6%;
  display: grid;
  gap: 8px;
  width: min(320px, 54%);
  padding: 22px;
  border: 1px solid var(--axis-line-gold);
  background: rgba(9, 9, 9, 0.78);
  backdrop-filter: blur(18px);
}

.axis-sentinel-verdict span,
.axis-sentinel-verdict small {
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 8px;
  letter-spacing: 0.11em;
}

.axis-sentinel-verdict strong {
  color: var(--axis-platinum);
  font-family: var(--axis-display);
  font-size: 27px;
  font-weight: 520;
  letter-spacing: -0.03em;
}

.axis-sentinel-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.axis-sentinel-copy h2 {
  margin: 24px 0 28px;
}

.axis-sentinel-copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 34px 0;
  background: var(--axis-line);
  border: 1px solid var(--axis-line);
}

.axis-sentinel-copy dl > div {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: #090909;
}

.axis-sentinel-copy dt {
  color: var(--axis-muted);
  font-family: var(--axis-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.axis-sentinel-copy dd {
  margin: 0;
  color: var(--axis-platinum);
  font-size: 14px;
}

.axis-process-section {
  background: #080808;
}

.axis-process-section .axis-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.axis-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0;
  background: var(--axis-line);
  border: 1px solid var(--axis-line);
  list-style: none;
}

.axis-process-grid li {
  position: relative;
  display: grid;
  min-height: 330px;
  align-content: space-between;
  padding: 28px;
  background: #0a0a0a;
  overflow: hidden;
}

.axis-process-grid li::after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -72%;
  width: 110%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 163, 92, 0.12);
  border-radius: 50%;
  transition: transform 850ms var(--axis-ease), border-color 350ms ease;
}

.axis-process-grid li:hover::after {
  border-color: rgba(201, 163, 92, 0.34);
  transform: scale(1.2) translate(-5%, -5%);
}

.axis-process-grid span {
  color: var(--axis-gold);
  font-family: var(--axis-mono);
  font-size: 9px;
}

.axis-process-grid strong {
  align-self: end;
  color: var(--axis-platinum);
  font-family: var(--axis-display);
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 540;
  letter-spacing: -0.05em;
}

.axis-process-grid p {
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: 0;
  color: rgba(233, 225, 210, 0.48);
  font-size: 13px;
  line-height: 1.6;
}

.axis-access-section {
  position: relative;
  display: flex;
  min-height: 860px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 163, 92, 0.13), transparent 32%),
    #050505;
}

.axis-access-section::before {
  content: "";
  position: absolute;
  width: min(82vw, 1120px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 163, 92, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 8vw rgba(201,163,92,.018),
    0 0 0 16vw rgba(201,163,92,.012);
}

.axis-access-mark {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.axis-access-mark img {
  width: clamp(96px, 11vw, 180px);
  height: auto;
  filter: drop-shadow(0 0 50px rgba(201, 163, 92, 0.24));
}

.axis-access-section .axis-kicker,
.axis-access-section h2,
.axis-access-section > p,
.axis-access-section .axis-hero-actions {
  position: relative;
  z-index: 2;
}

.axis-access-section h2 {
  max-width: 970px;
  margin: 25px 0 28px;
  font-size: clamp(62px, 8vw, 132px);
}

.axis-access-section > p {
  max-width: 690px;
  font-size: 17px;
}

[data-axis-reveal] {
  will-change: transform, opacity;
}

@keyframes axis-live-ping {
  0% { opacity: 0.8; transform: scale(0.55); }
  75%, 100% { opacity: 0; transform: scale(1.5); }
}

@keyframes axis-screen-scan {
  0%, 15% { transform: translateX(0); opacity: 0; }
  32% { opacity: 0.48; }
  62% { opacity: 0.22; }
  76%, 100% { transform: translateX(650%); opacity: 0; }
}

@keyframes axis-crosshair {
  0% { transform: translate3d(-18px, 14px, 0) scale(0.86); opacity: 0.46; }
  100% { transform: translate3d(28px, -20px, 0) scale(1); opacity: 0.9; }
}

@keyframes axis-scroll-cue {
  0% { transform: translateY(-100%); }
  45%, 65% { transform: translateY(0); }
  100% { transform: translateY(110%); }
}

@keyframes axis-tape {
  to { transform: translateX(-50%); }
}

@keyframes axis-radar {
  to { transform: rotate(360deg); }
}

@keyframes axis-cell-shimmer {
  0% { opacity: 0.24; transform: scale(0.9); }
  100% { opacity: 0.88; transform: scale(1); }
}

@media (max-width: 1320px) {
  body[data-route="home"] .site-header {
    grid-template-columns: 170px minmax(610px, 1fr) 150px;
    padding-inline: 18px;
  }

  .axis-cinema-hero {
    grid-template-columns: minmax(360px, 0.75fr) minmax(540px, 1.2fr);
    padding-inline: 48px;
  }

  .axis-hero-terminal {
    margin-right: -21vw;
  }

  .axis-story-pin {
    grid-template-columns: minmax(210px, 0.65fr) minmax(510px, 1.8fr) minmax(190px, 0.58fr);
    padding-inline: 35px;
  }
}

@media (max-width: 1080px) {
  body[data-route="home"] .site-header {
    grid-template-columns: auto 1fr auto;
  }

  body[data-route="home"] .market-hub {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 24px), transparent);
  }

  body[data-route="home"] .market-hub::-webkit-scrollbar { display: none; }

  .axis-cinema-hero {
    grid-template-columns: 1fr;
    min-height: 1120px;
    align-content: start;
    padding-top: 140px;
  }

  .axis-hero-copy {
    max-width: 850px;
  }

  .axis-hero-terminal {
    width: 104%;
    margin: 70px -15% 0 auto;
    transform: rotateY(-7deg) rotateX(2deg);
  }

  .axis-story-pin {
    grid-template-columns: minmax(210px, 0.55fr) minmax(500px, 1.45fr);
    gap: 26px;
    padding-top: 96px;
  }

  .axis-story-heading { grid-column: 1 / -1; }
  .axis-story-terminal { grid-column: 2; }
  .axis-story-insights {
    grid-column: 1;
    grid-row: 3;
    min-height: 135px;
  }
  .axis-story-insights article { inset: 0; }
  .axis-story-progress { grid-column: 2; grid-row: 3; align-self: end; }

  .axis-module-grid { grid-template-columns: repeat(2, 1fr); }
  .axis-sentinel-feature { grid-template-columns: 1fr; }
  .axis-sentinel-visual { max-width: 690px; margin: 0 auto; }
  .axis-sentinel-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  body[data-route="home"] .site-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: 52px 42px;
    min-height: 96px;
    padding: 0 14px;
  }

  body[data-route="home"] .brand-mark { width: 34px; height: 34px; }
  body[data-route="home"] .brand-logo { width: 31px; height: 31px; }
  body[data-route="home"] .brand-title { font-size: 14px; }
  body[data-route="home"] .brand-subtitle { font-size: 6px; }

  body[data-route="home"] .market-hub {
    grid-column: 1 / -1;
    grid-row: 2;
    width: calc(100vw - 28px);
    padding-bottom: 5px;
  }

  body[data-route="home"] .market-hub-trigger {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 8px;
  }

  body[data-route="home"] .header-balance,
  body[data-route="home"] .landing-auth-actions {
    grid-column: 2;
    grid-row: 1;
  }

  body[data-route="home"] .landing-auth-button,
  body[data-route="home"] [data-auth-user-trigger] {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 8px;
  }

  .axis-scroll-meter { top: 96px; }

  .axis-cinema-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 142px 18px 92px;
  }

  .axis-cinema-hero::before {
    background-size: 44px 44px;
    mask-image: linear-gradient(#000, transparent 84%);
  }

  .axis-cinema-hero::after {
    width: 110vw;
    height: 110vw;
    right: -60vw;
    top: 17%;
  }

  .axis-hero-copy { order: 1; padding: 0; }
  .axis-kicker { font-size: 8px; letter-spacing: 0.12em; }

  .axis-display {
    max-width: 100%;
    margin-top: 24px;
    font-size: clamp(54px, 17vw, 78px);
    letter-spacing: -0.062em;
    line-height: 0.88;
  }

  .axis-display > span { white-space: normal; }
  .axis-hero-lead { font-size: 15px; line-height: 1.55; }
  .axis-hero-actions { gap: 8px; margin-top: 27px; }
  .axis-button { min-width: 0; flex: 1 1 150px; min-height: 48px; font-size: 9px; }

  .axis-hero-terminal {
    order: 2;
    width: calc(100% + 90px);
    margin: 58px -72px 0 -18px;
    transform: rotateY(-5deg) rotateX(2deg) rotateZ(0.4deg);
  }

  .axis-window-bar { min-height: 40px; padding-inline: 10px; font-size: 7px; }
  .axis-window-brand img { width: 18px; height: 18px; }
  .axis-window-status { display: none; }
  .axis-price-pulse { font-size: 7px; }
  .axis-hero-crosshair { width: 46px; height: 46px; }
  .axis-hero-readout { display: none; }
  .axis-hero-scroll-cue { bottom: 24px; }

  .axis-market-tape-track > span { min-height: 44px; padding-inline: 20px; }

  .axis-story-pin {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 22px;
    padding: 118px 16px 34px;
  }

  .axis-story-heading {
    display: block;
    padding-bottom: 14px;
  }

  .axis-story-heading h2 {
    margin-top: 13px;
    font-size: 42px;
    text-align: left;
  }

  .axis-story-copy { min-height: 152px; }
  .axis-story-copy h3 { margin-block: 12px; font-size: 31px; }
  .axis-story-copy p { font-size: 12px; line-height: 1.48; }
  .axis-story-terminal { order: 3; width: calc(100% + 28px); margin-left: -14px; }
  .axis-story-tabs { display: none; }
  .axis-story-footer { font-size: 6px; }
  .axis-story-footer span:last-child { display: none; }
  .axis-story-insights { order: 4; min-height: 105px; }
  .axis-story-insights article { inset: 0; padding: 15px; }
  .axis-story-insights strong { font-size: 20px; }
  .axis-story-progress { order: 5; width: 100%; }

  .axis-module-section,
  .axis-process-section { padding: 94px 16px; }
  .axis-section-heading { display: block; margin-bottom: 42px; }
  .axis-section-heading h2 { margin: 15px 0 22px; font-size: 50px; }
  .axis-section-heading > p:last-child { font-size: 14px; }
  .axis-module-grid { grid-template-columns: 1fr; }
  .axis-module-card,
  .axis-module-card-wide { grid-column: auto; min-height: 310px; }

  .axis-sentinel-feature {
    min-height: auto;
    padding: 100px 16px;
  }
  .axis-sentinel-visual { width: 118%; margin-left: -9%; }
  .axis-sentinel-verdict { width: 58%; padding: 14px; }
  .axis-sentinel-verdict strong { font-size: 20px; }
  .axis-sentinel-copy h2 { font-size: 54px; }
  .axis-sentinel-copy dl { grid-template-columns: 1fr; }

  .axis-process-section .axis-section-heading { display: block; }
  .axis-process-grid { grid-template-columns: 1fr; }
  .axis-process-grid li { min-height: 260px; }

  .axis-access-section { min-height: 760px; padding-inline: 16px; }
  .axis-access-section h2 { font-size: 58px; }
  .axis-access-section > p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .axis-home *,
  .axis-home *::before,
  .axis-home *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .axis-hero-terminal,
  .axis-module-card {
    transform: none !important;
  }
  .axis-market-tape-track { transform: none !important; }
  .axis-market-tape { overflow-x: auto; }
}

@media print {
  body[data-route="home"] .site-header { position: static; }
  .axis-scroll-meter,
  .axis-hero-canvas,
  .axis-hero-noise,
  .axis-hero-cursor { display: none; }
  [data-axis-reveal] { opacity: 1 !important; transform: none !important; }
}

/* Premium iteration 3: softer type, layered live-product story and compact close. */
.axis-display {
  max-width: 10.4ch;
  font-size: clamp(70px, 7.25vw, 128px);
  font-stretch: normal;
  font-weight: 570;
  letter-spacing: -0.058em;
  line-height: 0.9;
}

.axis-button {
  border-radius: 13px;
  overflow: hidden;
  transition: transform 300ms var(--axis-ease), color 280ms ease, border-color 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.axis-button::before,
.axis-button:hover::before {
  display: none;
}

.axis-button:hover {
  transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) - 2px), 0);
}

.axis-hero-terminal,
.axis-screen-card {
  border-radius: 20px;
}

.axis-hero-terminal-screen::after {
  background: linear-gradient(180deg, transparent 78%, rgba(5, 5, 5, 0.18));
}

.axis-market-tape {
  border: 0;
  background:
    linear-gradient(90deg, transparent, rgba(201, 163, 92, 0.16) 15%, rgba(201, 163, 92, 0.16) 85%, transparent) top / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(233, 225, 210, 0.08) 15%, rgba(233, 225, 210, 0.08) 85%, transparent) bottom / 100% 1px no-repeat,
    #070706;
}

.axis-story {
  background: #050505;
}

.axis-story-pin {
  grid-template-columns: minmax(250px, 0.72fr) minmax(640px, 2.15fr);
  grid-template-rows: auto 1fr auto;
  gap: 22px clamp(28px, 4vw, 70px);
  padding: 94px clamp(26px, 5vw, 90px) 38px;
  background:
    radial-gradient(circle at 68% 48%, rgba(201, 163, 92, 0.08), transparent 35%),
    linear-gradient(180deg, #060606, #040404);
}

.axis-story-heading {
  border: 0;
  padding-bottom: 4px;
}

.axis-story-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(90deg, transparent, rgba(201, 163, 92, 0.3) 38%, rgba(233, 225, 210, 0.08) 72%, transparent);
}

.axis-story-heading h2,
.axis-home-bridge h2,
.axis-faq-intro h2 {
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1;
}

.axis-story-copy {
  grid-column: 1;
  grid-row: 2;
  min-height: 330px;
}

.axis-story-copy h3 {
  font-weight: 530;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.axis-story-copy p {
  max-width: 34ch;
}

.axis-scroll-chart {
  position: absolute;
  inset: 5% -4% -10%;
  width: 108%;
  height: 105%;
  opacity: 0.34;
  pointer-events: none;
  overflow: visible;
}

.axis-scroll-chart path {
  fill: none;
  stroke: rgba(201, 163, 92, 0.52);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.axis-scroll-candles line,
.axis-scroll-candles rect {
  fill: rgba(112, 182, 158, 0.16);
  stroke: rgba(112, 182, 158, 0.72);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.axis-scroll-candles .is-down line,
.axis-scroll-candles .is-down rect {
  fill: rgba(208, 111, 80, 0.18);
  stroke: rgba(208, 111, 80, 0.78);
}

.axis-screen-collage {
  position: relative;
  z-index: 8;
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  min-height: min(62vh, 610px);
  perspective: 1500px;
}

.axis-screen-card {
  position: absolute;
  inset: 0;
  width: min(92%, 940px);
  height: max-content;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(233, 225, 210, 0.16);
  background: #030303;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.68), 0 0 0 1px rgba(201, 163, 92, 0.06);
  will-change: transform, opacity;
}

.axis-screen-card:nth-child(1) { z-index: 1; }
.axis-screen-card:nth-child(2) { z-index: 2; }
.axis-screen-card:nth-child(3) { z-index: 3; }
.axis-screen-card:nth-child(4) { z-index: 4; }

.axis-screen-card figcaption {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(201, 163, 92, 0.16);
  background: rgba(10, 10, 10, 0.96);
  font-family: var(--axis-mono);
}

.axis-screen-card figcaption span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(201, 163, 92, 0.34);
  border-radius: 8px;
  color: var(--axis-gold-bright);
  font-size: 7px;
}

.axis-screen-card figcaption strong {
  color: var(--axis-platinum);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.axis-screen-card figcaption small {
  justify-self: end;
  color: rgba(233, 225, 210, 0.4);
  font-size: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.axis-screen-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4476 / 2138;
  object-fit: contain;
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
}

.axis-story-progress {
  grid-column: 2;
  grid-row: 3;
  gap: 8px;
}

.axis-story-progress i {
  color: rgba(233, 225, 210, 0.34);
  font: 400 9px var(--axis-mono);
}

.axis-story-progress small::before {
  content: none;
}

.axis-home-bridge,
.axis-faq-section,
.axis-home-footer {
  position: relative;
  padding-inline: clamp(22px, 7vw, 118px);
}

.axis-home-bridge {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(460px, 1.15fr);
  gap: clamp(54px, 9vw, 160px);
  align-items: start;
  padding-top: clamp(110px, 13vw, 200px);
  padding-bottom: clamp(100px, 12vw, 180px);
  background:
    radial-gradient(circle at 12% 22%, rgba(201, 163, 92, 0.07), transparent 30%),
    #060606;
}

.axis-home-bridge h2,
.axis-faq-intro h2 {
  margin: 18px 0 24px;
  color: var(--axis-white);
  font-family: var(--axis-display);
  font-size: clamp(48px, 5.3vw, 86px);
}

.axis-home-bridge-copy > p:last-child,
.axis-faq-intro > p:last-child {
  max-width: 48ch;
  margin: 0;
  color: rgba(233, 225, 210, 0.58);
  font-size: 16px;
  line-height: 1.65;
}

.axis-home-principles {
  margin: 0;
}

.axis-home-principles > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 26px 4px;
  border-bottom: 1px solid rgba(233, 225, 210, 0.1);
}

.axis-home-principles dt {
  color: var(--axis-gold);
  font: 500 10px var(--axis-mono);
}

.axis-home-principles dd {
  display: grid;
  gap: 8px;
  margin: 0;
}

.axis-home-principles strong {
  color: var(--axis-platinum);
  font-size: 20px;
  font-weight: 560;
}

.axis-home-principles span {
  max-width: 48ch;
  color: rgba(233, 225, 210, 0.5);
  font-size: 13px;
  line-height: 1.55;
}

.axis-faq-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(46px, 8vw, 130px);
  padding-top: clamp(100px, 11vw, 170px);
  padding-bottom: clamp(105px, 12vw, 180px);
  background: #040404;
}

.axis-faq-list details {
  border-bottom: 1px solid rgba(233, 225, 210, 0.12);
}

.axis-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  color: var(--axis-platinum);
  font-size: 17px;
  font-weight: 540;
  cursor: pointer;
  list-style: none;
}

.axis-faq-list summary::-webkit-details-marker { display: none; }

.axis-faq-list summary span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(201, 163, 92, 0.28);
  border-radius: 50%;
  color: var(--axis-gold-bright);
  font: 400 17px var(--axis-mono);
  transition: transform 320ms var(--axis-ease), background 220ms ease;
}

.axis-faq-list details[open] summary span {
  background: rgba(201, 163, 92, 0.1);
  transform: rotate(45deg);
}

.axis-faq-list details p {
  max-width: 62ch;
  margin: -4px 54px 26px 0;
  color: rgba(233, 225, 210, 0.52);
  font-size: 13px;
  line-height: 1.65;
}

.axis-home-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(460px, 1.3fr) minmax(180px, 0.55fr);
  gap: clamp(34px, 6vw, 100px);
  padding-top: 72px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(201, 163, 92, 0.18);
  background:
    radial-gradient(circle at 0% 100%, rgba(201, 163, 92, 0.08), transparent 30%),
    #070706;
}

.axis-footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.axis-footer-brand > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 12px;
}

.axis-footer-brand strong {
  color: var(--axis-white);
  font-size: 25px;
  letter-spacing: 0.18em;
}

.axis-footer-brand span,
.axis-footer-brand p,
.axis-footer-enter p,
.axis-footer-legal {
  color: rgba(233, 225, 210, 0.42);
  font: 500 8px/1.5 var(--axis-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axis-footer-brand p { margin: 14px 0 0; }

.axis-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.axis-footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.axis-footer-links strong {
  margin-bottom: 5px;
  color: var(--axis-gold);
  font: 600 9px var(--axis-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.axis-footer-links a,
.axis-footer-links button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(233, 225, 210, 0.56);
  font: 500 12px var(--axis-body);
  cursor: pointer;
}

.axis-footer-links a:hover,
.axis-footer-links button:hover { color: var(--axis-white); }

.axis-footer-enter {
  justify-self: end;
  text-align: right;
}

.axis-footer-enter .axis-button {
  min-width: 172px;
  margin-top: 16px;
}

.axis-footer-legal {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(233, 225, 210, 0.07);
}

@media (max-width: 1080px) {
  .axis-story-pin {
    grid-template-columns: minmax(210px, 0.58fr) minmax(520px, 1.42fr);
  }
  .axis-screen-collage { min-height: 520px; }
  .axis-home-footer { grid-template-columns: 1fr 1.5fr; }
  .axis-footer-enter { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 760px) {
  .axis-display {
    font-size: clamp(49px, 15.2vw, 70px);
    letter-spacing: -0.052em;
    line-height: 0.94;
  }
  .axis-button { border-radius: 12px; }
  .axis-hero-terminal { border-radius: 17px; }
  .axis-story-pin {
    display: flex;
    min-height: 100svh;
    gap: 16px;
    padding: 112px 15px 28px;
  }
  .axis-story-heading h2 { font-size: 37px; }
  .axis-story-copy { order: 2; min-height: 140px; }
  .axis-story-copy h3 { font-size: 27px; }
  .axis-screen-collage {
    order: 3;
    width: 100%;
    min-height: 310px;
  }
  .axis-screen-card {
    width: 102%;
    border-radius: 14px;
  }
  .axis-screen-card figcaption { min-height: 34px; padding-inline: 9px; }
  .axis-screen-card figcaption span { width: 18px; height: 18px; border-radius: 6px; }
  .axis-screen-card figcaption small { display: none; }
  .axis-story-progress { order: 4; }
  .axis-scroll-chart { opacity: 0.24; }
  .axis-home-bridge,
  .axis-faq-section,
  .axis-home-footer {
    padding-inline: 17px;
  }
  .axis-home-bridge,
  .axis-faq-section {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 100px;
  }
  .axis-home-bridge h2,
  .axis-faq-intro h2 { font-size: 49px; }
  .axis-home-bridge-copy > p:last-child,
  .axis-faq-intro > p:last-child { font-size: 14px; }
  .axis-home-principles > div { padding-block: 22px; }
  .axis-home-footer {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 56px;
  }
  .axis-footer-links { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .axis-footer-enter { grid-column: auto; }
  .axis-footer-legal { grid-column: auto; }
}

/* Premium iteration 4: one continuous ambient market field. */
.axis-home {
  min-height: 100svh;
  overflow: clip;
  background: #070706;
}

.axis-home::before,
.axis-home::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.axis-home::before {
  opacity: 0.78;
  background:
    radial-gradient(circle at 72% 16%, rgba(201, 163, 92, 0.17), transparent 32%),
    radial-gradient(circle at 24% 72%, rgba(201, 163, 92, 0.075), transparent 30%),
    linear-gradient(rgba(233, 225, 210, 0.046) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 225, 210, 0.046) 1px, transparent 1px),
    linear-gradient(180deg, #0a0907 0%, #070706 48%, #090807 100%);
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.axis-home::after {
  left: auto;
  top: -19vw;
  right: -16vw;
  bottom: auto;
  width: 76vw;
  height: 76vw;
  border: 1px solid rgba(201, 163, 92, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 10vw rgba(201, 163, 92, 0.012),
    0 0 0 21vw rgba(201, 163, 92, 0.008);
}

.axis-hero-canvas,
.axis-hero-noise,
.axis-hero-cursor {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  pointer-events: none;
}

.axis-hero-canvas {
  z-index: 1;
  opacity: 0.8;
}

.axis-hero-noise {
  z-index: 2;
  opacity: 0.042;
}

.axis-hero-cursor {
  z-index: 3;
  --x: 68vw;
  --y: 42vh;
  opacity: 0.9;
  background: radial-gradient(circle 460px at var(--x) var(--y), rgba(217, 177, 98, 0.145), rgba(201, 163, 92, 0.055) 38%, transparent 72%);
  transition: opacity 320ms ease;
}

.axis-cinema-hero,
.axis-market-tape,
.axis-story,
.axis-story-pin,
.axis-faq-section,
.axis-home-footer {
  position: relative;
  z-index: 4;
  background: transparent;
}

.axis-cinema-hero::before,
.axis-cinema-hero::after,
.axis-story-grid {
  display: none;
}

.axis-market-tape {
  z-index: 5;
  border: 0;
  background: transparent;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.axis-market-tape-track {
  display: flex;
  width: max-content;
  animation-duration: 48s;
}

.axis-market-tape:hover .axis-market-tape-track {
  animation-play-state: running;
}

.axis-market-tape-group {
  display: flex;
  min-width: 100vw;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  column-gap: 28px;
}

.axis-market-tape-group > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  color: rgba(233, 225, 210, 0.48);
  white-space: nowrap;
  transform: translateY(3px);
}

.axis-market-tape-group > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 163, 92, 0.48);
  box-shadow: 0 0 9px rgba(201, 163, 92, 0.34);
  transform: translateY(-50%);
}

.axis-cinema-hero {
  min-height: max(780px, calc(100svh - 44px));
  padding-top: 92px;
}

.axis-scroll-chart {
  opacity: 0.2;
}

.axis-faq-section {
  padding-top: clamp(120px, 15vw, 230px);
  padding-bottom: clamp(120px, 14vw, 210px);
}

.axis-home-footer {
  border-top-color: rgba(201, 163, 92, 0.14);
}

@media (max-width: 1080px) {
  .axis-cinema-hero {
    min-height: 1080px;
    padding-top: 118px;
  }
}

@media (max-width: 760px) {
  .axis-home::before {
    background-size: auto, auto, 48px 48px, 48px 48px, auto;
  }

  .axis-home::after {
    top: 18vh;
    right: -74vw;
    width: 150vw;
    height: 150vw;
  }

  .axis-hero-cursor {
    display: none;
  }

  .axis-market-tape {
    mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  }

  .axis-market-tape-track {
    animation-duration: 40s;
  }

  .axis-market-tape-group {
    min-width: max(100vw, 1280px);
    column-gap: 18px;
  }

  .axis-market-tape-group > span {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 8px;
  }

  .axis-cinema-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .axis-faq-section {
    gap: 46px;
    padding-block: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .axis-hero-canvas { opacity: 0.5; }
  .axis-market-tape-track { animation: none; }
}

@media (min-width: 761px) {
  .axis-market-tape { margin-top: 70px; }
}

@media (min-width: 1081px) {
  .axis-cinema-hero {
    min-height: max(720px, calc(100svh - 114px));
  }
}
