:root {
  --ink: #070806;
  --ink-soft: #0d0f0d;
  --panel: #11130f;
  --panel-light: #181a15;
  --paper: #f4f0e6;
  --paper-soft: #d8d3c7;
  --muted: #999b91;
  --gold: #e2b84b;
  --gold-light: #f3d879;
  --gold-dark: #8c6b22;
  --green: #55d17a;
  --danger: #e2a74b;
  --line: rgba(244, 240, 230, 0.13);
  --gold-line: rgba(226, 184, 75, 0.32);
  --shell: min(1240px, calc(100% - 48px));
  --section-space: 132px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(244, 240, 230, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 230, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 18px;
  z-index: 1000;
  padding: 10px 15px;
  border-radius: 6px;
  background: var(--gold-light);
  color: #090a08;
  font-weight: 800;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(7, 8, 6, 0.68);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(7, 8, 6, 0.94);
}

.nav-shell {
  width: var(--shell);
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
}

.brand {
  min-width: 230px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  object-fit: cover;
}

.brand span,
.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gold-light);
  font-size: 20px;
  line-height: 1;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--paper-soft);
  font-size: 13px;
  font-weight: 700;
}

.nav-links > a:not(.nav-cta) {
  position: relative;
  padding: 29px 0 27px;
}

.nav-links > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  color: var(--gold-light);
  background: rgba(226, 184, 75, 0.08);
}

.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  color: var(--paper);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 930px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #080906;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(226, 184, 75, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 184, 75, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 35%;
  background: rgba(3, 4, 3, 0.58);
  border-top: 1px solid rgba(226, 184, 75, 0.08);
}

.hero-visual {
  position: absolute;
  top: 32px;
  right: -105px;
  z-index: -1;
  width: min(54vw, 790px);
  aspect-ratio: 1;
  opacity: 0.42;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: -1px;
  box-shadow: inset 120px 0 100px #080906, inset 0 -95px 95px #080906;
  border-radius: 50%;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
}

.hero-shell {
  width: var(--shell);
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.78fr);
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  padding: 138px 0 72px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(85, 209, 122, 0.1);
  animation: live-pulse 2.4s ease-out infinite;
}

@keyframes live-pulse {
  0%, 50% { box-shadow: 0 0 0 5px rgba(85, 209, 122, 0.1); }
  75% { box-shadow: 0 0 0 11px rgba(85, 209, 122, 0); }
  100% { box-shadow: 0 0 0 5px rgba(85, 209, 122, 0); }
}

.hero h1 {
  max-width: 760px;
  margin: 26px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 0.98;
}

.hero h1 span {
  color: var(--gold-light);
  font-style: italic;
}

.hero-lead {
  max-width: 690px;
  margin: 0;
  color: var(--paper-soft);
  font-size: 20px;
  line-height: 1.62;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  border-color: var(--gold-light);
  background: var(--gold-light);
  color: #080906;
}

.button-primary:hover {
  background: #ffe494;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(244, 240, 230, 0.045);
  color: var(--paper);
}

.button-secondary:hover {
  border-color: var(--gold-line);
  background: rgba(226, 184, 75, 0.08);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

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

.hero-meta svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}

.live-card {
  min-width: 0;
  align-self: end;
  margin-bottom: 36px;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  background: rgba(10, 11, 8, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(14px);
}

.live-card-head,
.live-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
}

.live-card-head {
  border-bottom: 1px solid var(--line);
}

.live-card-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border: 1px solid rgba(85, 209, 122, 0.28);
  border-radius: 999px;
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.source-mark {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
}

.live-dashboard {
  position: relative;
  min-height: 353px;
  padding: 20px;
}

.live-primary {
  min-width: 0;
  padding: 8px 4px 22px;
  border-bottom: 1px solid var(--line);
}

.live-primary small,
.live-metric small,
.backtest-stats small,
.technical-strip small,
.evidence-shell small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.live-primary strong {
  display: block;
  width: 100%;
  margin-top: 7px;
  overflow: hidden;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.live-primary > span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

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

.live-metric {
  min-width: 0;
  padding: 17px 12px 11px 4px;
  border-bottom: 1px solid var(--line);
}

.live-metric:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.live-metric:nth-child(even) {
  padding-left: 16px;
}

.live-metric:nth-child(n + 3) {
  border-bottom: 0;
}

.live-metric strong {
  display: block;
  width: 100%;
  margin-top: 7px;
  overflow: hidden;
  font-size: 25px;
  line-height: 1.15;
  white-space: nowrap;
}

.live-metric.positive strong {
  color: var(--green);
}

.live-metric.risk strong {
  color: var(--danger);
}

.live-loading {
  display: none;
}

.live-dashboard:not(.is-live) > .live-primary,
.live-dashboard:not(.is-live) > .live-grid {
  visibility: hidden;
}

.live-dashboard:not(.is-live) .live-loading {
  position: absolute;
  inset: 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
}

.live-loading strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.live-loading p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.loading-ring {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(226, 184, 75, 0.18);
  border-top-color: var(--gold-light);
  border-radius: 50%;
  animation: loading 900ms linear infinite;
}

@keyframes loading {
  to { transform: rotate(360deg); }
}

.live-card-foot {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.live-card-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-light);
  white-space: nowrap;
}

.live-card-foot svg {
  width: 13px;
  height: 13px;
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.evidence-bar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: #11130f;
}

.evidence-shell {
  width: var(--shell);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
}

.evidence-shell > div {
  min-width: 0;
  padding: 25px 24px;
  border-right: 1px solid rgba(17, 19, 15, 0.13);
}

.evidence-shell > div:first-child {
  padding-left: 0;
}

.evidence-shell > div:last-child {
  border-right: 0;
}

.evidence-shell small {
  color: #6e7067;
}

.evidence-shell strong {
  display: block;
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
}

.section {
  padding: var(--section-space) 0;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  gap: 100px;
  align-items: end;
  margin-bottom: 56px;
}

.section-intro h2,
.route-intro h2,
.technology-copy h2,
.process-heading h2,
.faq-heading h2,
.closing-shell h2 {
  margin: 17px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.06;
}

.section-intro > p,
.route-intro > p,
.technology-copy > p,
.faq-heading > p,
.closing-shell > p {
  margin: 0;
  color: var(--paper-soft);
  font-size: 17px;
  line-height: 1.75;
}

.proof-section {
  background: var(--ink-soft);
}

.source-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 46px;
  padding: 32px;
  border-right: 1px solid var(--line);
  background: rgba(244, 240, 230, 0.018);
  transition: background 180ms ease;
}

.source-card:last-child {
  border-right: 0;
}

.source-card:hover {
  background: rgba(244, 240, 230, 0.045);
}

.source-featured {
  background: rgba(226, 184, 75, 0.065);
}

.source-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.source-icon,
.route-icon,
.technology-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--gold-light);
}

.external-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.external-label svg {
  width: 13px;
  height: 13px;
}

.source-card small,
.route-heading small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.source-card h3,
.route-heading h3 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
}

.source-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.source-card > strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--paper);
  font-size: 12px;
}

.proof-note,
.disclaimer-inline {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.proof-note svg,
.disclaimer-inline svg {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: var(--gold);
}

.route-section {
  background: var(--paper);
  color: #10120f;
}

.route-intro {
  max-width: 800px;
  margin-bottom: 55px;
}

.route-intro .section-index {
  color: #8b6c21;
}

.route-intro > p {
  max-width: 650px;
  margin-top: 23px;
  color: #65675f;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(16, 18, 15, 0.16);
}

.route-panel {
  position: relative;
  min-width: 0;
  padding: 42px;
  overflow: hidden;
}

.route-panel + .route-panel {
  border-left: 1px solid rgba(16, 18, 15, 0.16);
}

.route-copy {
  background: #10120f;
  color: var(--paper);
}

.route-number {
  position: absolute;
  top: 16px;
  right: 24px;
  color: rgba(16, 18, 15, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 96px;
  line-height: 1;
}

.route-copy .route-number {
  color: rgba(244, 240, 230, 0.07);
}

.route-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.route-ea .route-icon {
  border-color: rgba(16, 18, 15, 0.18);
  color: #8b6c21;
}

.route-heading h3 {
  margin-bottom: 0;
}

.route-panel > p {
  max-width: 540px;
  min-height: 82px;
  margin: 28px 0;
  color: #65675f;
  font-size: 15px;
  line-height: 1.75;
}

.route-copy > p {
  color: var(--paper-soft);
}

.route-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.route-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3f413b;
  font-size: 13px;
  font-weight: 700;
}

.route-copy li {
  color: var(--paper-soft);
}

.route-panel li svg {
  width: 15px;
  height: 15px;
  color: #8b6c21;
}

.route-copy li svg {
  color: var(--green);
}

.route-ea .button-primary {
  background: #10120f;
  border-color: #10120f;
  color: var(--paper);
}

.backtest-section {
  background: #090a08;
}

.backtest-board {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  overflow: hidden;
  background: #0d0f0c;
}

.equity-figure {
  min-width: 0;
  margin: 0;
  padding: 28px;
  border-right: 1px solid var(--gold-line);
}

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

.figure-head small,
.figure-head strong {
  display: block;
}

.figure-head small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.figure-head strong {
  margin-top: 4px;
  font-size: 13px;
}

.figure-head > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.equity-figure img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(244, 240, 230, 0.13);
  background: #fff;
}

.equity-figure figcaption {
  margin-top: 15px;
  color: var(--muted);
  font-size: 10px;
}

.backtest-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
}

.backtest-stats > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.backtest-stats > div:nth-child(odd):not(.stat-primary) {
  border-right: 0;
}

.backtest-stats > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.backtest-stats .stat-primary {
  grid-column: 1 / -1;
  border-right: 0;
}

.backtest-stats strong {
  display: block;
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.backtest-stats .stat-primary strong {
  color: var(--gold-light);
  font-size: 42px;
}

.backtest-stats span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}

.analysis-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.analysis-gallery figure {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #0d0f0c;
}

.analysis-gallery .analysis-wide {
  grid-column: 1 / -1;
}

.analysis-gallery img {
  width: 100%;
  height: auto;
  background: #fff;
}

.analysis-gallery figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-top: 1px solid var(--line);
}

.analysis-gallery figcaption > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.analysis-gallery figcaption strong,
.analysis-gallery figcaption small {
  display: block;
}

.analysis-gallery figcaption strong {
  font-size: 12px;
}

.analysis-gallery figcaption small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.technical-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-strip > span {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.technical-strip > span:last-child {
  border-right: 0;
}

.technical-strip strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.technology-section {
  background: var(--paper);
  color: #10120f;
}

.technology-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(450px, 1.18fr);
  gap: 100px;
  align-items: start;
}

.technology-copy {
  position: sticky;
  top: 125px;
}

.technology-copy .section-index {
  color: #8b6c21;
}

.technology-copy > p {
  margin-top: 25px;
  color: #65675f;
}

.strategy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.strategy-list span {
  padding: 7px 10px;
  border: 1px solid rgba(16, 18, 15, 0.16);
  border-radius: 999px;
  color: #5b5d56;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.technology-list {
  border-top: 1px solid rgba(16, 18, 15, 0.17);
}

.technology-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(16, 18, 15, 0.17);
}

.technology-icon {
  border-color: rgba(16, 18, 15, 0.18);
  color: #8b6c21;
}

.technology-list small {
  color: #8b6c21;
  font-size: 10px;
  font-weight: 800;
}

.technology-list h3 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.technology-list p {
  margin: 0;
  color: #65675f;
  font-size: 14px;
}

.process-section {
  background: #10120f;
}

.process-heading {
  max-width: 720px;
  margin-bottom: 55px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  display: block;
  margin-bottom: 70px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.process-list strong {
  display: block;
  font-size: 15px;
}

.process-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

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

.faq-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(480px, 1.3fr);
  gap: 100px;
}

.faq-heading > p {
  margin-top: 23px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 2px;
  cursor: pointer;
  color: var(--paper);
  font-size: 15px;
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary svg {
  color: var(--gold);
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 690px;
  margin: -5px 40px 25px 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.closing-section {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--line);
  background: #090a08;
  isolation: isolate;
}

.closing-logo {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: -1;
  width: 520px;
  opacity: 0.23;
  transform: translateY(-50%);
}

.closing-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 70px 0 70px #090a08;
}

.closing-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.closing-shell h2 {
  max-width: 820px;
  font-size: 66px;
}

.closing-shell > p {
  max-width: 620px;
  margin-top: 24px;
}

.site-footer {
  background: #060705;
}

.footer-shell {
  width: var(--shell);
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
}

.footer-brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.footer-links a:hover {
  color: var(--paper);
}

.risk-footer {
  border-top: 1px solid var(--line);
}

.risk-footer > div {
  width: var(--shell);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  padding: 25px 0 33px;
}

.risk-footer p {
  max-width: 920px;
  margin: 0;
  color: #74776d;
  font-size: 10px;
  line-height: 1.65;
}

.risk-footer > div > span {
  flex: 0 0 auto;
  color: #74776d;
  font-size: 10px;
}

.mobile-cta {
  display: none;
}

[data-fx-value].is-long-value {
  font-variant-numeric: tabular-nums;
}

[data-fx-value].is-tight-value {
  text-overflow: ellipsis;
}

@media (max-width: 1160px) {
  :root {
    --shell: min(100% - 40px, 1040px);
    --section-space: 105px;
  }

  .nav-links {
    gap: 18px;
  }

  .hero {
    min-height: 880px;
  }

  .hero-shell {
    min-height: 820px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .live-primary strong {
    font-size: 58px;
  }

  .section-intro {
    gap: 60px;
  }

  .section-intro h2,
  .route-intro h2,
  .technology-copy h2,
  .process-heading h2,
  .faq-heading h2 {
    font-size: 47px;
  }

  .source-card {
    padding: 26px;
  }

  .technology-shell,
  .faq-shell {
    gap: 60px;
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0b0c0a;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links > a:not(.nav-cta) {
    padding: 13px 12px;
  }

  .nav-links > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    top: -80px;
    right: -120px;
    width: 600px;
    opacity: 0.24;
  }

  .hero-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 138px 0 90px;
  }

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

  .hero h1 {
    max-width: 680px;
    font-size: 64px;
  }

  .live-card {
    width: min(100%, 600px);
    align-self: auto;
    margin: 0;
  }

  .scroll-cue {
    display: none;
  }

  .evidence-shell {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    width: 100%;
    overflow-x: auto;
    padding-left: 20px;
  }

  .evidence-shell > div {
    padding: 21px;
  }

  .evidence-shell strong {
    font-size: 22px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-intro > p {
    max-width: 700px;
  }

  .source-grid {
    grid-template-columns: 1fr;
  }

  .source-card {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .route-panel {
    padding: 34px;
  }

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

  .equity-figure {
    border-right: 0;
    border-bottom: 1px solid var(--gold-line);
  }

  .backtest-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .backtest-stats .stat-primary {
    grid-column: 1 / -1;
  }

  .backtest-stats > div,
  .backtest-stats > div:nth-child(odd):not(.stat-primary) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .backtest-stats > div:last-child {
    border-right: 0;
  }

  .technology-shell,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .technology-copy {
    position: static;
  }

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

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .closing-logo {
    right: -120px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 32px);
    --section-space: 82px;
  }

  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: 62px;
  }

  body::before {
    background-size: 48px 48px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    display: none;
  }

  .hero::before {
    background-size: 48px 48px;
  }

  .hero-visual {
    top: 24px;
    right: -150px;
    width: 430px;
    opacity: 0.18;
  }

  .hero-shell {
    gap: 40px;
    padding: 112px 0 70px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero h1 {
    margin: 22px 0 20px;
    font-size: 46px;
    line-height: 1;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions,
  .closing-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    gap: 10px;
  }

  .live-card-head,
  .live-card-foot {
    padding: 14px;
  }

  .live-card-head p {
    display: none;
  }

  .live-dashboard {
    min-height: 321px;
    padding: 14px;
  }

  .live-primary strong {
    font-size: 51px;
  }

  .live-primary {
    padding-bottom: 18px;
  }

  .live-metric {
    padding: 14px 10px 10px 2px;
  }

  .live-metric:nth-child(even) {
    padding-left: 12px;
  }

  .live-metric strong {
    font-size: 22px;
  }

  .live-card-foot > span {
    max-width: 190px;
  }

  .section-intro,
  .source-grid,
  .route-intro,
  .process-heading {
    margin-bottom: 38px;
  }

  .section-intro h2,
  .route-intro h2,
  .technology-copy h2,
  .process-heading h2,
  .faq-heading h2,
  .closing-shell h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .section-intro > p,
  .route-intro > p,
  .technology-copy > p,
  .faq-heading > p,
  .closing-shell > p {
    font-size: 15px;
  }

  .source-card {
    min-height: 310px;
    padding: 25px 22px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route-panel {
    padding: 30px 22px;
  }

  .route-panel + .route-panel {
    border-top: 1px solid rgba(16, 18, 15, 0.16);
    border-left: 0;
  }

  .route-panel > p {
    min-height: 0;
  }

  .route-number {
    top: 18px;
    right: 18px;
    font-size: 72px;
  }

  .equity-figure {
    padding: 16px;
  }

  .figure-head {
    align-items: flex-start;
  }

  .figure-head > span {
    max-width: 100px;
    text-align: right;
  }

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

  .backtest-stats > div,
  .backtest-stats > div:nth-child(odd):not(.stat-primary) {
    padding: 19px 15px;
    border-bottom: 1px solid var(--line);
  }

  .backtest-stats > div:nth-child(odd):not(.stat-primary) {
    border-right: 0;
  }

  .backtest-stats > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .backtest-stats strong {
    font-size: 26px;
  }

  .backtest-stats .stat-primary strong {
    font-size: 38px;
  }

  .analysis-gallery {
    grid-template-columns: 1fr;
  }

  .analysis-gallery .analysis-wide {
    grid-column: auto;
  }

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

  .technical-strip > span:nth-child(2) {
    border-right: 0;
  }

  .technical-strip > span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .technical-strip > span {
    padding: 16px;
  }

  .technology-shell,
  .faq-shell {
    gap: 48px;
  }

  .technology-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 17px;
    padding: 25px 0;
  }

  .technology-icon {
    width: 42px;
    height: 42px;
  }

  .technology-list h3 {
    font-size: 23px;
  }

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

  .process-list li,
  .process-list li:nth-child(2) {
    min-height: 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 18px;
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li:last-child {
    border-bottom: 0;
  }

  .process-list li > span {
    margin: 0;
  }

  .faq-list summary {
    min-height: 70px;
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .faq-list p {
    margin-right: 10px;
  }

  .closing-section {
    min-height: 570px;
  }

  .closing-logo {
    right: -170px;
    width: 420px;
  }

  .footer-shell,
  .risk-footer > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-shell {
    justify-content: center;
    padding: 25px 0;
  }

  .risk-footer > div {
    gap: 16px;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    height: 62px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--gold-line);
    background: #090a08;
    transform: translateY(100%);
    transition: transform 180ms ease;
  }

  .mobile-cta.is-visible {
    transform: translateY(0);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 850;
  }

  .mobile-cta a:first-child {
    background: var(--gold-light);
    color: #080906;
  }

  .mobile-cta a:last-child {
    color: var(--paper);
  }
}

@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;
  }
}
