@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
  --ink: #0b0b0c;
  --graphite: #131315;
  --slate: #1b1b1e;
  --filament: #26262a;
  --filament-strong: #34343a;
  --bone: #f2f2f3;
  --ash: #a1a1a8;
  --ash-dim: #777780;
  --ember: #f65a1a;
  --spark: #ff7a38;
  --oliver-green: #266c3f;
  --green-bright: #53b06f;
  --max: 1220px;
  --gutter: clamp(18px, 4vw, 44px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(38, 108, 63, 0.18), transparent 30rem),
    radial-gradient(circle at 90% 18%, rgba(246, 90, 26, 0.15), transparent 26rem),
    linear-gradient(180deg, #0b0b0c 0%, #111113 42%, #0b0b0c 100%);
  color: var(--bone);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--spark);
  outline-offset: 3px;
}

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

.concept-bar {
  border-bottom: 1px solid var(--filament);
  background: rgba(19, 19, 21, 0.94);
  color: var(--ash);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 10px var(--gutter);
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 22px var(--gutter);
}

.brand {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: inline-flex;
  min-height: 50px;
  padding: 10px 14px;
}

.brand img {
  height: 34px;
  width: auto;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 6px;
}

.site-nav a {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--ash);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.site-nav a:hover {
  border-color: var(--filament-strong);
  color: var(--bone);
}

.site-nav .nav-cta {
  background: var(--ember);
  color: var(--ink);
}

.menu-toggle {
  background: var(--graphite);
  border: 1px solid var(--filament);
  border-radius: 4px;
  color: var(--bone);
  display: none;
  height: 42px;
  width: 42px;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  background: currentColor;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
  width: 18px;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle__icon::before {
  top: -6px;
}

.menu-toggle__icon::after {
  top: 6px;
}

.hero,
.section,
.proof-strip,
.owner-cta,
.site-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.hero {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: calc(100vh - 120px);
  padding-bottom: 72px;
  padding-top: clamp(38px, 6vw, 82px);
}

.hero__content {
  align-self: center;
}

.kicker {
  color: var(--green-bright);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--bone);
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(44px, 6.5vw, 82px);
  line-height: 1.02;
  max-width: 10ch;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
}

.hero__lead,
.section-head p,
.section-copy > p,
.support__content > p,
.technology .section-head p,
.site-footer p {
  color: var(--ash);
}

.hero__lead {
  font-size: clamp(17px, 1.7vw, 20px);
  max-width: 610px;
}

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

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 12px 18px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button--primary {
  background: var(--ember);
  color: var(--ink);
}

.button--primary:hover {
  background: var(--spark);
}

.button--secondary {
  border: 1px solid var(--filament-strong);
  color: var(--bone);
}

.button--secondary:hover {
  border-color: var(--ash);
}

.routing-console,
.product-card,
.proof-strip,
.image-panel,
.industry-list a,
.steps a,
.support,
.tech-card,
.owner-cta,
.site-footer {
  background: rgba(19, 19, 21, 0.86);
  border: 1px solid var(--filament);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.routing-console {
  align-self: center;
  overflow: hidden;
}

.console-top {
  align-items: center;
  border-bottom: 1px solid var(--filament);
  color: var(--ash);
  display: flex;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 14px 16px;
  text-transform: uppercase;
}

.status-dot {
  align-items: center;
  color: var(--green-bright);
  display: inline-flex;
  gap: 8px;
}

.status-dot::before {
  background: var(--green-bright);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.console-image {
  aspect-ratio: 16 / 9;
  background: var(--slate);
  overflow: hidden;
}

.console-image img,
.product-card--featured img,
.image-panel img,
.support__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.route-grid a {
  border-right: 1px solid var(--filament);
  border-top: 1px solid var(--filament);
  display: grid;
  gap: 6px;
  min-height: 128px;
  padding: 18px;
  transition: background 180ms ease;
}

.route-grid a:nth-child(2n) {
  border-right: 0;
}

.route-grid a:hover,
.industry-list a:hover,
.steps a:hover,
.support-links a:hover,
.product-card a:hover {
  background: rgba(246, 90, 26, 0.08);
}

.route-grid strong,
.step-id {
  color: var(--ember);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-grid span,
.industry-list span,
.steps span:not(.step-id),
.product-card p,
.tech-card p {
  color: var(--ash);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 38px;
  padding: 0;
}

.proof-strip div {
  border-right: 1px solid var(--filament);
  display: grid;
  gap: 6px;
  padding: 22px;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-number {
  color: var(--bone);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.proof-strip span:last-child {
  color: var(--ash);
  font-size: 14px;
}

.section {
  padding-bottom: 80px;
  padding-top: 42px;
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 760px;
  padding-bottom: 28px;
}

.section-head--compact {
  max-width: 900px;
}

.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
}

.product-card img {
  aspect-ratio: 16 / 10;
  background: var(--slate);
  border: 1px solid var(--filament);
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.product-card--featured {
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 1fr);
  padding: 0;
}

.product-card--featured div {
  align-self: center;
  padding: 24px;
}

.product-card a,
.support-links a {
  align-self: end;
  border-top: 1px solid var(--filament);
  color: var(--bone);
  font-weight: 700;
  padding-top: 14px;
}

.section--split {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.image-panel {
  min-height: 560px;
  overflow: hidden;
}

.section-copy {
  align-self: center;
}

.industry-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.industry-list a {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.industry-list strong {
  color: var(--bone);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 20px;
}

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

.steps a {
  border-radius: 0;
  border-right: 0;
  display: grid;
  gap: 8px;
  min-height: 180px;
  padding: 22px;
}

.steps a:first-child {
  border-radius: 8px 0 0 8px;
}

.steps a:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid var(--filament);
}

.steps strong {
  color: var(--bone);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.support {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  padding: 0;
}

.support__content {
  padding: clamp(28px, 5vw, 52px);
}

.support-links {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.support-links a {
  border-bottom: 1px solid var(--filament);
  border-top: 0;
  padding: 14px 0;
}

.support__media {
  min-height: 420px;
  overflow: hidden;
}

.tech-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tech-card {
  padding: 24px;
}

.tech-card h3 {
  margin-top: 28px;
}

.owner-cta {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 72px;
  margin-top: 20px;
  padding-bottom: 32px;
  padding-top: 32px;
}

.owner-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
  max-width: 850px;
}

.site-footer {
  align-items: start;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 28px;
  padding-top: 28px;
}

.site-footer img {
  background: #fff;
  border-radius: 4px;
  height: 42px;
  margin-bottom: 16px;
  padding: 8px;
  width: auto;
}

.site-footer p {
  max-width: 640px;
}

address {
  display: grid;
  font-style: normal;
  gap: 8px;
  min-width: 250px;
}

address a {
  color: var(--ash);
}

address a:hover {
  color: var(--bone);
}

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

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-header {
    position: relative;
  }

  .site-nav {
    background: var(--graphite);
    border: 1px solid var(--filament);
    border-radius: 8px;
    display: none;
    left: var(--gutter);
    padding: 10px;
    position: absolute;
    right: var(--gutter);
    top: calc(100% - 8px);
    z-index: 10;
  }

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

  .site-nav a {
    padding: 12px;
  }

  .hero,
  .section--split,
  .support {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 13ch;
  }

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

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

  .product-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .image-panel,
  .support__media {
    min-height: 320px;
  }

  .owner-cta,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .concept-bar {
    font-size: 10px;
    text-align: left;
  }

  .site-header {
    padding-top: 16px;
  }

  .brand img {
    height: 28px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 52px;
    padding-top: 32px;
  }

  .hero__actions,
  .owner-cta .button {
    align-items: stretch;
    display: grid;
    width: 100%;
  }

  .route-grid,
  .proof-strip,
  .product-grid,
  .steps,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .route-grid a,
  .proof-strip div,
  .steps a {
    border-right: 0;
  }

  .proof-strip div,
  .steps a,
  .steps a:last-child {
    border-bottom: 1px solid var(--filament);
    border-radius: 0;
  }

  .proof-strip div:last-child,
  .steps a:last-child {
    border-bottom: 0;
  }

  .section {
    padding-bottom: 58px;
    padding-top: 28px;
  }

  .product-card--featured div,
  .product-card,
  .tech-card,
  .support__content {
    padding: 18px;
  }
}
