﻿:root {
  color-scheme: dark;
  --bg: #050914;
  --panel: rgba(9, 18, 35, 0.68);
  --panel-strong: rgba(12, 24, 45, 0.82);
  --line: rgba(143, 213, 255, 0.22);
  --line-hot: rgba(54, 228, 255, 0.48);
  --text: #f6f9ff;
  --muted: #a9b8cf;
  --cyan: #36e4ff;
  --blue: #3b7dff;
  --purple: #9c5cff;
  --green: #6bf3c2;
  --radius: 8px;
  --content: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(9, 21, 43, 0.96), rgba(5, 9, 20, 1) 44%, rgba(12, 8, 29, 1)),
    var(--bg);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; letter-spacing: 0; }
h1 { max-width: 900px; font-size: 5.7rem; line-height: 0.94; }
h2 { max-width: 940px; font-size: 3.35rem; line-height: 1.03; }
h3 { font-size: 1.08rem; line-height: 1.25; }
p { color: var(--muted); line-height: 1.7; }
h1, h2, h3, p, li, .button, .structure-list span, .structure-list strong {
  overflow-wrap: anywhere;
}
ul { margin: 0; padding: 0; }
li { list-style: none; }
::selection { background: rgba(54, 228, 255, 0.3); color: var(--text); }
main:focus { outline: none; }
:focus-visible {
  outline: 3px solid rgba(54, 228, 255, 0.78);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  border: 1px solid rgba(54, 228, 255, 0.58);
  border-radius: var(--radius);
  padding: 11px 14px;
  color: #02111f;
  background: var(--cyan);
  font-weight: 900;
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.background-canvas, .site-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.background-canvas { z-index: -4; opacity: 0.9; }
.site-grid {
  z-index: -3;
  background:
    linear-gradient(rgba(54, 228, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 228, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(60, 125, 255, 0.08), transparent 44%, rgba(156, 92, 255, 0.09));
  background-size: 76px 76px, 76px 76px, 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.82), rgba(0,0,0,0.18) 78%, transparent);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--content));
  min-height: 76px;
  padding: 12px 14px 12px 16px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 12, 25, 0.68);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(22px);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled {
  border-color: var(--line-hot);
  background: rgba(5, 12, 25, 0.88);
  box-shadow: 0 18px 72px rgba(0, 0, 0, 0.42), 0 0 40px rgba(54, 228, 255, 0.16);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand picture { flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(54, 228, 255, 0.34)); }
.brand span { display: grid; gap: 2px; min-width: 0; }
.brand strong { font-size: 0.98rem; white-space: nowrap; }
.brand small { color: var(--muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a {
  border-radius: 999px;
  color: #d8e8ff;
  font-size: 0.88rem;
  font-weight: 750;
  padding: 10px 13px;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active {
  color: #ffffff;
  background: rgba(54, 228, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(54, 228, 255, 0.28);
  outline: none;
}
.nav-toggle { display: none; }

.section {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 92px 0;
  scroll-margin-top: 112px;
}
.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 92svh;
  padding-top: 150px;
  padding-bottom: 72px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; display: grid; gap: 25px; max-width: 920px; }
.hero-lede { max-width: 710px; color: #c9d7ea; font-size: 1.28rem; }
.hero-visual {
  position: absolute;
  inset: 112px -4% 18px auto;
  z-index: 1;
  width: 56%;
  min-width: 520px;
  opacity: 0.78;
}
.holo-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
}
.holo-card::before, .holo-card::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px dashed rgba(54, 228, 255, 0.32);
  border-radius: 50%;
  animation: rotate 22s linear infinite;
}
.holo-card::after { inset: 22%; border-color: rgba(156, 92, 255, 0.36); animation-duration: 16s; animation-direction: reverse; }
.holo-card img { position: relative; z-index: 3; width: 178px; filter: drop-shadow(0 0 30px rgba(54, 228, 255, 0.5)); }
.orbit { position: absolute; border: 1px solid rgba(143, 213, 255, 0.22); border-radius: 50%; box-shadow: inset 0 0 38px rgba(54, 228, 255, 0.08); }
.orbit-one { inset: 4%; }
.orbit-two { inset: 18%; border-color: rgba(54, 228, 255, 0.34); }
.orbit-three { inset: 32%; border-color: rgba(156, 92, 255, 0.36); }
.node {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(54, 228, 255, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  color: #e8fbff;
  background: rgba(8, 18, 37, 0.76);
  box-shadow: 0 0 26px rgba(54, 228, 255, 0.15);
  font-size: 0.76rem;
  font-weight: 900;
}
.node-a { top: 20%; right: 17%; }
.node-b { left: 11%; bottom: 28%; }
.node-c { right: 23%; bottom: 17%; }

.eyebrow {
  width: fit-content;
  border: 1px solid rgba(54, 228, 255, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  color: #a8f6ff;
  background: rgba(54, 228, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius);
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}
.button-primary {
  border: 1px solid rgba(54, 228, 255, 0.58);
  background: linear-gradient(135deg, rgba(54, 228, 255, 0.96), rgba(60, 125, 255, 0.9) 58%, rgba(156, 92, 255, 0.92));
  color: #02111f;
  box-shadow: 0 12px 34px rgba(54, 228, 255, 0.2), 0 0 42px rgba(156, 92, 255, 0.16);
}
.button-secondary {
  border: 1px solid rgba(143, 213, 255, 0.26);
  background: rgba(12, 24, 45, 0.58);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.metric-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 760px; }
.metric-strip div, .glass-panel, .system-card, .timeline-item, .terminal-card, .contact-form, .beta-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--panel), rgba(5, 13, 28, 0.5));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
}
.metric-strip div { min-width: 0; padding: 16px 18px; }
.metric-strip span { display: block; color: var(--muted); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.metric-strip strong { display: block; margin-top: 7px; color: var(--text); }
.section-heading { display: grid; gap: 15px; margin-bottom: 34px; }
.about-grid, .contact-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 22px; }
.glass-panel, .contact-form { padding: 30px; }
.glass-panel h3, .contact-aside h3 { margin-bottom: 18px; }
.glass-panel-accent { position: relative; overflow: hidden; }
.glass-panel-accent::before { content: ""; position: absolute; inset: 0; border-left: 2px solid rgba(54, 228, 255, 0.52); pointer-events: none; }
.glass-panel-accent > * { position: relative; }
.structure-list { display: grid; gap: 11px; }
.structure-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid rgba(143, 213, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(4, 12, 27, 0.42);
}
.structure-list span { color: var(--text); font-weight: 800; }
.structure-list strong { color: var(--cyan); font-size: 0.76rem; letter-spacing: 0.05em; text-align: right; text-transform: uppercase; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.pill-row span {
  border: 1px solid rgba(54, 228, 255, 0.24);
  border-radius: 999px;
  padding: 9px 11px;
  color: #c9f8ff;
  background: rgba(54, 228, 255, 0.08);
  font-size: 0.79rem;
  font-weight: 800;
}
.split-section { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.74fr); align-items: center; gap: 28px; }
.product-copy { display: grid; gap: 18px; }
.feature-list { display: grid; gap: 10px; margin-top: 8px; }
.feature-list li { position: relative; padding-left: 25px; color: #d9e8fa; line-height: 1.55; }
.feature-list li::before { content: ""; position: absolute; top: 0.68em; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px rgba(54, 228, 255, 0.6); }
.terminal-card { display: grid; gap: 14px; padding: 28px; }
.terminal-card strong { color: var(--cyan); }
.terminal-dots { display: flex; gap: 8px; padding-bottom: 8px; }
.terminal-dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px rgba(54, 228, 255, 0.48); }
.terminal-dots span:nth-child(2) { background: var(--purple); box-shadow: 0 0 16px rgba(156, 92, 255, 0.48); }
.terminal-dots span:nth-child(3) { background: var(--green); box-shadow: 0 0 16px rgba(107, 243, 194, 0.42); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.system-card { position: relative; min-height: 250px; padding: 28px; overflow: hidden; }
.system-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 124px; height: 124px; border: 1px solid rgba(54, 228, 255, 0.18); border-radius: 50%; }
.system-card span { display: inline-flex; margin-bottom: 42px; color: var(--cyan); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.18em; }
.system-card h3 { margin-bottom: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.timeline-item { position: relative; min-height: 250px; padding: 24px; overflow: hidden; }
.timeline-item::before { content: ""; position: absolute; top: 0; left: 24px; width: 1px; height: 64px; background: linear-gradient(var(--cyan), transparent); }
.timeline-item span { display: inline-flex; margin: 58px 0 18px; color: var(--cyan); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.timeline-item h3 { margin-bottom: 12px; }
.beta-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 44px; background: linear-gradient(145deg, rgba(12, 24, 45, 0.82), rgba(5, 13, 28, 0.56)); }
.beta-panel h2 { margin: 14px 0 16px; }
.contact-form { display: grid; gap: 15px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form span { color: #dcecff; font-size: 0.84rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(143, 213, 255, 0.2);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--text);
  background: rgba(2, 8, 19, 0.64);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(54, 228, 255, 0.54); box-shadow: 0 0 0 3px rgba(54, 228, 255, 0.12); }
.contact-form input:invalid,
.contact-form select:invalid,
.contact-form textarea:invalid {
  border-color: rgba(255, 109, 166, 0.42);
}
.form-note { font-size: 0.86rem; }
.contact-channel { display: grid; gap: 6px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(143, 213, 255, 0.14); }
.contact-channel span { color: var(--muted); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-channel strong { color: var(--text); line-height: 1.45; }
.site-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; width: min(calc(100% - 40px), var(--content)); margin: 0 auto; padding: 32px 0 44px; color: var(--muted); border-top: 1px solid rgba(143, 213, 255, 0.16); }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; }
.site-footer img { width: 30px; height: 30px; object-fit: contain; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; max-width: 620px; }
.footer-links a {
  color: #d8e8ff;
  font-size: 0.84rem;
  font-weight: 800;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
}
.footer-note {
  max-width: 360px;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 640ms ease, transform 640ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1040px) {
  h1 { font-size: 4.2rem; }
  h2 { font-size: 2.55rem; }
  .site-nav a { padding: 10px 9px; }
  .hero-visual { width: 66%; min-width: 430px; opacity: 0.55; }
  .about-grid, .contact-grid, .split-section { grid-template-columns: 1fr; }
  .card-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  h1 { font-size: 3rem; line-height: 0.98; }
  h2 { font-size: 2rem; line-height: 1.08; }
  .site-header { top: 10px; width: min(calc(100% - 20px), var(--content)); min-height: 66px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 0.9rem; }
  .nav-toggle {
    position: relative;
    z-index: 60;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(143, 213, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(54, 228, 255, 0.08);
    color: transparent;
  }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .nav-toggle span { display: block; width: 18px; height: 2px; margin: 0; border-radius: 999px; background: var(--text); transition: transform 180ms ease, opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 84px 10px auto;
    display: grid;
    gap: 7px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 12, 25, 0.95);
    box-shadow: 0 26px 88px rgba(0,0,0,0.42), 0 0 36px rgba(54, 228, 255, 0.16);
    backdrop-filter: blur(22px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { border-radius: var(--radius); padding: 13px 14px; }
  .section { width: min(calc(100% - 28px), var(--content)); padding: 68px 0; }
  .hero { min-height: auto; padding-top: 126px; padding-bottom: 56px; }
  .hero-copy { gap: 21px; }
  .hero-lede { font-size: 1.08rem; }
  .hero-visual { inset: 98px -38% auto auto; width: 92%; min-width: 360px; opacity: 0.34; }
  .holo-card img { width: 120px; }
  .node { font-size: 0.68rem; padding: 7px 9px; }
  .actions, .button { width: 100%; }
  .metric-strip, .card-grid, .timeline { grid-template-columns: 1fr; }
  .glass-panel, .contact-form, .terminal-card { padding: 22px; }
  .structure-list li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .structure-list strong { text-align: left; }
  .system-card, .timeline-item { min-height: auto; }
  .beta-panel { grid-template-columns: 1fr; padding: 26px; }
  .site-footer { width: min(calc(100% - 28px), var(--content)); align-items: flex-start; flex-direction: column; gap: 12px; }
}

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



/* Priority 1 upgrade: fixed top navigation and logo-inspired environment */
:root {
  --nav-height: 82px;
}

body {
  background:
    radial-gradient(circle at 72% 18%, rgba(54, 228, 255, 0.12), transparent 25rem),
    radial-gradient(circle at 82% 46%, rgba(156, 92, 255, 0.1), transparent 23rem),
    linear-gradient(145deg, #050914 0%, #07111f 42%, #09051b 100%);
}

main {
  padding-top: var(--nav-height);
}

.site-grid::before,
.site-grid::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
}

.site-grid::before {
  background:
    radial-gradient(circle at 78% 24%, rgba(54, 228, 255, 0.18), transparent 8rem),
    repeating-radial-gradient(circle at 78% 24%, rgba(54, 228, 255, 0.18) 0 1px, transparent 2px 58px),
    conic-gradient(from 215deg at 78% 24%, transparent 0deg, rgba(54, 228, 255, 0.13) 42deg, transparent 94deg, rgba(156, 92, 255, 0.12) 154deg, transparent 228deg);
  opacity: 0.45;
  mask-image: linear-gradient(110deg, transparent 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0.58) 74%, transparent 100%);
}

.site-grid::after {
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(54, 228, 255, 0.09) 54.1% 54.3%, transparent 54.5% 100%),
    linear-gradient(102deg, transparent 0 62%, rgba(156, 92, 255, 0.08) 62.1% 62.3%, transparent 62.5% 100%),
    repeating-linear-gradient(90deg, transparent 0 126px, rgba(54, 228, 255, 0.05) 127px 128px),
    repeating-linear-gradient(0deg, transparent 0 86px, rgba(156, 92, 255, 0.045) 87px 88px);
  opacity: 0.34;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-height: var(--nav-height);
  transform: none;
  padding: 12px max(20px, calc((100vw - var(--content)) / 2 + 16px));
  border: 0;
  border-bottom: 1px solid rgba(54, 228, 255, 0.2);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 23, 0.9), rgba(8, 18, 38, 0.82) 52%, rgba(9, 5, 25, 0.88)),
    rgba(5, 12, 25, 0.88);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.34), 0 0 44px rgba(54, 228, 255, 0.12), inset 0 1px 0 rgba(255,255,255,0.07);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(54, 228, 255, 0.16), transparent 28%, rgba(156, 92, 255, 0.14) 72%, transparent),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(54, 228, 255, 0.07) 89px 90px);
  opacity: 0.55;
}

.site-header.is-scrolled {
  border-color: rgba(54, 228, 255, 0.32);
  background:
    linear-gradient(90deg, rgba(4, 10, 23, 0.96), rgba(8, 18, 38, 0.9) 52%, rgba(9, 5, 25, 0.94)),
    rgba(5, 12, 25, 0.94);
  box-shadow: 0 18px 72px rgba(0, 0, 0, 0.46), 0 0 48px rgba(54, 228, 255, 0.18);
}

.brand {
  gap: 14px;
}

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

.brand .brand__label {
  display: block;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(54, 228, 255, 0.22);
}

.site-nav a {
  background: rgba(255,255,255,0.015);
}

.section {
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.hero {
  min-height: calc(100svh - var(--nav-height));
  padding-top: 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 28px -8% 0 auto;
  width: min(760px, 68vw);
  background:
    radial-gradient(circle at 50% 44%, rgba(54, 228, 255, 0.18), transparent 8rem),
    repeating-radial-gradient(circle at 50% 44%, rgba(54, 228, 255, 0.14) 0 1px, transparent 2px 76px),
    conic-gradient(from 160deg at 50% 44%, rgba(54, 228, 255, 0.08), transparent 24%, rgba(156, 92, 255, 0.1), transparent 72%);
  opacity: 0.72;
  pointer-events: none;
}

.hero-visual {
  inset: 50px -4% 18px auto;
}

.holo-card::before,
.holo-card::after,
.orbit {
  box-shadow: inset 0 0 42px rgba(54, 228, 255, 0.1), 0 0 24px rgba(156, 92, 255, 0.08);
}

.metric-strip div,
.glass-panel,
.system-card,
.timeline-item,
.terminal-card,
.contact-form,
.beta-panel {
  background:
    linear-gradient(145deg, rgba(8, 19, 38, 0.76), rgba(5, 11, 25, 0.58)),
    radial-gradient(circle at 18% 8%, rgba(54, 228, 255, 0.08), transparent 13rem);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), 0 0 32px rgba(54, 228, 255, 0.06), inset 0 1px 0 rgba(255,255,255,0.08);
}

@media (max-width: 760px) {
  :root {
    --nav-height: 74px;
  }

  main {
    padding-top: var(--nav-height);
  }

  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--nav-height);
    padding: 10px 14px;
    border-radius: 0;
  }

  .brand {
    gap: 10px;
  }

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

  .brand .brand__label {
    max-width: 190px;
    font-size: 0.96rem;
    white-space: normal;
  }

  .site-nav {
    inset: calc(var(--nav-height) + 10px) 12px auto;
    z-index: 9998;
  }

  .section {
    scroll-margin-top: calc(var(--nav-height) + 18px);
  }

  .hero {
    padding-top: 48px;
  }

  .hero::before {
    inset: 18px -62% auto auto;
    width: 120vw;
    height: 72vw;
    opacity: 0.42;
  }

  .hero-visual {
    inset: 88px -42% auto auto;
    opacity: 0.28;
  }
}

/* Fixed full-page cover artwork background */
html {
  background: #020611;
}

body {
  position: relative;
  isolation: isolate;
  background-color: #020611;
  background-image: url("/favicon/Background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 6, 17, 0.78), rgba(2, 6, 17, 0.52) 48%, rgba(2, 6, 17, 0.72)),
    linear-gradient(180deg, rgba(2, 6, 17, 0.5), rgba(2, 6, 17, 0.74));
}

.background-canvas {
  z-index: -1;
  opacity: 0.22;
  mix-blend-mode: screen;
}

.site-grid {
  z-index: -1;
  opacity: 0.22;
  background:
    linear-gradient(rgba(54, 228, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 92, 255, 0.04) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: none;
  mix-blend-mode: screen;
}

.site-grid::before,
.site-grid::after,
.hero::before,
.hero-visual {
  display: none !important;
}

.hero {
  overflow: visible;
}

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

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

@media (max-width: 760px) {
  body {
    background-attachment: fixed;
    background-position: center center;
  }

  body::before {
    background:
      linear-gradient(90deg, rgba(2, 6, 17, 0.84), rgba(2, 6, 17, 0.62)),
      linear-gradient(180deg, rgba(2, 6, 17, 0.58), rgba(2, 6, 17, 0.78));
  }

  .site-grid {
    opacity: 0.16;
  }
}



/* Brightness pass: keep artwork visible while preserving readable panels */
body {
  background-image: none;
  background-color: #020611;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background-image: url("/favicon/Background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: brightness(1.18) saturate(1.12) contrast(1.04);
  transform: translateZ(0);
}

body::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 4, 15, 0.40), rgba(4, 10, 28, 0.46) 48%, rgba(2, 4, 15, 0.50)),
    linear-gradient(180deg, rgba(2, 4, 15, 0.42), rgba(4, 10, 28, 0.52));
  background-size: 180% 180%, 100% 100%;
  animation: cmiAmbientShift 24s ease-in-out infinite alternate;
  will-change: background-position, opacity;
}

.background-canvas,
.site-grid {
  z-index: -2;
}

.site-grid {
  animation: cmiGridDrift 34s linear infinite;
  will-change: background-position;
}

@keyframes cmiAmbientShift {
  0% {
    background-position: 0% 50%, center;
    opacity: 0.94;
  }

  100% {
    background-position: 100% 46%, center;
    opacity: 1;
  }
}

@keyframes cmiGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 92px 46px, 46px 92px;
  }
}

.metric-strip div,
.glass-panel,
.system-card,
.timeline-item,
.terminal-card,
.contact-form,
.beta-panel {
  background:
    linear-gradient(145deg, rgba(5, 12, 28, 0.68), rgba(5, 12, 28, 0.54)),
    radial-gradient(circle at 18% 8%, rgba(54, 228, 255, 0.08), transparent 13rem);
  border-color: rgba(78, 219, 255, 0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

@media (max-width: 767px) {
  body::before {
    background:
      linear-gradient(90deg, rgba(2, 4, 15, 0.48), rgba(4, 10, 28, 0.54)),
      linear-gradient(180deg, rgba(2, 4, 15, 0.46), rgba(4, 10, 28, 0.58));
  }
}

/* Priority 2 corporate content system */
.feature-stack {
  display: grid;
  gap: 22px;
}

.wide-panel {
  display: grid;
  gap: 14px;
}

.statement-line {
  border-left: 2px solid rgba(54, 228, 255, 0.68);
  padding: 12px 0 12px 16px;
  color: #eefbff;
  background: linear-gradient(90deg, rgba(54, 228, 255, 0.08), transparent);
  font-weight: 850;
}

.disclaimer-strip {
  margin-top: 22px;
  border: 1px solid rgba(156, 92, 255, 0.26);
  border-radius: var(--radius);
  padding: 16px 18px;
  color: #dcecff;
  background: rgba(5, 12, 28, 0.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
}

.hierarchy-list li:first-child {
  border-color: rgba(54, 228, 255, 0.32);
  background: rgba(54, 228, 255, 0.08);
}

.capability-grid,
.brain-grid,
.state-grid,
.comparison-grid,
.stage-grid,
.roadmap-grid,
.beta-layout,
.legal-grid {
  display: grid;
  gap: 18px;
}

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

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

.brain-grid,
.state-grid,
.comparison-grid,
.beta-layout,
.legal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.panel-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.compact-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.compact-list li {
  position: relative;
  padding-left: 18px;
  color: #d9e8fa;
  line-height: 1.48;
}

.compact-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(54, 228, 255, 0.55);
}

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

.flow-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.flow-diagram div {
  min-height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(54, 228, 255, 0.22);
  border-radius: var(--radius);
  padding: 14px;
  color: #f5f9ff;
  background: rgba(5, 12, 28, 0.58);
  text-align: center;
  font-weight: 850;
}

.flow-diagram span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(54, 228, 255, 0.55);
}

.status-dot.after {
  background: var(--purple);
  box-shadow: 0 0 20px rgba(156, 92, 255, 0.55);
}

.status-dot.degraded {
  background: var(--green);
  box-shadow: 0 0 20px rgba(107, 243, 194, 0.45);
}

.roadmap-card {
  border: 1px solid rgba(78, 219, 255, 0.25);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(145deg, rgba(5, 12, 28, 0.68), rgba(5, 12, 28, 0.54));
  backdrop-filter: blur(18px);
  min-height: 100%;
}

.roadmap-card span,
.status-matrix span {
  display: inline-flex;
  color: var(--cyan);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.roadmap-card h3 {
  margin: 16px 0 8px;
}

.roadmap-card strong {
  display: inline-flex;
  color: #f5f9ff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.status-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.status-matrix div {
  border: 1px solid rgba(143, 213, 255, 0.16);
  border-radius: var(--radius);
  padding: 13px;
  background: rgba(2, 8, 19, 0.42);
}

.status-matrix strong {
  display: block;
  margin-top: 6px;
  color: #f5f9ff;
  line-height: 1.35;
  text-transform: uppercase;
}

.beta-form h3 {
  margin-bottom: 2px;
}

.checkbox-label {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px !important;
  color: var(--muted);
}

.checkbox-label input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--cyan);
}

.checkbox-label span {
  color: #dcecff;
  line-height: 1.55;
}

.founder-panel {
  display: grid;
  gap: 16px;
  max-width: 900px;
}

.founder-panel blockquote {
  margin: 4px 0 0;
  border-left: 2px solid rgba(156, 92, 255, 0.65);
  padding: 14px 0 14px 18px;
  color: #f5f9ff;
  background: linear-gradient(90deg, rgba(156, 92, 255, 0.08), transparent);
  font-size: 1.05rem;
  line-height: 1.6;
}

.section-heading p strong,
.glass-panel p strong {
  color: #f5f9ff;
}

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

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-card h3 {
  margin-bottom: 14px;
  font-size: 1.34rem;
}

.product-card p,
.legal-grid .glass-panel p {
  margin-bottom: 18px;
}

.card-action {
  width: fit-content;
  margin-top: auto;
}

.form-note.is-success {
  color: var(--green);
}

.form-note.is-error {
  color: #ff8fb8;
}

.button.is-loading {
  opacity: 0.76;
}

.footer-main {
  display: grid;
  gap: 8px;
  max-width: 360px;
}

.site-footer {
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-note,
.footer-copy {
  font-size: 0.84rem;
}

.inner-page .site-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(54, 228, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(54, 228, 255, 0.28);
}

.page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 58svh;
  padding-top: 158px;
  padding-bottom: 72px;
}

.page-hero-copy {
  display: grid;
  gap: 22px;
  max-width: 930px;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  align-items: center;
  gap: 32px;
}

.page-hero-inner .page-hero-copy {
  max-width: 820px;
}

.product-artwork {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(54, 228, 255, 0.28);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(rgba(54, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 24, 45, 0.78), rgba(5, 13, 28, 0.48));
  background-size: 42px 42px, 42px 42px, 100% 100%;
  box-shadow: 0 24px 80px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
}

.product-artwork::before,
.product-artwork::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(54, 228, 255, 0.26);
  transform: rotate(45deg);
}

.product-artwork::before {
  inset: 34px;
}

.product-artwork::after {
  inset: 76px;
  border-color: rgba(156, 92, 255, 0.28);
}

.product-artwork img {
  position: relative;
  z-index: 2;
  width: min(86%, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(54, 228, 255, 0.42));
}

.product-artwork-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  width: min(84%, 310px);
  border: 1px solid rgba(143, 213, 255, 0.22);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(2, 8, 19, 0.52);
}

.product-artwork-panel span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-artwork-panel strong {
  color: var(--text);
  font-size: 1.25rem;
}

.product-artwork-panel p {
  font-size: 0.9rem;
}

.page-hero-copy h1 {
  max-width: 980px;
  font-size: 4.5rem;
}

.page-lede {
  max-width: 760px;
  color: #c9d7ea;
  font-size: 1.18rem;
}

.page-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 850px;
}

.page-metrics div {
  border: 1px solid rgba(143, 213, 255, 0.18);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(5, 13, 28, 0.54);
  backdrop-filter: blur(18px);
}

.page-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-metrics strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  line-height: 1.35;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
}

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

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(54, 228, 255, 0.3);
  border-radius: var(--radius);
  padding: 32px;
  background: linear-gradient(145deg, rgba(12, 24, 45, 0.84), rgba(5, 13, 28, 0.58));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25), 0 0 44px rgba(54, 228, 255, 0.1);
}

.cta-panel h2 {
  margin-bottom: 12px;
  font-size: 2.1rem;
}

.legal-document {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.legal-document article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: linear-gradient(145deg, var(--panel), rgba(5, 13, 28, 0.5));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
}

.legal-document h2 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.legal-document p + p {
  margin-top: 12px;
}

.legal-document .compact-list {
  margin-top: 12px;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 1180px) {
  .five-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid,
  .brain-grid,
  .state-grid,
  .stage-grid,
  .legal-grid,
  .product-grid,
  .page-hero-inner,
  .detail-grid,
  .detail-grid.three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-diagram {
    grid-template-columns: 1fr;
  }

  .flow-diagram span::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    margin: 5px auto 0;
    background: linear-gradient(var(--cyan), transparent);
  }
}

@media (max-width: 760px) {
  .capability-grid,
  .five-grid,
  .brain-grid,
  .state-grid,
  .comparison-grid,
  .stage-grid,
  .roadmap-grid,
  .beta-layout,
  .legal-grid,
  .product-grid,
  .detail-grid,
  .detail-grid.three-up,
  .page-hero-inner,
  .page-metrics,
  .two-column-list,
  .status-matrix {
    grid-template-columns: 1fr;
  }

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

  .page-hero-copy h1 {
    font-size: 3rem;
    line-height: 0.98;
  }

  .product-artwork {
    min-height: 270px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .card-action {
    width: 100%;
  }

  .flow-diagram div {
    min-height: 72px;
  }

  .roadmap-card {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  h1 { font-size: 2.55rem; }
  h2 { font-size: 1.78rem; }
  .section { width: min(calc(100% - 24px), var(--content)); }
  .brand { gap: 9px; }
  .brand img { width: 38px; height: 38px; }
  .brand__label { font-size: 0.92rem; }
  .metric-strip div,
  .page-metrics div,
  .status-matrix div {
    padding: 14px;
  }
  .product-artwork-panel {
    width: min(88%, 300px);
    padding: 20px;
  }
}

/* Final mobile background override: keep desktop fixed-cover behavior, avoid fixed attachment on mobile. */
@media (max-width: 760px) {
  body {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body::after {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero,
  .page-hero {
    overflow: hidden;
  }
}

/* Truth-audit content cards and subdued executive background motion */
.truth-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.truth-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  border: 1px solid rgba(78, 219, 255, 0.25);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(5, 12, 28, 0.74), rgba(5, 12, 28, 0.56)),
    radial-gradient(circle at 14% 0%, rgba(54, 228, 255, 0.11), transparent 12rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.truth-card span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.truth-card h3 {
  font-size: 1.12rem;
}

.truth-card p {
  color: #d8e8fb;
  line-height: 1.62;
}

body::after {
  animation: cmiBackgroundBreathe 36s ease-in-out infinite alternate;
  transform-origin: 50% 48%;
  will-change: transform, filter;
}

@keyframes cmiBackgroundBreathe {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    filter: brightness(1.14) saturate(1.08) contrast(1.04);
  }

  100% {
    transform: scale(1.035) translate3d(-0.8%, -0.6%, 0);
    filter: brightness(1.22) saturate(1.14) contrast(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  body::before,
  .site-grid {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .truth-grid,
  .truth-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .truth-grid,
  .truth-grid-home {
    grid-template-columns: 1fr;
  }

  .truth-card {
    padding: 20px;
  }

  body::after {
    animation: none;
    transform: none;
  }
}

/* Constitutional rebuild: Command Glass + Luminous Hierarchy */
:root {
  --bg: #02040d;
  --panel: rgba(4, 10, 28, 0.72);
  --panel-strong: rgba(5, 13, 34, 0.9);
  --line: rgba(89, 220, 255, 0.24);
  --line-hot: rgba(89, 235, 255, 0.72);
  --text: #f8fbff;
  --muted: #b9c9df;
  --cyan: #5cecff;
  --blue: #3685ff;
  --purple: #c04dff;
  --magenta: #ff43e6;
  --green: #7cf4ca;
  --amber: #ffc45f;
  --danger: #ff77aa;
  --radius: 16px;
  --content: 1220px;
  --shadow-glass: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  --shadow-cyan: 0 0 50px rgba(38, 213, 255, 0.16);
}

.constitutional-site {
  color: var(--text);
  background: #02040d;
}

.constitutional-site::after {
  background-image: url("/favicon/Background.png");
  background-position: center top;
  filter: brightness(1.3) saturate(1.2) contrast(1.05);
}

.constitutional-site::before {
  background:
    radial-gradient(circle at 76% 12%, rgba(21, 123, 255, 0.08), transparent 31rem),
    radial-gradient(circle at 18% 42%, rgba(201, 54, 255, 0.1), transparent 28rem),
    linear-gradient(90deg, rgba(1, 3, 12, 0.64), rgba(2, 6, 20, 0.48) 48%, rgba(1, 4, 16, 0.6)),
    linear-gradient(180deg, rgba(1, 3, 12, 0.28), rgba(1, 3, 12, 0.72));
}

.constitutional-site .site-grid {
  opacity: 0.32;
  background:
    linear-gradient(rgba(72, 225, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(171, 68, 255, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
}

.constitutional-site .background-canvas {
  opacity: 0.34;
}

.constitutional-site h1 {
  max-width: 930px;
  font-size: clamp(3.4rem, 7.6vw, 7rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.constitutional-site h2 {
  max-width: 980px;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.constitutional-site h3 {
  font-size: 1.18rem;
}

.constitutional-site p {
  color: var(--muted);
}

.constitutional-site .site-header {
  top: 16px;
  min-height: 78px;
  border: 1px solid rgba(103, 222, 255, 0.28);
  border-radius: 18px;
  padding: 10px 12px 10px 14px;
  background:
    linear-gradient(135deg, rgba(5, 12, 31, 0.86), rgba(8, 9, 32, 0.72)),
    rgba(2, 6, 18, 0.82);
  box-shadow: 0 22px 84px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 36px rgba(42, 198, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
}

.constitutional-site .site-header::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70, 233, 255, 0.8), rgba(190, 65, 255, 0.65), transparent);
  opacity: 0.68;
}

.constitutional-site .site-header.is-scrolled {
  border-color: rgba(92, 236, 255, 0.58);
  background: rgba(3, 8, 24, 0.94);
  box-shadow: 0 24px 88px rgba(0, 0, 0, 0.54), 0 0 42px rgba(54, 211, 255, 0.18);
}

.constitutional-site .brand {
  gap: 12px;
}

.constitutional-site .brand img {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  filter: drop-shadow(0 0 18px rgba(76, 226, 255, 0.4));
}

.constitutional-site .brand span {
  display: grid;
  gap: 3px;
}

.constitutional-site .brand strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.constitutional-site .brand small {
  color: #8fdcf0;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.constitutional-site .site-nav {
  gap: 5px;
}

.constitutional-site .site-nav a {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 13px;
  color: #dbeeff;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.015em;
}

.constitutional-site .site-nav a:hover,
.constitutional-site .site-nav a:focus-visible,
.constitutional-site .site-nav a[aria-current="page"] {
  border-color: rgba(92, 236, 255, 0.38);
  color: #fff;
  background: linear-gradient(135deg, rgba(45, 204, 255, 0.14), rgba(167, 59, 255, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 26px rgba(43, 212, 255, 0.12);
}

.constitutional-site .section {
  padding: 105px 0;
}

.constitutional-site .eyebrow {
  border-color: rgba(87, 232, 255, 0.38);
  border-radius: 999px;
  padding: 9px 13px;
  color: #b9f8ff;
  background: linear-gradient(90deg, rgba(44, 210, 255, 0.13), rgba(172, 59, 255, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 24px rgba(45, 214, 255, 0.08);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.constitutional-site .button {
  min-height: 52px;
  border-radius: 12px;
  padding: 0 21px;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.constitutional-site .button-primary {
  border-color: rgba(119, 244, 255, 0.76);
  color: #010d1c;
  background: linear-gradient(115deg, #65efff, #4f9cff 56%, #d25cff);
  box-shadow: 0 15px 42px rgba(54, 213, 255, 0.24), 0 0 46px rgba(188, 64, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.constitutional-site .button-primary:hover,
.constitutional-site .button-primary:focus-visible {
  box-shadow: 0 18px 50px rgba(54, 213, 255, 0.34), 0 0 54px rgba(188, 64, 255, 0.24);
}

.constitutional-site .button-secondary {
  border-color: rgba(105, 224, 255, 0.3);
  background: linear-gradient(135deg, rgba(7, 20, 46, 0.78), rgba(21, 9, 43, 0.7));
}

.constitutional-site .section-heading {
  gap: 18px;
  margin-bottom: 42px;
}

.constitutional-site .section-heading > p:not(.eyebrow) {
  max-width: 860px;
  color: #c7d8eb;
  font-size: 1.03rem;
}

.constitutional-site .glass-panel,
.constitutional-site .system-card,
.constitutional-site .contact-form {
  border: 1px solid rgba(93, 224, 255, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(5, 14, 36, 0.84), rgba(8, 7, 29, 0.72)),
    radial-gradient(circle at 14% 0%, rgba(52, 214, 255, 0.12), transparent 18rem);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.constitutional-site .panel-kicker {
  color: #7feeff;
}

.constitutional-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  min-height: 100svh;
  padding-top: 150px !important;
  padding-bottom: 90px !important;
}

.constitutional-hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 25px;
}

.constitutional-hero__copy h1 {
  max-width: 820px;
  font-size: clamp(3.35rem, 5.3vw, 5.35rem);
  background: linear-gradient(112deg, #ffffff 6%, #d7f7ff 45%, #c7b8ff 72%, #f2d2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.36));
}

.constitutional-hero .hero-lede {
  max-width: 760px;
  color: #d2e2f3;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
}

.state-badges,
.contact-route-status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.state-badges span,
.contact-route-status span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(94, 215, 255, 0.2);
  border-radius: 999px;
  padding: 9px 12px;
  color: #d9e9f9;
  background: rgba(4, 12, 30, 0.7);
  font-size: 0.74rem;
  font-weight: 800;
}

.state-light {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px currentColor;
}

.state-light--cyan {
  color: var(--cyan);
  background: currentColor;
}

.state-light--amber {
  color: var(--amber);
  background: currentColor;
}

.state-light--locked {
  color: var(--danger);
  background: currentColor;
}

.command-glass {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(91, 231, 255, 0.38);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(150deg, rgba(6, 18, 43, 0.82), rgba(7, 5, 28, 0.74)),
    radial-gradient(circle at 50% 0%, rgba(54, 220, 255, 0.14), transparent 24rem);
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.5), 0 0 70px rgba(46, 211, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px) saturate(1.3);
  -webkit-backdrop-filter: blur(30px) saturate(1.3);
}

.command-glass::before,
.command-glass::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.command-glass::before {
  inset: -30% -25%;
  background: conic-gradient(from 40deg, transparent, rgba(55, 216, 255, 0.1), transparent 31%, rgba(193, 67, 255, 0.09), transparent 61%);
  animation: commandOrbit 24s linear infinite;
}

.command-glass::after {
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(38, 160, 255, 0.1);
}

.command-glass__scan {
  position: absolute;
  inset: -30% 0 auto;
  z-index: 2;
  height: 26%;
  background: linear-gradient(180deg, transparent, rgba(85, 235, 255, 0.08), transparent);
  animation: commandScan 8s ease-in-out infinite;
  pointer-events: none;
}

.command-glass__header,
.command-glass__footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #91eefe;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.command-glass__header {
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(87, 226, 255, 0.16);
}

.command-glass__header strong {
  color: #ffb4ef;
}

.command-core,
.command-node,
.command-products,
.command-path,
.command-branches,
.command-glass__footer {
  position: relative;
  z-index: 3;
}

.command-core {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 18px;
  margin: 26px 0 0;
  border: 1px solid rgba(92, 230, 255, 0.28);
  border-radius: 17px;
  padding: 15px;
  background: linear-gradient(120deg, rgba(28, 179, 255, 0.11), rgba(155, 56, 255, 0.08));
}

.command-core img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(58, 210, 255, 0.2);
}

.command-core div,
.command-node {
  display: grid;
  gap: 6px;
}

.command-core span,
.command-node span {
  color: #74e9fb;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.command-core strong,
.command-node strong {
  color: #fff;
  font-size: 1rem;
}

.command-core small,
.command-node small {
  color: #aebfd5;
  font-size: 0.75rem;
}

.command-path {
  display: grid;
  place-items: center;
  height: 38px;
}

.command-path span {
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--cyan), var(--purple));
  box-shadow: 0 0 14px rgba(72, 225, 255, 0.8);
}

.command-node {
  border: 1px solid rgba(100, 220, 255, 0.22);
  border-radius: 14px;
  padding: 16px;
  background: rgba(4, 11, 29, 0.72);
}

.command-node--authority {
  border-color: rgba(194, 76, 255, 0.4);
  background: linear-gradient(118deg, rgba(38, 161, 255, 0.12), rgba(187, 54, 255, 0.13));
  box-shadow: 0 0 34px rgba(167, 65, 255, 0.1);
}

.command-branches {
  height: 52px;
}

.command-branches span:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 27px;
  background: linear-gradient(var(--purple), var(--cyan));
  box-shadow: 0 0 12px rgba(124, 198, 255, 0.64);
}

.command-branches span:last-child {
  position: absolute;
  top: 26px;
  right: 23%;
  left: 23%;
  height: 26px;
  border-top: 1px solid rgba(93, 228, 255, 0.8);
  border-right: 1px solid rgba(93, 228, 255, 0.8);
  border-left: 1px solid rgba(193, 75, 255, 0.76);
  box-shadow: 0 -8px 18px rgba(85, 218, 255, 0.08);
}

.command-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.command-products .command-node:first-child {
  border-color: rgba(198, 75, 255, 0.3);
}

.command-products .command-node:last-child {
  border-color: rgba(75, 220, 255, 0.34);
}

.command-glass__footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(87, 226, 255, 0.15);
  color: #a5b7cc;
  letter-spacing: 0.08em;
}

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

@keyframes commandScan {
  0%, 12% { transform: translateY(-100%); opacity: 0; }
  35%, 70% { opacity: 1; }
  88%, 100% { transform: translateY(600%); opacity: 0; }
}

.company-section {
  padding-top: 80px !important;
}

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

.principle-card {
  min-height: 270px;
  padding: 28px;
}

.principle-card h3 {
  margin: 30px 0 14px;
  font-size: 1.36rem;
}

.architecture-section {
  position: relative;
}

.authority-hierarchy {
  display: grid;
  justify-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
}

.authority-tier {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  width: min(100%, 820px);
  overflow: hidden;
  border: 1px solid rgba(91, 226, 255, 0.26);
  border-radius: 18px;
  padding: 23px;
  background:
    linear-gradient(125deg, rgba(5, 16, 38, 0.88), rgba(10, 7, 31, 0.78)),
    rgba(3, 9, 24, 0.82);
  box-shadow: var(--shadow-glass);
}

.authority-tier::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(var(--cyan), var(--blue));
  box-shadow: 0 0 22px rgba(61, 218, 255, 0.72);
}

.authority-tier--owner {
  width: min(100%, 680px);
  border-color: rgba(255, 196, 95, 0.34);
}

.authority-tier--owner::after {
  background: linear-gradient(#ffe0a4, #ff9e5f);
  box-shadow: 0 0 22px rgba(255, 186, 86, 0.68);
}

.authority-tier--constitution {
  width: min(100%, 750px);
  border-color: rgba(206, 90, 255, 0.36);
}

.authority-tier--constitution::after {
  background: linear-gradient(#ed75ff, #9b55ff);
  box-shadow: 0 0 22px rgba(196, 72, 255, 0.68);
}

.authority-tier--database {
  border-color: rgba(79, 222, 255, 0.5);
  box-shadow: var(--shadow-glass), 0 0 48px rgba(55, 211, 255, 0.12);
}

.authority-tier--aicc::after {
  background: linear-gradient(var(--cyan), #4a84ff);
}

.authority-tier--product::after {
  background: linear-gradient(var(--magenta), var(--purple));
  box-shadow: 0 0 22px rgba(200, 70, 255, 0.56);
}

.tier-index {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(98, 231, 255, 0.28);
  border-radius: 16px;
  color: #baf7ff;
  background: rgba(57, 210, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.tier-label {
  margin-bottom: 7px;
  color: #80ebfa !important;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.authority-tier h3 {
  margin-bottom: 9px;
  font-size: 1.2rem;
}

.authority-tier p:last-child {
  font-size: 0.9rem;
  line-height: 1.58;
}

.authority-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 44px;
}

.authority-link span {
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--cyan), var(--purple));
  box-shadow: 0 0 14px rgba(94, 225, 255, 0.66);
}

.authority-fork {
  position: relative;
  width: min(72%, 650px);
  height: 62px;
}

.authority-fork span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 32px;
  background: linear-gradient(var(--cyan), var(--purple));
}

.authority-fork span:nth-child(2) {
  position: absolute;
  top: 31px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--magenta), var(--purple), var(--cyan));
  box-shadow: 0 0 14px rgba(123, 198, 255, 0.5);
}

.authority-fork span:nth-child(3) {
  position: absolute;
  top: 31px;
  right: 0;
  left: 0;
  height: 31px;
  border-right: 1px solid var(--cyan);
  border-left: 1px solid var(--magenta);
}

.authority-branches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.authority-branches .authority-tier {
  width: 100%;
  height: 100%;
}

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

.project-gateway-card {
  position: relative;
  display: grid;
  grid-template-rows: 230px 1fr;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(91, 226, 255, 0.27);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(5, 15, 37, 0.9), rgba(8, 6, 29, 0.84));
  box-shadow: var(--shadow-glass);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.project-gateway-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 235, 255, 0.52);
  box-shadow: var(--shadow-glass), 0 0 46px rgba(46, 211, 255, 0.13);
}

.project-gateway-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(90, 222, 255, 0.18);
  background:
    radial-gradient(circle at 50% 48%, rgba(55, 211, 255, 0.16), transparent 55%),
    linear-gradient(135deg, rgba(9, 28, 63, 0.7), rgba(20, 6, 47, 0.72));
}

.project-gateway-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--purple), transparent);
  box-shadow: 0 0 24px rgba(68, 221, 255, 0.68);
}

.project-gateway-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.15) contrast(1.04);
  transition: transform 420ms ease, opacity 220ms ease;
}

.project-gateway-card:hover .project-gateway-card__visual img {
  transform: scale(1.04);
  opacity: 1;
}

.project-gateway-card__visual--database {
  align-content: center;
  gap: 2px;
  background:
    radial-gradient(circle at 50% 48%, rgba(67, 224, 255, 0.22), transparent 42%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 36px, rgba(78, 223, 255, 0.13) 37px 38px),
    linear-gradient(135deg, rgba(7, 34, 65, 0.72), rgba(20, 6, 47, 0.76));
}

.project-gateway-card__visual--database span {
  color: #89f0ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.36em;
}

.project-gateway-card__visual--database strong {
  background: linear-gradient(110deg, #fff, #7aeaff, #d868ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 5rem;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-shadow: 0 0 44px rgba(69, 218, 255, 0.2);
}

.project-gateway-card__body {
  display: flex;
  flex-direction: column;
  padding: 27px;
}

.project-gateway-card__body h3 {
  margin: 12px 0 13px;
  font-size: 1.42rem;
}

.project-gateway-card__body p:not(.panel-kicker) {
  flex: 1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 24px;
  color: #9af2ff;
  font-size: 0.86rem;
  font-weight: 900;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.pillars-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  gap: 38px;
}

.constitutional-record {
  display: grid;
  gap: 9px;
  border: 1px solid rgba(192, 79, 255, 0.34);
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(27, 10, 50, 0.8), rgba(4, 17, 40, 0.78));
  box-shadow: var(--shadow-glass), 0 0 38px rgba(183, 61, 255, 0.1);
}

.constitutional-record span,
.constitutional-record small {
  color: #caabdf;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.constitutional-record strong {
  color: #fff;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  counter-reset: pillar;
}

.pillar-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 100px;
  border: 1px solid rgba(91, 224, 255, 0.22);
  border-radius: 15px;
  padding: 18px;
  background: linear-gradient(130deg, rgba(5, 15, 37, 0.82), rgba(12, 7, 35, 0.74));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pillar-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(102, 232, 255, 0.29);
  border-radius: 14px;
  color: #96f1ff;
  background: rgba(49, 205, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.pillar-card strong {
  color: #edf7ff;
  font-size: 0.9rem;
  line-height: 1.45;
}

.truth-console {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(92, 226, 255, 0.3);
  border-radius: 18px;
  background: rgba(2, 8, 22, 0.86);
  box-shadow: var(--shadow-glass);
}

.truth-console div {
  display: grid;
  gap: 8px;
  min-height: 104px;
  border-right: 1px solid rgba(89, 222, 255, 0.14);
  border-bottom: 1px solid rgba(89, 222, 255, 0.14);
  padding: 22px;
}

.truth-console div:nth-child(2n) {
  border-right: 0;
}

.truth-console span {
  color: #8fa6bd;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.truth-console strong {
  color: #fff;
}

.truth-console__approved {
  color: var(--green) !important;
}

.truth-console__locked {
  color: #ff9ac2 !important;
}

.claims-boundary {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 16px;
  border: 1px solid rgba(255, 161, 200, 0.28);
  border-radius: 15px;
  padding: 20px 22px;
  background: linear-gradient(120deg, rgba(48, 8, 30, 0.72), rgba(11, 8, 31, 0.78));
}

.claims-boundary strong {
  color: #ffb0d2;
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  border: 1px solid rgba(96, 232, 255, 0.37);
  border-radius: 22px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(125deg, rgba(6, 24, 54, 0.92), rgba(26, 7, 48, 0.86)),
    radial-gradient(circle at 80% 0%, rgba(74, 220, 255, 0.18), transparent 20rem);
  box-shadow: var(--shadow-glass), 0 0 54px rgba(51, 212, 255, 0.12);
}

.contact-cta::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(83, 225, 255, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(190, 60, 255, 0.08);
}

.contact-cta > * {
  position: relative;
  z-index: 1;
}

.contact-cta h2 {
  margin: 15px 0 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.constitutional-site .site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(360px, 1.35fr);
  gap: 26px 44px;
  padding: 42px 0 50px;
}

.constitutional-site .footer-copy {
  grid-column: 1 / -1;
}

.constitutional-site .footer-brand img {
  border-radius: 8px;
}

.constitutional-site .footer-links {
  justify-content: flex-end;
}

/* Project pages */
.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 6vw, 80px);
  min-height: 91svh;
  padding-top: 150px !important;
  padding-bottom: 74px !important;
}

.project-hero__copy {
  display: grid;
  gap: 24px;
}

.project-hero h1 span {
  display: block;
  margin-top: 12px;
  color: #a7c2dd;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.project-hero .page-lede {
  max-width: 760px;
  color: #d0e1f2;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.project-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.project-status-strip div {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(91, 224, 255, 0.2);
  border-radius: 13px;
  padding: 15px;
  background: rgba(3, 10, 27, 0.74);
}

.project-status-strip span {
  color: #88a3bd;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-status-strip strong {
  color: #ecf8ff;
  font-size: 0.78rem;
  line-height: 1.35;
}

.project-emblem {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(93, 228, 255, 0.3);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(5, 16, 40, 0.8), rgba(15, 6, 39, 0.72));
  box-shadow: var(--shadow-glass), 0 0 60px rgba(43, 210, 255, 0.13);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.project-emblem--image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.05);
}

.project-emblem__glow {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(68, 218, 255, 0.28), rgba(187, 61, 255, 0.14) 42%, transparent 70%);
  filter: blur(22px);
  animation: emblemPulse 6s ease-in-out infinite alternate;
}

.project-emblem--database {
  background:
    radial-gradient(circle at 50% 50%, rgba(61, 223, 255, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(4, 22, 48, 0.84), rgba(17, 6, 43, 0.76));
}

.database-orbit {
  position: absolute;
  border: 1px solid rgba(92, 226, 255, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(48, 201, 255, 0.08), 0 0 34px rgba(49, 210, 255, 0.08);
}

.database-orbit--one {
  inset: 9%;
  animation: commandOrbit 24s linear infinite;
}

.database-orbit--two {
  inset: 22%;
  border-style: dashed;
  border-color: rgba(202, 74, 255, 0.35);
  animation: commandOrbit 18s linear infinite reverse;
}

.database-core {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 235px;
  height: 235px;
  align-content: center;
  border: 1px solid rgba(104, 236, 255, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(49, 192, 255, 0.22), rgba(13, 8, 39, 0.92) 64%);
  box-shadow: 0 0 65px rgba(52, 211, 255, 0.2), inset 0 0 45px rgba(190, 64, 255, 0.1);
}

.database-core span {
  color: #94efff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.28em;
}

.database-core strong {
  background: linear-gradient(105deg, #fff, #80ecff, #d86bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
}

.database-core small {
  color: #9bb2c8;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.database-pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
}

.database-pulse--one { top: 18%; right: 23%; }
.database-pulse--two { right: 18%; bottom: 26%; background: var(--purple); box-shadow: 0 0 20px var(--purple); }
.database-pulse--three { bottom: 18%; left: 28%; background: var(--magenta); box-shadow: 0 0 20px var(--magenta); }

@keyframes emblemPulse {
  from { transform: scale(0.95); opacity: 0.65; }
  to { transform: scale(1.06); opacity: 1; }
}

.authority-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.authority-summary-grid .glass-panel {
  padding: 31px;
}

.authority-summary-grid h3 {
  margin: 22px 0 18px;
  font-size: 1.36rem;
}

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

.constitutional-capability-grid .system-card {
  min-height: 300px;
}

.relationship-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.relationship-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border: 1px solid rgba(93, 225, 255, 0.25);
  border-radius: 18px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(5, 16, 39, 0.84), rgba(14, 6, 38, 0.77));
  box-shadow: var(--shadow-glass);
}

.relationship-card > span {
  color: #80ecfb;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.relationship-card h3 {
  margin: 25px 0 14px;
  font-size: 1.45rem;
}

.relationship-card p {
  flex: 1;
}

.governed-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, auto));
  align-items: stretch;
  gap: 10px;
}

.governed-flow div {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  border: 1px solid rgba(93, 225, 255, 0.24);
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(5, 16, 39, 0.86), rgba(14, 6, 37, 0.78));
  box-shadow: var(--shadow-glass);
}

.governed-flow div span {
  color: #84efff;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.governed-flow div strong {
  color: #f2f9ff;
  font-size: 0.88rem;
  line-height: 1.35;
}

.governed-flow div small {
  color: #9db0c6;
  font-size: 0.72rem;
  line-height: 1.48;
}

.governed-flow i {
  align-self: center;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  box-shadow: 0 0 12px rgba(92, 226, 255, 0.58);
}

.claims-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.claims-card {
  border: 1px solid rgba(93, 225, 255, 0.25);
  border-radius: 18px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(5, 16, 39, 0.86), rgba(14, 6, 37, 0.78));
  box-shadow: var(--shadow-glass);
}

.claims-card > span {
  display: block;
  margin-bottom: 22px;
  color: #84efff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.claims-card--yes {
  border-color: rgba(124, 244, 202, 0.28);
}

.claims-card--yes > span {
  color: var(--green);
}

.claims-card--no {
  border-color: rgba(255, 119, 170, 0.3);
}

.claims-card--no > span {
  color: #ff9ac2;
}

.decision-state-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.decision-state-grid span {
  display: grid;
  place-items: center;
  min-height: 86px;
  border: 1px solid rgba(94, 226, 255, 0.24);
  border-radius: 15px;
  color: #dff8ff;
  background: linear-gradient(135deg, rgba(5, 22, 46, 0.82), rgba(23, 7, 45, 0.78));
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Contact route */
.contact-hero {
  min-height: 66svh;
  padding-top: 170px !important;
  padding-bottom: 54px !important;
}

.contact-hero__copy {
  display: grid;
  gap: 24px;
  max-width: 940px;
}

.contact-hero .page-lede {
  max-width: 760px;
  color: #d0e1f2;
  font-size: 1.18rem;
}

.contact-workspace {
  padding-top: 30px !important;
}

.contact-page .contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.76fr);
  align-items: start;
  gap: 22px;
}

.contact-page .contact-form {
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
}

.form-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 7px;
}

.form-heading h2 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.constitutional-site .contact-form input,
.constitutional-site .contact-form select,
.constitutional-site .contact-form textarea {
  border-color: rgba(91, 224, 255, 0.24);
  border-radius: 12px;
  padding: 14px 15px;
  color: #f5fbff;
  background: rgba(2, 7, 20, 0.78);
}

.constitutional-site .contact-form input:focus,
.constitutional-site .contact-form select:focus,
.constitutional-site .contact-form textarea:focus {
  border-color: rgba(92, 236, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(73, 221, 255, 0.12), 0 0 24px rgba(47, 208, 255, 0.08);
}

.constitutional-site .contact-form input:invalid,
.constitutional-site .contact-form select:invalid,
.constitutional-site .contact-form textarea:invalid {
  border-color: rgba(91, 224, 255, 0.24);
}

.contact-route-panel {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 25px;
  overflow: hidden;
  border: 1px solid rgba(94, 226, 255, 0.28);
  border-radius: 20px;
  padding: 29px;
  background: linear-gradient(145deg, rgba(5, 17, 40, 0.9), rgba(20, 7, 42, 0.84));
  box-shadow: var(--shadow-glass), 0 0 50px rgba(45, 210, 255, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.contact-route-panel__brand {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 15px;
}

.contact-route-panel__brand img {
  width: 76px;
  height: 76px;
  border-radius: 15px;
  box-shadow: 0 0 28px rgba(53, 211, 255, 0.18);
}

.contact-route-panel__brand div {
  display: grid;
  gap: 6px;
}

.contact-route-panel__brand span {
  color: #85efff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-route-panel__brand strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-route-panel__channels {
  display: grid;
}

.contact-route-panel__channels > div {
  display: grid;
  gap: 7px;
  border-top: 1px solid rgba(92, 225, 255, 0.14);
  padding: 17px 0;
}

.contact-route-panel__channels span {
  color: #87a3bd;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-route-panel__channels a {
  color: #9cf3ff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-route-panel__channels p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.contact-route-panel__note {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(193, 76, 255, 0.25);
  border-radius: 14px;
  padding: 17px;
  background: rgba(25, 8, 44, 0.58);
}

.contact-route-panel__note strong {
  color: #f2c1ff;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-route-panel__note p {
  font-size: 0.8rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .constitutional-hero,
  .project-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .constitutional-hero {
    padding-top: 150px !important;
  }

  .command-glass {
    width: min(100%, 700px);
    min-height: 620px;
  }

  .project-emblem {
    width: min(100%, 720px);
    min-height: 500px;
  }

  .project-emblem--image img {
    min-height: 500px;
  }

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

  .project-gateway-card {
    grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 320px;
  }

  .project-gateway-card__visual {
    min-height: 320px;
    border-right: 1px solid rgba(90, 222, 255, 0.18);
    border-bottom: 0;
  }

  .governed-flow {
    grid-template-columns: 1fr;
  }

  .governed-flow i {
    justify-self: center;
    width: 1px;
    height: 25px;
    background: linear-gradient(var(--purple), var(--cyan));
  }
}

@media (max-width: 840px) {
  .company-principles,
  .constitutional-capability-grid,
  .brain-grid {
    grid-template-columns: 1fr;
  }

  .authority-branches,
  .authority-summary-grid,
  .relationship-grid,
  .claims-grid,
  .contact-page .contact-grid {
    grid-template-columns: 1fr;
  }

  .authority-fork {
    display: none;
  }

  .authority-branches {
    gap: 14px;
    margin-top: 44px;
  }

  .authority-branches .authority-tier:first-child::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    width: 1px;
    height: 44px;
    background: linear-gradient(var(--cyan), var(--magenta));
  }

  .pillars-intro {
    grid-template-columns: 1fr;
  }

  .constitutional-record {
    width: min(100%, 420px);
  }

  .contact-route-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .constitutional-site::after {
    background-attachment: scroll;
    background-position: center top;
  }

  .constitutional-site .site-header {
    top: 9px;
    width: min(calc(100% - 18px), var(--content));
    min-height: 68px;
    border-radius: 15px;
  }

  .constitutional-site .brand img {
    width: 42px;
    height: 42px;
  }

  .constitutional-site .brand small {
    display: none;
  }

  .constitutional-site .nav-toggle {
    border-radius: 11px;
  }

  .constitutional-site .site-nav {
    inset: 82px 9px auto;
    border-radius: 15px;
    background: rgba(3, 8, 23, 0.97);
  }

  .constitutional-site .site-nav a {
    border-radius: 10px;
    padding: 14px;
  }

  .constitutional-site .section {
    width: min(calc(100% - 26px), var(--content));
    padding: 76px 0;
  }

  .constitutional-hero,
  .project-hero {
    padding-top: 126px !important;
  }

  .constitutional-site h1 {
    font-size: clamp(2.7rem, 12vw, 3.6rem);
  }

  .constitutional-hero__copy h1 {
    max-width: 680px;
    font-size: clamp(2.7rem, 11.4vw, 3.45rem);
  }

  .constitutional-site h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .state-badges,
  .contact-route-status {
    align-items: stretch;
    flex-direction: column;
  }

  .state-badges span,
  .contact-route-status span {
    width: fit-content;
  }

  .command-glass {
    min-height: 600px;
    border-radius: 18px;
    padding: 18px;
  }

  .command-core {
    grid-template-columns: 68px 1fr;
  }

  .command-core img {
    width: 68px;
    height: 68px;
  }

  .command-products {
    grid-template-columns: 1fr;
  }

  .command-branches {
    display: none;
  }

  .command-products {
    margin-top: 38px;
  }

  .command-products::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    width: 1px;
    height: 38px;
    background: linear-gradient(var(--purple), var(--cyan));
  }

  .company-principles {
    gap: 13px;
  }

  .principle-card {
    min-height: auto;
  }

  .authority-tier {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .tier-index {
    width: 48px;
    height: 48px;
  }

  .project-gateway-card {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
    min-height: 500px;
  }

  .project-gateway-card__visual {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(90, 222, 255, 0.18);
  }

  .pillar-grid,
  .truth-console,
  .decision-state-grid {
    grid-template-columns: 1fr;
  }

  .truth-console div {
    border-right: 0;
  }

  .claims-boundary {
    grid-template-columns: 1fr;
  }

  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-cta .button {
    width: 100%;
  }

  .constitutional-site .site-footer {
    display: flex;
  }

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

  .constitutional-site .footer-copy {
    grid-column: auto;
  }

  .project-status-strip {
    grid-template-columns: 1fr;
  }

  .project-emblem,
  .project-emblem--image img {
    min-height: 400px;
  }

  .database-core {
    width: 190px;
    height: 190px;
  }

  .contact-hero {
    min-height: auto;
    padding-top: 138px !important;
  }
}

@media (max-width: 430px) {
  .constitutional-site .brand strong {
    font-size: 0.86rem;
  }

  .constitutional-site .actions {
    width: 100%;
  }

  .command-glass__header,
  .command-glass__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .pillar-card {
    grid-template-columns: 46px 1fr;
    padding: 15px;
  }

  .pillar-card span {
    width: 42px;
    height: 42px;
  }

  .project-emblem,
  .project-emblem--image img {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-glass::before,
  .command-glass__scan,
  .database-orbit,
  .project-emblem__glow {
    animation: none !important;
  }
}
