:root {
  --navy-950: #070e18;
  --navy-900: #0b1624;
  --navy-800: #122033;
  --navy-700: #1a334d;
  --navy-600: #23466a;
  --teal: #3ecfc9;
  --teal-dim: #2aa8a3;
  --teal-soft: rgba(62, 207, 201, 0.14);
  --gold: #ffcc33;
  --gold-hot: #ffe066;
  --ink: #e8eef4;
  --muted: #9aabbd;
  --line: rgba(232, 238, 244, 0.1);
  --paper: #f4f7fa;
  --paper-ink: #152033;
  --paper-muted: #5b6b7c;
  --danger-soft: #c46a3a;
  --radius: 14px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --max: 1120px;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --display: "Outfit", "Segoe UI", sans-serif;
  --hero: "Space Grotesk", "Outfit", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--navy-900);
  line-height: 1.6;
  font-size: 17px;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
}
.skip:focus {
  left: 12px;
  z-index: 80;
  background: var(--teal);
  color: var(--navy-950);
  padding: 8px 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}
.hero-copy p {
  overflow-wrap: break-word;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(11, 22, 36, 0.92);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  position: relative;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
}
.brand img {
  height: 52px;
  width: auto;
  display: block;
  flex: 0 0 auto;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.15;
}
.brand-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.brand-line {
  color: var(--teal);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.brand-tag {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.03em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-link {
  text-decoration: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 11px;
  border-radius: 9px;
  border: 1px solid transparent;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}
.nav-link:hover {
  color: var(--ink);
  background: rgba(255,255,255,.07);
  border-color: rgba(232, 238, 244, 0.22);
}
.nav-link.is-active {
  color: #fff;
  background: rgba(62, 207, 201, 0.16);
  border-color: var(--teal);
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 8px 10px;
  border-radius: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 12px 18px;
  border-radius: 999px;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--teal);
  color: var(--navy-950);
}
.btn-primary:hover { background: #63ddd7; }
.btn-demo {
  background: var(--teal);
  color: var(--navy-950);
}
.btn-demo:hover { background: #63ddd7; color: var(--navy-950); }
.btn-demo.is-active {
  box-shadow: 0 0 0 2px #fff;
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-media, .hero-media video, .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media video { z-index: 0; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7,14,24,.35) 0%, rgba(7,14,24,.55) 42%, rgba(7,14,24,.92) 100%),
    linear-gradient(90deg, rgba(7,14,24,.55), transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 72px 0 88px;
  max-width: 740px;
}
.kicker {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.hero h1 {
  font-family: var(--hero);
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  font-weight: 600;
}
.hero p {
  color: #d5deea;
  font-size: 18px;
  max-width: 62ch;
  margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta {
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section { padding: 88px 0; }
.section h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.lede {
  font-size: 18px;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 36px;
}
.section.light {
  background: var(--paper);
  color: var(--paper-ink);
}
.section.light .lede, .section.light .muted { color: var(--paper-muted); }
.section.light h2, .section.light h3 { color: var(--paper-ink); }
.section.light .kicker { color: var(--teal-dim); }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.frame img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(7,14,24,.72);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pillars.stack { grid-template-columns: 1fr; margin-top: 8px; }
.pillar {
  background: var(--navy-800);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.pillar .num {
  color: var(--teal);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.pillar h3 { margin: 8px 0 6px; font-size: 18px; font-family: var(--display); }
.pillar p { margin: 0; color: var(--muted); font-size: 15px; }

.grid-3, .grid-caps, .industries {
  display: grid;
  gap: 16px;
}
.grid-caps { grid-template-columns: repeat(3, 1fr); }
.industries { grid-template-columns: repeat(4, 1fr); }
.card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-family: var(--display);
}
.card p, .card ul { margin: 0; color: var(--muted); font-size: 15px; }
.card ul { padding-left: 18px; }
.card li { margin: 0 0 4px; }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  counter-reset: step;
}
.step {
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: var(--radius);
  padding: 18px 16px 16px;
  min-height: 168px;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  color: var(--teal-dim);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.step h3 { margin: 0 0 8px; font-size: 16px; }
.step p { margin: 0; color: var(--paper-muted); font-size: 14px; }

.video-block {
  background: var(--navy-950);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.video-block video { width: 100%; aspect-ratio: 16/9; background: #000; }
.video-note {
  padding: 16px 20px 18px;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid var(--line);
}

.industry {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 16px;
  font-weight: 600;
  font-size: 15px;
  background: var(--navy-800);
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}
form {
  display: grid;
  gap: 12px;
  background: var(--navy-800);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}
label { font-size: 13px; color: var(--muted); }
input, select, textarea {
  width: 100%;
  margin-top: 6px;
  background: var(--navy-900);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-status {
  min-height: 1.4em;
  font-size: 14px;
  color: var(--teal);
}
.fineprint { color: var(--muted); font-size: 13px; margin-top: 10px; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
  color: var(--muted);
  font-size: 14px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-lockup {
  height: 112px;
  width: auto;
}
.footer-meta {
  display: grid;
  gap: 6px;
  text-align: right;
}
.footer-copy {
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: #7d8c9d;
  text-align: center;
}

@media (max-width: 1180px) {
  .brand-tag { display: none; }
  .nav-link { font-size: 12px; padding: 6px 8px; }
}
@media (max-width: 960px) {
  .split, .contact, .pillars, .grid-caps, .steps, .industries {
    grid-template-columns: 1fr 1fr;
  }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    right: 16px;
    top: 84px;
    background: var(--navy-800);
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    z-index: 50;
  }
  .nav-toggle {
    display: block;
    min-width: 72px;
  }
  .split, .contact, .pillars, .grid-caps, .steps, .industries, .form-row {
    grid-template-columns: 1fr;
  }
  .hero { min-height: 88vh; }
  .hero p { font-size: 16px; }
  .section { padding: 64px 0; }
  .footer-lockup { height: 88px; }
  .footer-meta { text-align: left; }
  .brand img { height: 42px; }
}
