@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/space-grotesk-v22-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/space-grotesk-v22-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-v22-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-v24-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-v24-latin-500.woff2") format("woff2");
}

:root {
  --background: #071013;
  --foreground: #e9f3f1;
}

html {
  height: 100%;
  color-scheme: dark;
  background: var(--background);
}

html,
body {
  width: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--foreground);
  background: var(--background);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

.page {
  --black: #070808;
  --surface: #0d0e0e;
  --surface-raised: #141616;
  --ink: #f1f3f1;
  --ink-soft: #d8dddb;
  --muted: #a3adab;
  --muted-quiet: #7f8987;
  --steel: #aab8c0;
  --steel-bright: #d6e0e5;
  --teal: #8fd8c0;
  --amber: #f0bd69;
  --rule: rgba(241, 243, 241, 0.14);
  --rule-strong: rgba(214, 224, 229, 0.34);

  min-height: 100dvh;
  color: var(--ink);
  background: var(--black);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.skipLink {
  position: absolute;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 2.75rem;
  padding: 0.78rem 1rem;
  border: 1px solid var(--steel-bright);
  background: var(--steel-bright);
  color: var(--black);
  font-weight: 800;
  line-height: 1;
  transform: translateY(-160%);
  transition: transform 140ms ease;
}

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

.shell {
  width: min(100%, 76rem);
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.nav {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--rule);
}

.brand {
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.navLinks {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1;
}

.navLinks a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition:
    border-color 140ms ease,
    color 140ms ease;
}

.navLinks a:hover,
.navLinks a:focus-visible,
.navLinks a[aria-current="page"] {
  border-bottom-color: var(--steel);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 34rem;
  align-items: center;
  padding: clamp(3.75rem, 7vw, 5.5rem) 0 clamp(3.5rem, 6vw, 4.5rem);
}

.heroCopy {
  max-width: 52rem;
}

.kicker,
.eyebrow,
.productKind,
.productNumber {
  margin: 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.headline {
  max-width: 14ch;
  margin: 1rem 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(3.1rem, 5.6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.support {
  max-width: 41rem;
  margin: 1.4rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.6;
}

.supportDetail {
  max-width: 40rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.heroActions,
.productActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem;
}

.heroActions {
  margin-top: 1.7rem;
}

.primaryAction,
.secondaryAction,
.productAction {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid var(--rule-strong);
  font-size: 0.91rem;
  font-weight: 750;
  line-height: 1.15;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.primaryAction {
  border-color: var(--steel-bright);
  background: var(--steel-bright);
  color: var(--black);
}

.secondaryAction,
.productAction {
  color: var(--ink);
}

.primaryAction:hover,
.primaryAction:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
}

.secondaryAction:hover,
.secondaryAction:focus-visible,
.productAction:hover,
.productAction:focus-visible {
  border-color: var(--ink-soft);
  background: var(--surface-raised);
}

.primaryAction:active,
.secondaryAction:active,
.productAction:active {
  transform: translateY(1px);
}

.heroStandard {
  align-self: end;
  margin-bottom: 0.2rem;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
  padding: 1rem 0;
}

.heroStandard ol {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.heroStandard li {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.72rem 0;
  border-top: 1px solid var(--rule);
}

.heroStandard li span {
  color: var(--muted-quiet);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.4;
}

.heroStandard li strong {
  color: var(--ink-soft);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.section {
  position: relative;
  border-top: 1px solid var(--rule);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.compatibilityAnchor {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sectionHeading {
  display: grid;
  max-width: 52rem;
  gap: 0.85rem;
}

.sectionHeading h2,
.companySection h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.sectionHeading > p:last-child {
  max-width: 46rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.productList {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
}

.productRow {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(20rem, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  padding: clamp(2.6rem, 6vw, 4.5rem) 1.5rem;
  overflow: hidden;
  border: 1px solid var(--rule-strong);
  border-radius: 3px;
  background: var(--surface);
}

.productRow::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
}

.productDataSplinter::before {
  background: var(--amber);
}

.productHealthLab::before {
  background: var(--teal);
}

.productNumber {
  padding-top: 0.2rem;
  color: var(--muted-quiet);
}

.productIdentity {
  min-width: 0;
}

.productIdentity h3 {
  margin: 0.6rem 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.productDataSplinter .productKind {
  color: var(--amber);
}

.productHealthLab .productKind {
  color: var(--teal);
}

.productBody {
  display: grid;
  align-content: start;
  gap: 1.2rem;
  max-width: 44rem;
}

.productDescription,
.productStatus {
  margin: 0;
}

.productDescription {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.productStatus {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.productStatus strong {
  color: var(--ink-soft);
}

.productActions {
  margin-top: 0.35rem;
}

.productTextLink,
.companyCopy a,
.statementSection a {
  color: var(--steel-bright);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(214, 224, 229, 0.5);
  text-underline-offset: 0.24em;
}

.productTextLink {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.91rem;
}

.productTextLink:hover,
.productTextLink:focus-visible,
.companyCopy a:hover,
.companyCopy a:focus-visible,
.statementSection a:hover,
.statementSection a:focus-visible {
  color: var(--ink);
  text-decoration-color: var(--ink);
}

.fieldList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
}

.fieldList div {
  border-top: 1px solid var(--rule-strong);
  padding-top: 1.1rem;
}

.fieldList dt {
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fieldList dd {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.principleList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.principleList li {
  border-top: 1px solid var(--rule-strong);
  padding-top: 1rem;
}

.principleList li > span {
  display: block;
  color: var(--muted-quiet);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  line-height: 1;
}

.principleList h3 {
  margin: 1.6rem 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.3rem;
  line-height: 1.15;
}

.principleList p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.6;
}

.companySection {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 7rem);
}

.companyCopy {
  display: grid;
  align-content: start;
  gap: 1.1rem;
  max-width: 42rem;
}

.companyCopy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.7;
}

.footer {
  display: flex;
  min-height: 9rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--rule);
  color: var(--muted);
}

.footerBrand {
  display: grid;
  gap: 0.35rem;
}

.footerBrand strong,
.footerBrand span {
  color: var(--ink-soft);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
}

.footerBrand small {
  color: var(--muted-quiet);
  font-size: 0.75rem;
  line-height: 1.4;
}

.footerLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.25rem;
  font-size: 0.88rem;
}

.footerLinks a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.footerLinks a:hover,
.footerLinks a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.page :focus-visible {
  outline: 0.18rem solid var(--steel-bright);
  outline-offset: 0.2rem;
}

.page [id] {
  scroll-margin-top: 1.5rem;
}

.statementPage {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  max-width: 50rem;
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
}

.statementHero,
.statementSection {
  display: grid;
  gap: 0.9rem;
}

.statementHero {
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--rule-strong);
}

.statementTitle,
.statementSection h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.statementTitle {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 0.98;
}

.statementSection h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.statementHero p,
.statementSection p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.72;
}

@media (max-width: 820px) {
  .shell {
    padding-inline: 1rem;
  }

  .nav {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1rem 0 0.45rem;
  }

  .navLinks {
    width: 100%;
    gap: 1.2rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 3.5rem 0 3.25rem;
  }

  .heroStandard {
    display: none;
  }

  .productRow {
    grid-template-columns: 3rem minmax(0, 1fr);
    padding-inline: 1.25rem;
  }

  .productBody {
    grid-column: 2;
  }

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

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

@media (max-width: 600px) {
  .navLinks {
    gap: 0.85rem;
    font-size: 0.82rem;
  }

  .headline {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 1;
  }

  .support {
    font-size: 1.06rem;
  }

  .supportDetail {
    display: none;
  }

  .heroActions,
  .productActions,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primaryAction,
  .secondaryAction,
  .productAction {
    width: 100%;
  }

  .productRow {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 2.35rem 1rem 2.25rem;
  }

  .productNumber {
    display: none;
  }

  .productBody {
    grid-column: auto;
  }

  .productIdentity h3 {
    font-size: clamp(1.9rem, 9.5vw, 3rem);
  }

  .fieldList,
  .principleList {
    grid-template-columns: 1fr;
  }

  .principleList h3 {
    margin-top: 0.9rem;
  }

  .footer {
    min-height: auto;
    padding: 2.5rem 0;
  }

  .footerLinks {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page *,
  .page *::before,
  .page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
