:root {
  --black: #0a0a0a;
  --charcoal: #141414;
  --charcoal-2: #1b1b1b;
  --white: #ffffff;
  --off-white: #e5e5e5;
  --muted: #9ca3af;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --magenta: #d946ef;
  --blue: #67e8f9;
  --max: 1160px;
  --header: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--off-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.08), transparent 34%, rgba(103, 232, 249, 0.06) 66%, transparent 100%);
  z-index: -3;
}

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

a:hover {
  color: var(--blue);
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  border-radius: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  background: rgba(10, 10, 10, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 40px));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand-mark {
  width: 178px !important;
  max-width: 178px;
  height: auto;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-name {
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.bang {
  color: inherit;
}

.ellipsis {
  color: inherit;
}

.ice-word {
  color: var(--white);
  font-weight: 850;
}

.brand-line,
.mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
}

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

.nav-links a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.88rem;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

main {
  overflow: hidden;
}

.section,
.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - var(--header));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(32px, 5vw, 62px);
  align-items: center;
  padding: 76px 0 64px;
}

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

.hero-media {
  min-width: 0;
  display: grid;
  align-items: center;
  position: relative;
  gap: 18px;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 3%;
  border: 1px solid rgba(103, 232, 249, 0.22);
  transform: rotate(-6deg);
  pointer-events: none;
}

.hero-logo {
  width: min(100%, 470px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  padding: clamp(16px, 3vw, 30px);
}

.project-meta-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #f7f7f7;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.16);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  position: relative;
  z-index: 1;
}

.project-meta-table table {
  width: 100%;
  border-collapse: collapse;
}

.project-meta-table th,
.project-meta-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  vertical-align: middle;
}

.project-meta-table tr:last-child th,
.project-meta-table tr:last-child td {
  border-bottom: 0;
}

.project-meta-table th {
  width: 34%;
  color: #646464;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.project-meta-table td {
  color: #111111;
  font-size: clamp(1rem, 1.65vw, 1.42rem);
  font-weight: 700;
  line-height: 1.15;
}

.project-meta-status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.project-meta-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #a500a5;
}

.system-console {
  width: min(100%, 650px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(217, 70, 239, 0.08), transparent 32%),
    rgba(20, 20, 20, 0.86);
  border-radius: 6px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.console-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.console-logo {
  width: 180px;
  max-width: 58%;
  height: auto;
}

.console-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr 0.82fr;
  gap: 12px;
}

.console-panel {
  min-height: 116px;
  border: 1px solid var(--line);
  background: rgba(10, 10, 10, 0.56);
  border-radius: 4px;
  padding: 14px;
}

.console-panel.wide {
  grid-column: 1 / -1;
  min-height: 92px;
}

.console-panel.core {
  min-height: 244px;
  display: grid;
  align-content: center;
  text-align: center;
  border-color: rgba(103, 232, 249, 0.45);
  background:
    linear-gradient(180deg, rgba(103, 232, 249, 0.08), rgba(10, 10, 10, 0.62));
}

.console-panel.core strong {
  color: var(--white);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 0.95;
}

.console-panel.core p {
  margin: 12px auto 0;
  max-width: 190px;
  color: var(--muted);
  font-size: 0.86rem;
}

.console-stack {
  display: grid;
  gap: 12px;
}

.console-label {
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.console-line {
  height: 8px;
  width: 100%;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 99px;
}

.console-line.short {
  width: 58%;
}

.console-line.tiny {
  width: 36%;
}

.console-alerts {
  display: flex;
  gap: 8px;
}

.console-alert {
  width: 100%;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.console-alert.red {
  border-color: rgba(217, 70, 239, 0.65);
  background: rgba(217, 70, 239, 0.18);
}

.console-alert.blue {
  border-color: rgba(103, 232, 249, 0.55);
  background: rgba(103, 232, 249, 0.12);
}

.route-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.route-tag {
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--off-white);
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 8px;
  font-size: 0.72rem;
}

.route-tag.hot {
  border-color: rgba(217, 70, 239, 0.58);
}

.route-tag.blue {
  border-color: rgba(103, 232, 249, 0.48);
}

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(217, 70, 239, 0.74);
  color: var(--white);
  background: rgba(217, 70, 239, 0.06);
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--white);
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  margin-top: 22px;
  font-size: clamp(3.3rem, 8.2vw, 7.9rem);
  max-width: 900px;
}

.page-hero h1 {
  max-width: 980px;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
}

h3 {
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.lead {
  max-width: 710px;
  margin: 26px 0 0;
  color: var(--off-white);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid var(--magenta);
  background: var(--magenta);
  color: var(--black);
  font-weight: 800;
  font-size: 0.94rem;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-1px);
}

.button.secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--line-strong);
}

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

.section {
  padding: clamp(68px, 10vw, 124px) 0;
  border-top: 1px solid var(--line);
}

.section.tight {
  padding-top: clamp(48px, 8vw, 84px);
}

.section-kicker {
  margin-bottom: 18px;
}

.heading-offset {
  margin-top: 18px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 6vw, 76px);
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.grid {
  display: grid;
  gap: 14px;
}

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

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.panel {
  border: 1px solid var(--line);
  background: rgba(20, 20, 20, 0.76);
  border-radius: 6px;
  padding: clamp(18px, 2.5vw, 28px);
  min-width: 0;
}

.panel h3 {
  margin-bottom: 12px;
}

.panel p,
.panel li {
  color: var(--muted);
}

.panel p {
  margin: 0;
}

.panel ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.panel.accent {
  border-color: rgba(217, 70, 239, 0.42);
  background: linear-gradient(180deg, rgba(217, 70, 239, 0.09), rgba(20, 20, 20, 0.8));
}

.panel.blue {
  border-color: rgba(103, 232, 249, 0.36);
}

.number {
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}

.stack-card {
  display: grid;
  gap: 20px;
  min-height: 300px;
}

.stack-card .mono {
  color: var(--blue);
}

.stack-card.poe .mono,
.stack-card.poe .number {
  color: var(--magenta);
}

.taxonomy {
  display: grid;
  gap: 12px;
}

.taxonomy-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.taxonomy-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.code {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(103, 232, 249, 0.55);
  color: var(--blue);
  border-radius: 4px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1.18rem;
  font-weight: 800;
}

.code.hot {
  border-color: rgba(217, 70, 239, 0.68);
  color: var(--magenta);
}

.code.muted {
  border-color: rgba(156, 163, 175, 0.5);
  color: var(--muted);
}

.taxonomy-row h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.taxonomy-row p {
  margin: 0;
  color: var(--muted);
}

.bands {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.band {
  display: grid;
  grid-template-columns: 0.65fr 1fr 0.85fr;
  gap: 20px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: rgba(20, 20, 20, 0.68);
}

.band:first-child {
  border-top: 0;
}

.band strong {
  color: var(--white);
}

.band span,
.band p {
  margin: 0;
  color: var(--muted);
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.journey-step {
  padding: 24px;
  border-left: 1px solid var(--line);
  background: rgba(20, 20, 20, 0.72);
}

.journey-step:first-child {
  border-left: 0;
}

.journey-step p {
  margin: 12px 0 0;
  color: var(--muted);
}

.statement {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(217, 70, 239, 0.36);
  background:
    linear-gradient(135deg, rgba(217, 70, 239, 0.12), rgba(103, 232, 249, 0.05)),
    var(--charcoal);
  border-radius: 6px;
}

.statement p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.2;
}

.capture {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.5fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form input {
  min-width: 0;
  flex: 1;
  height: 50px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  border-radius: 4px;
  padding: 0 14px;
  font: inherit;
}

.form input:focus {
  outline: 2px solid rgba(103, 232, 249, 0.4);
  outline-offset: 2px;
}

.form-note {
  width: 100%;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.legal {
  border: 1px solid var(--line);
  border-left-color: var(--blue);
  border-left-width: 3px;
  background: rgba(20, 20, 20, 0.86);
}

.legal p {
  color: var(--off-white);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
}

.footer-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-shell p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--off-white);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0 clamp(44px, 7vw, 88px);
}

.page-hero .lead {
  max-width: 830px;
}

.source-note {
  color: var(--muted);
  font-size: 0.84rem;
  margin-top: 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .section-head,
  .capture {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero-media {
    justify-content: start;
  }

  .system-console {
    width: 100%;
  }

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

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

  .journey-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .journey-step:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: var(--header) 0 auto 0;
    min-height: calc(100svh - var(--header));
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 28px 20px;
    background: rgba(10, 10, 10, 0.98);
    border-top: 1px solid var(--line);
  }

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

  .nav-links a {
    padding: 16px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .journey {
    grid-template-columns: 1fr;
  }

  .journey-step,
  .journey-step:first-child,
  .journey-step:nth-child(3),
  .journey-step:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .band {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .console-panel.core {
    min-height: 180px;
  }

  .taxonomy-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .form input,
  .form .button {
    width: 100%;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .project-meta-table th,
  .project-meta-table td {
    padding: 13px 12px;
  }

  .project-meta-table th {
    width: 38%;
    font-size: 0.66rem;
  }

  .project-meta-table td {
    font-size: 0.84rem;
  }
}

@media (max-width: 460px) {
  .section,
  .hero,
  .page-hero,
  .nav-shell,
  .footer-shell {
    width: min(100% - 28px, var(--max));
  }

  .brand-line {
    display: none;
  }

  .brand-mark {
    width: 142px !important;
    max-width: 142px;
  }

  h1 {
    font-size: clamp(2.72rem, 18vw, 4rem);
  }
}
