@font-face {
  font-family: "Geist";
  src: url("../vngard/assets/fonts/geist-sans-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --void-950: #03070a;
  --void-900: #071014;
  --ink: #ecfbff;
  --muted: #9cc7cf;
  --cyan: #00e5ff;
  --cyan-rgb: 0, 229, 255;
  --seal: #ff0048;
  --seal-rgb: 255, 0, 72;
  --line: rgba(0, 229, 255, 0.18);
  --max: 1180px;
  --header-h: 64px;
  font-family: "Geist", "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--void-950);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--void-950);
  overflow-x: hidden;
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
  border-radius: 6px;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  transform: translateY(-160%);
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(3, 7, 10, 0.92);
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(var(--cyan-rgb), 0.14);
  background: rgba(3, 7, 10, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #c9f8ff;
  font-weight: 760;
  letter-spacing: 0;
}

.brand {
  min-width: 112px;
  color: var(--ink);
}

.brand img {
  width: 142px;
  height: auto;
  filter:
    drop-shadow(0 0 10px rgba(var(--cyan-rgb), 0.16))
    drop-shadow(0 0 9px rgba(var(--seal-rgb), 0.12));
}

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

.nav a {
  font-size: 0.94rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) minmax(0, var(--max)) minmax(24px, 1fr);
  align-items: start;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(1.08) contrast(1.05) brightness(0.86);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 10, 0.92), rgba(3, 7, 10, 0.74) 34%, rgba(3, 7, 10, 0.16) 70%, rgba(3, 7, 10, 0.04)),
    linear-gradient(180deg, rgba(3, 7, 10, 0.22), rgba(3, 7, 10, 0.08) 42%, rgba(3, 7, 10, 0.62));
}

.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -22vh;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--cyan-rgb), 0.16), transparent 62%);
  filter: blur(8px);
}

.hero-content {
  grid-column: 1 / -1;
  width: min(760px, calc(100vw - 48px));
  margin-left: clamp(28px, 5vw, 96px);
  padding: calc(var(--header-h) + clamp(74px, 10vh, 124px)) 0 72px;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.9);
}

.eyebrow,
.status-row {
  font-family: "SFMono-Regular", "Cascadia Code", Consolas, "Liberation Mono", ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 820;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 28px;
}

.eyebrow-logo {
  width: 146px;
  height: auto;
  filter:
    drop-shadow(0 0 12px rgba(var(--cyan-rgb), 0.2))
    drop-shadow(0 0 10px rgba(var(--seal-rgb), 0.14));
}

.eyebrow-divider {
  width: 1px;
  height: 16px;
  background: linear-gradient(180deg, rgba(var(--cyan-rgb), 0.08), rgba(var(--cyan-rgb), 0.72), rgba(var(--seal-rgb), 0.5));
}

.tier-mark {
  color: #ffc4d3;
  text-shadow:
    0 0 14px rgba(var(--seal-rgb), 0.22),
    0 6px 20px rgba(0, 0, 0, 0.8);
}

.tier-mark::before {
  content: "[";
  margin-right: 3px;
  color: rgba(var(--cyan-rgb), 0.82);
}

.tier-mark::after {
  content: "]";
  margin-left: 3px;
  color: rgba(var(--cyan-rgb), 0.82);
}

h1,
p {
  margin-top: 0;
}

.wordmark {
  max-width: min(720px, 72vw);
  margin-bottom: 20px;
  line-height: 1;
}

.wordmark-image {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 22px rgba(var(--cyan-rgb), 0.18))
    drop-shadow(0 0 18px rgba(var(--seal-rgb), 0.14))
    drop-shadow(0 10px 36px rgba(0, 0, 0, 0.68));
}

.hero-headline {
  max-width: 680px;
  margin-bottom: 13px;
  color: #f1fdff;
  font-size: clamp(1.42rem, 1.95vw, 1.9rem);
  font-weight: 760;
  line-height: 1.09;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 34px rgba(0, 0, 0, 0.78);
}

.lead {
  max-width: 690px;
  margin-bottom: 14px;
  color: #d1f4f8;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 450;
  line-height: 1.58;
  letter-spacing: 0;
  text-wrap: pretty;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.78);
}

.principle-list {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.principle-list li {
  position: relative;
  display: grid;
  gap: 2px;
  min-width: 0;
  min-height: 50px;
  padding: 9px 12px 9px 15px;
  overflow: hidden;
  color: #e9fdff;
  background:
    linear-gradient(90deg, rgba(var(--cyan-rgb), 0.075), rgba(3, 7, 10, 0.16) 72%, rgba(3, 7, 10, 0)),
    rgba(3, 7, 10, 0.12);
  box-shadow:
    inset 1px 0 0 rgba(var(--cyan-rgb), 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 12px 28px rgba(0, 0, 0, 0.34);
}

.principle-list li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(var(--cyan-rgb), 0.56);
}

.principle-list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cyan-rgb), 0.28));
}

.principle-list li span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: clamp(0.82rem, 0.86vw, 0.92rem);
  font-weight: 760;
  line-height: 1.15;
  text-shadow:
    0 0 18px rgba(var(--cyan-rgb), 0.13),
    0 10px 26px rgba(0, 0, 0, 0.82);
}

.principle-list li span::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--cyan-rgb), 0.64);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(var(--cyan-rgb), 0.18), rgba(3, 7, 10, 0.12) 58%),
    rgba(3, 7, 10, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 12px rgba(var(--cyan-rgb), 0.22);
}

.principle-list li span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 4px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(42deg);
  filter: drop-shadow(0 0 5px rgba(var(--cyan-rgb), 0.36));
}

.principle-list li small {
  margin-left: 22px;
  color: #9fcbd2;
  font-size: clamp(0.66rem, 0.72vw, 0.74rem);
  font-weight: 620;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.8);
}

.principle-list li:nth-child(even) {
  color: #ffdbe3;
  background:
    linear-gradient(90deg, rgba(var(--seal-rgb), 0.08), rgba(3, 7, 10, 0.16) 72%, rgba(3, 7, 10, 0)),
    rgba(3, 7, 10, 0.12);
  box-shadow:
    inset 1px 0 0 rgba(var(--seal-rgb), 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 12px 28px rgba(0, 0, 0, 0.34);
}

.principle-list li:nth-child(even)::before {
  background: var(--seal);
  box-shadow: 0 0 16px rgba(var(--seal-rgb), 0.52);
}

.principle-list li:nth-child(even)::after {
  background: linear-gradient(90deg, transparent, rgba(var(--seal-rgb), 0.3));
}

.principle-list li:nth-child(even) small {
  color: #d9adb8;
}

.principle-list li:nth-child(even) span::before {
  border-color: rgba(var(--seal-rgb), 0.6);
  background:
    linear-gradient(135deg, rgba(var(--seal-rgb), 0.18), rgba(3, 7, 10, 0.12) 58%),
    rgba(3, 7, 10, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 12px rgba(var(--seal-rgb), 0.2);
}

.principle-list li:nth-child(even) span::after {
  filter: drop-shadow(0 0 5px rgba(var(--seal-rgb), 0.34));
}

.status-row {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 7px 0;
  align-items: center;
}

.status-row span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 1.3em;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #adf6ff;
  background: none;
  font-size: 0.7rem;
  font-weight: 780;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-shadow:
    0 0 14px rgba(var(--cyan-rgb), 0.18),
    0 6px 24px rgba(0, 0, 0, 0.9);
}

.status-row span::before {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 10px 0 9px;
  border-radius: 50%;
  background: rgba(var(--cyan-rgb), 0.58);
  box-shadow: 0 0 10px rgba(var(--cyan-rgb), 0.24);
  display: none;
  flex: 0 0 auto;
}

.status-row span:not(:nth-child(3n + 1))::before {
  display: inline-flex;
}

.status-row span:nth-child(even) {
  color: #ffc4d3;
}

@media (max-width: 760px) {
  .site-header {
    height: 58px;
    padding: 0 16px;
  }

  .brand,
  .nav a {
    min-height: 40px;
    font-size: 0.86rem;
  }

  .brand {
    min-width: 116px;
  }

  .brand img {
    width: 116px;
  }

  .nav {
    gap: 10px;
  }

  .hero {
    grid-template-columns: 16px minmax(0, 1fr) 16px;
  }

  .hero-media img {
    object-position: 62% center;
    filter: saturate(1.08) contrast(1.05) brightness(0.78);
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(3, 7, 10, 0.92), rgba(3, 7, 10, 0.62) 52%, rgba(3, 7, 10, 0.2)),
      linear-gradient(180deg, rgba(3, 7, 10, 0.2), rgba(3, 7, 10, 0.14) 38%, rgba(3, 7, 10, 0.78));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding: calc(var(--header-h) + 78px) 0 62px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .brand-lockup {
    gap: 8px 10px;
  }

  .eyebrow-logo {
    width: 118px;
  }

  .wordmark {
    max-width: min(100%, 24rem);
    margin-bottom: 18px;
  }

  .hero-headline {
    max-width: 21.5rem;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.18;
  }

  .lead {
    max-width: 21rem;
    font-size: 0.95rem;
  }

  .principle-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 22px;
  }

  .principle-list li {
    min-height: 48px;
    padding: 8px 9px 8px 12px;
  }

  .principle-list li span {
    gap: 6px;
  }

  .principle-list li span::before {
    width: 12px;
    height: 12px;
  }

  .principle-list li span::after {
    left: 3px;
    width: 4px;
    height: 7px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  .principle-list li small {
    margin-left: 12px;
    font-size: 0.62rem;
  }

  .status-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
  }

  .status-row span::before,
  .status-row span:not(:nth-child(3n + 1))::before {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 10px;
    padding: 0 12px;
  }

  .brand {
    min-width: 104px;
  }

  .brand img {
    width: 104px;
  }

  .nav {
    gap: 7px;
  }

  .nav a {
    font-size: 0.78rem;
  }

  .principle-list li small {
    margin-left: 0;
    font-size: 0.6rem;
  }
}
