﻿:root {
  --bg: #020511;
  --bg-soft: #071028;
  --panel: rgba(9, 16, 32, 0.74);
  --panel-2: rgba(10, 18, 34, 0.88);
  --line: rgba(119, 174, 255, 0.26);
  --line-strong: rgba(119, 174, 255, 0.45);
  --text: #ecf3ff;
  --muted: #9bb0d0;
  --soft: #6d84ab;
  --cyan: #66f0ff;
  --blue: #6f8fff;
  --ok: #7bf9c5;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { min-height: 100%; }

html { scroll-behavior: smooth; }

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 560px at 50% -18%, rgba(84, 149, 255, 0.22), transparent 60%),
    linear-gradient(160deg, #020511, #050d1d);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a { color: inherit; }

.site {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}

body.is-booting .site {
  opacity: 0;
}

.boot-loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background:
    radial-gradient(700px 320px at 50% 38%, rgba(99, 222, 255, 0.14), transparent 65%),
    linear-gradient(170deg, #020510, #040b1b 52%, #02050f);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.boot-loader-inner {
  display: grid;
  place-items: center;
  gap: 0.85rem;
}

.boot-loader-mark {
  width: 3.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("logo-4-mark.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 16px rgba(102, 240, 255, 0.35));
  animation: bootSpin 1.5s linear infinite;
}

.boot-loader p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

body.is-ready .boot-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.container {
  width: min(1360px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  border-bottom: 1px solid rgba(123, 173, 255, 0.2);
  backdrop-filter: blur(10px);
  background: rgba(2, 8, 19, 0.72);
}

.nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-family: "Oxanium", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.brand-mark {
  width: 3.6rem;
  aspect-ratio: 1;
  border-radius: 0;
  border: 0;
  background-image: url("logo-4-mark.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-links a:hover { color: var(--cyan); }

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.78rem 1.2rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

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

.btn.primary {
  color: #041026;
  background: linear-gradient(105deg, var(--cyan), var(--blue));
  box-shadow: 0 12px 28px rgba(104, 224, 255, 0.32);
}

.btn.ghost {
  border-color: rgba(160, 198, 255, 0.38);
  background: rgba(7, 14, 27, 0.7);
  color: var(--text);
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: rgba(2, 9, 21, 0.72);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-modal-card {
  width: min(700px, 100%);
  max-height: calc(100svh - 2rem);
  overflow: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(132, 184, 255, 0.34);
  background:
    radial-gradient(900px 280px at 50% -20%, rgba(102, 240, 255, 0.14), transparent 64%),
    linear-gradient(150deg, rgba(8, 16, 31, 0.98), rgba(4, 10, 20, 0.96));
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.56);
  padding: clamp(1rem, 3vw, 1.6rem);
  position: relative;
}

.contact-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  border: 1px solid rgba(148, 198, 255, 0.38);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(6, 14, 28, 0.84);
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.contact-close:hover {
  color: var(--text);
  border-color: var(--line-strong);
}

.contact-modal h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.4rem, 2.7vw, 2rem);
  margin-bottom: 0.45rem;
}

.contact-modal-copy {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.contact-bot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.contact-field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.contact-field span {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--soft);
  font-size: 0.62rem;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(134, 188, 255, 0.28);
  background: rgba(7, 14, 27, 0.72);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(102, 240, 255, 0.56);
  box-shadow: 0 0 0 3px rgba(102, 240, 255, 0.14);
}

.contact-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-status {
  min-height: 1.15rem;
  margin-top: 0.65rem;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.4;
}

.contact-status.is-success {
  color: var(--ok);
}

.contact-status.is-error {
  color: #ff9cae;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 8.4rem 0 4rem;
  isolation: isolate;
  overflow: hidden;
}

.hero-media-stack {
  position: absolute;
  inset: 0;
  z-index: -6;
  overflow: hidden;
  will-change: transform;
}

.hero-media,
.hero-media-ghost {
  position: absolute;
  inset: 0;
  background-image: url("hero-section.png");
  background-size: cover;
  background-position: center 24%;
  transform-origin: center top;
}

.hero-media {
  filter: saturate(1.07) contrast(1.1);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(860px 460px at 50% 45%, rgba(100, 216, 255, 0.38), rgba(46, 108, 180, 0.18) 50%, rgba(2, 7, 16, 0) 72%),
    linear-gradient(106deg, rgba(2, 7, 16, 0.96) 0%, rgba(2, 7, 16, 0.58) 46%, rgba(2, 7, 16, 0.95) 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center 35%, rgba(2, 7, 16, 0) 18%, rgba(2, 7, 16, 0.72) 85%),
    linear-gradient(180deg, rgba(1, 5, 14, 0.15), rgba(1, 5, 14, 0.62));
}

.hero-media-ghost {
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

.hero-media-ghost-a { filter: hue-rotate(-16deg) saturate(1.2) brightness(1.08); }
.hero-media-ghost-b { filter: hue-rotate(14deg) saturate(1.2) brightness(1.06); }

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.22;
  background-image:
    linear-gradient(to right, rgba(101, 149, 226, 0.35) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(101, 149, 226, 0.26) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 3%, black 25%, black 85%, transparent 98%);
}

.hero-content {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

h1 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 7.6vw, 6.3rem);
  line-height: 1.02;
  letter-spacing: -0.005em;
  margin-bottom: 1.2rem;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.56);
  white-space: nowrap;
}

h1 span { display: inline; }

@media (min-width: 1200px) {
  h1 {
    font-size: clamp(7.2rem, 7.9vw, 8rem);
  }
}

h1 .accent {
  color: transparent;
  background-image: linear-gradient(105deg, #ebfbff, var(--cyan) 43%, var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  max-width: 92ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: clamp(0.98rem, 1.2vw, 1.13rem);
  margin-bottom: 1.5rem;
  text-wrap: pretty;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.3rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 680px;
}

.stat {
  border: 1px solid rgba(132, 184, 255, 0.28);
  border-radius: 12px;
  background: var(--panel);
  backdrop-filter: blur(7px);
  padding: 0.7rem 0.76rem;
}

.stat small {
  display: block;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  margin-bottom: 0.33rem;
}

.stat strong {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.status-ticker {
  border-top: 1px solid rgba(118, 173, 255, 0.22);
  border-bottom: 1px solid rgba(118, 173, 255, 0.22);
  background: rgba(7, 13, 27, 0.82);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 2.4rem;
  min-width: max-content;
  padding: 0.7rem 0;
  animation: marquee 30s linear infinite;
}

.ticker-item {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.ticker-dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px rgba(102, 240, 255, 0.65);
  display: block;
  flex: 0 0 auto;
}

.section {
  padding: 5rem 0;
  border-top: 1px solid rgba(119, 174, 255, 0.14);
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.95), rgba(3, 8, 18, 0.98));
}

.section-kicker {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  margin-bottom: 0.65rem;
}

h2 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: 0.02em;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  margin-bottom: 0.9rem;
}

.section-copy {
  color: var(--muted);
  line-height: 1.75;
  max-width: 98ch;
  text-wrap: pretty;
}

.section-copy-wide {
  text-wrap: normal;
  max-width: 132ch;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.model-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(12, 22, 42, 0.88), rgba(8, 15, 29, 0.84));
  padding: 1rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.model-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.model-card h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}

.model-card p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 1rem;
}

.industry-tag {
  border: 1px solid rgba(134, 188, 255, 0.3);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(8, 14, 28, 0.72);
}

.rail {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(9, 17, 34, 0.9), rgba(6, 11, 23, 0.86));
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
}

.rail-step {
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(122, 177, 255, 0.24);
}

.rail-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.rail-index {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--cyan);
  min-width: 2.3rem;
  padding-top: 0.2rem;
}

.rail-step h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.98rem;
  margin-bottom: 0.22rem;
}

.rail-step p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.9rem;
}

.manifesto-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(900px 300px at 50% -20%, rgba(102, 240, 255, 0.14), transparent 60%),
    linear-gradient(160deg, rgba(9, 18, 35, 0.92), rgba(6, 12, 24, 0.9));
  padding: clamp(1rem, 3.4vw, 2rem);
  box-shadow: var(--shadow);
}

.manifesto-tagline {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  margin-bottom: 0.7rem;
  color: #d9f7ff;
}

.manifesto-lead {
  color: var(--muted);
  line-height: 1.75;
  max-width: 84ch;
  margin-bottom: 1rem;
  text-wrap: pretty;
}

@media (min-width: 1180px) {
  .manifesto-lead {
    max-width: 116ch;
  }
}

.manifesto-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.manifesto-point {
  border: 1px solid rgba(130, 186, 255, 0.25);
  border-radius: 12px;
  background: rgba(8, 15, 29, 0.68);
  padding: 0.9rem;
}

.manifesto-point h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.manifesto-point p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.9rem;
}

.manifesto-close {
  color: #d8f3ff;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.architect-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.1rem;
  align-items: center;
}

.architect-visual-wrap {
  position: relative;
  width: min(420px, 100%);
  justify-self: center;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(132, 184, 255, 0.3);
  overflow: hidden;
  background: #040a15;
  box-shadow: var(--shadow);
}

.architect-visual-wrap::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(145deg, rgba(102, 240, 255, 0.32), rgba(111, 143, 255, 0.08), rgba(111, 143, 255, 0.4));
  opacity: 0.4;
  pointer-events: none;
  z-index: 2;
}

.architect-visual {
  width: 90%;
  height: 90%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  border-radius: 18px;
  transform: translateY(1%);
  filter: grayscale(1) contrast(1.24) brightness(0.72);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

.architect-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 52% 14%, rgba(102, 240, 255, 0.18), rgba(4, 10, 20, 0) 58%),
    linear-gradient(180deg, rgba(2, 7, 16, 0.2) 18%, rgba(2, 7, 16, 0.9) 100%);
  z-index: 2;
  pointer-events: none;
}

.architect-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(84, 132, 214, 0.4), rgba(103, 241, 255, 0.18));
  mix-blend-mode: color;
  opacity: 0;
}

.architect-hud {
  position: absolute;
  z-index: 3;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.62rem;
  border: 1px solid rgba(148, 198, 255, 0.35);
  background: rgba(6, 14, 28, 0.8);
  color: var(--muted);
  padding: 0.45rem 0.62rem;
  border-radius: 10px;
  backdrop-filter: blur(6px);
}

.architect-hud.top { top: 1rem; left: 1rem; }
.architect-hud.bottom { bottom: 1rem; left: 1rem; }

.architect-content { display: grid; gap: 1rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel-2);
  padding: 1rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.feature-card h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.9rem;
}

.multiplier {
  background:
    radial-gradient(900px 420px at 50% -20%, rgba(91, 142, 255, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(5, 10, 22, 0.98), rgba(4, 9, 19, 0.98));
}

.section-head {
  max-width: 980px;
  margin-bottom: 1.7rem;
}

.section-head-wide {
  max-width: 1320px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.multiplier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.domain-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(12, 22, 42, 0.88), rgba(8, 15, 29, 0.84));
  padding: 1.1rem;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.domain-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.domain-card h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.12rem;
  margin-bottom: 0.5rem;
}

.domain-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chip {
  border: 1px solid rgba(134, 188, 255, 0.3);
  border-radius: 999px;
  padding: 0.35rem 0.58rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--soft);
  background: rgba(8, 14, 28, 0.7);
}

.army {
  padding: 5rem 0 5.7rem;
}

.army-box {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(132, 186, 255, 0.34);
  overflow: hidden;
  background:
    radial-gradient(900px 300px at 50% -18%, rgba(102, 240, 255, 0.22), transparent 58%),
    linear-gradient(145deg, rgba(10, 20, 38, 0.96), rgba(4, 9, 19, 0.95));
  padding: clamp(1.2rem, 4vw, 2.7rem);
  box-shadow: var(--shadow);
}

.army-box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(to right, rgba(96, 147, 226, 0.4) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(96, 147, 226, 0.3) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.army-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.4rem;
  align-items: center;
}

.army-copy p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 56ch;
  margin-bottom: 1rem;
}

.army-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.army-tile {
  border: 1px solid rgba(148, 195, 255, 0.24);
  border-radius: 12px;
  background: rgba(8, 15, 30, 0.7);
  min-height: 84px;
}

.footer {
  border-top: 1px solid rgba(129, 177, 255, 0.17);
  background: #030817;
  padding: 1.5rem 0 2rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.footer-brand {
  max-width: 980px;
}

.footer-brand p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 0.65rem;
  font-size: 0.95rem;
  text-wrap: pretty;
}

.footer-note {
  border-top: 1px solid rgba(129, 177, 255, 0.17);
  padding-top: 0.9rem;
  color: var(--soft);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.reveal { opacity: 1; transform: none; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes bootSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1040px) {
  .model-grid { grid-template-columns: 1fr 1fr; }
  .architect-layout { grid-template-columns: 1fr; }
  .multiplier-grid { grid-template-columns: 1fr 1fr; }
  .army-layout { grid-template-columns: 1fr; }
  .army-tiles { max-width: 420px; }
}

@media (max-width: 940px) {
  .nav-links { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .hero-media,
  .hero-media-ghost { background-position: center 18%; }
  h1 {
    white-space: normal;
    line-height: 0.97;
  }
}

@media (max-width: 700px) {
  .model-grid { grid-template-columns: 1fr; }
  .manifesto-points { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .multiplier-grid { grid-template-columns: 1fr; }
  .army-tiles { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(1360px, calc(100% - 1.2rem)); }
  .hero { padding-top: 7rem; }
  .hero-media,
  .hero-media-ghost { background-position: center 15%; }
  h1 {
    font-size: clamp(2.1rem, 13vw, 3.25rem);
    line-height: 0.94;
    letter-spacing: -0.012em;
    margin-bottom: 0.9rem;
  }
  .hero-copy {
    font-size: 1rem;
    line-height: 1.62;
    margin-bottom: 1.1rem;
  }
  .stats { grid-template-columns: 1fr; }
  .actions .btn { width: 100%; }
  .contact-actions .btn { width: 100%; }
  .site-nav .btn { display: none; }
  .army-tiles { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
