:root {
  --bg: #111210;
  --surface: #191a17;
  --text: #f3f0e9;
  --muted: #aaa9a0;
  --line: #34352e;
  --accent: #ff9b45;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Arial, Helvetica, sans-serif;
  color-scheme: dark;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
p {
  line-height: 1.7;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
a:hover {
  color: var(--accent);
}
.shell {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font: 10px/1.6 var(--mono);
  letter-spacing: 1.8px;
  font-weight: 500;
  color: var(--muted);
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--accent);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 18, 16, 0.96);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.brand img {
  border-radius: 9px;
}
.brand-light {
  font-weight: 400;
}
.brand-period {
  color: var(--accent);
}
#primary-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  color: #c2c2b9;
}
#primary-nav a[aria-current="page"] {
  color: var(--text);
}
.nav-contact {
  border: 1px solid #54544b;
  padding: 11px 17px;
  border-radius: 4px;
  margin-left: 8px;
}
.nav-contact span {
  margin-left: 21px;
  color: var(--accent);
}
.nav-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 14px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.hero {
  min-height: 646px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 70px;
  padding-bottom: 62px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  font-size: 9px;
  letter-spacing: 1.35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px #ff9b4540;
  flex-shrink: 0;
}
h1 {
  font-size: clamp(48px, 5.9vw, 86px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 500;
}
.hero h1 {
  margin-top: 25px;
  margin-bottom: 24px;
}
.hero-description {
  font-size: 20px;
  line-height: 1.55;
  color: #d3d1c8;
  letter-spacing: -0.3px;
}
.hero-detail {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 16px 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--accent);
  color: #21150d;
}
.primary:hover {
  background: #ffb685;
  color: #21150d;
}
.hero .button {
  margin-top: 28px;
}
.hero-note {
  font-family: var(--mono);
  font-size: 10px;
  color: #b2b0a4;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
}
.tiny-cross {
  color: var(--accent);
  font-size: 18px;
}
.hero-art {
  height: 500px;
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse at 50% 48%, #4a392423, transparent 67%);
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 14px;
  background-image: radial-gradient(#646455 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.24;
  mask-image: radial-gradient(ellipse, black 25%, transparent 72%);
}
.orbit {
  position: absolute;
  border: 1px solid #5d5b403d;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  top: 45px;
  left: calc(50% - 210px);
  transform: rotate(-30deg) scaleY(0.85);
}
.orbit-two {
  width: 540px;
  height: 300px;
  top: 116px;
  left: calc(50% - 270px);
  transform: rotate(-42deg);
  border-style: dashed;
}
.art-coordinate {
  position: absolute;
  font: 8px var(--mono);
  letter-spacing: 2px;
  color: #939184;
}
.coordinate-top {
  top: 10px;
  left: 44px;
}
.coordinate-bottom {
  bottom: 2px;
  right: 35px;
}
.art-cross {
  position: absolute;
  font-family: var(--mono);
  font-size: 21px;
  color: #a19a7b;
}
.cross-one {
  top: 66px;
  right: 20px;
}
.cross-two {
  bottom: 57px;
  left: 17px;
}
.art-tile {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  transition: transform 0.25s;
}
.art-tile img {
  border-radius: 23%;
  box-shadow: 0 22px 45px #0007;
}
.art-tile span {
  font: 8px var(--mono);
  letter-spacing: 1.2px;
  color: #b3b2a7;
  white-space: nowrap;
}
.art-classic {
  left: 16px;
  top: 74px;
  width: 205px;
  transform: rotate(-12deg);
  z-index: 2;
}
.art-classic:hover {
  transform: rotate(-8deg) translateY(-7px);
}
.art-cortex {
  right: 9px;
  top: 150px;
  width: 225px;
  transform: rotate(11deg);
  z-index: 3;
}
.art-cortex:hover {
  transform: rotate(7deg) translateY(-7px);
}
.art-vesper {
  left: 137px;
  top: 302px;
  width: 145px;
  transform: rotate(-7deg);
  z-index: 4;
}
.art-vesper:hover {
  transform: rotate(-3deg) translateY(-7px);
}
.software-directory {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 24px 0;
}
.directory-item {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 2px 32px;
  border-right: 1px solid var(--line);
}
.directory-item:first-child {
  padding-left: 0;
}
.directory-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.directory-item img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}
.directory-item strong {
  font-size: 14px;
  font-weight: 500;
}
.directory-item small {
  display: block;
  font: 9px var(--mono);
  color: var(--muted);
  margin-top: 7px;
}
.directory-arrow {
  margin-left: auto;
  color: #c3bba9;
  font-size: 22px;
}
.showcase {
  padding-top: 96px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 35px;
}
.section-heading h2 {
  margin-top: 13px;
}
h2 {
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 500;
  letter-spacing: -1.9px;
  line-height: 1.12;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 3px;
}
.anchor-alias {
  display: block;
  scroll-margin-top: 100px;
}
.product-section {
  --product: #abd88b;
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding: 68px 0 76px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 115px;
}
.product-section.cortex {
  --product: #83cddd;
}
.product-section.vesper {
  --product: #b7a0fa;
}
.product-top {
  display: flex;
  align-items: center;
  gap: 17px;
}
.product-icon {
  object-fit: contain;
}
.product-top > .product-icon {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  flex-shrink: 0;
}
.product-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--product);
}
.product-top h3,
.product-top h1 {
  font-size: 27px;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin-top: 7px;
}
.platforms {
  display: flex;
  gap: 7px;
  margin-top: 23px;
}
.platforms span {
  font: 9px var(--mono);
  border: 1px solid #44453a;
  padding: 5px 9px;
  border-radius: 3px;
  color: #c3c4b7;
}
.product-tagline {
  font-size: 25px;
  letter-spacing: -0.6px;
  line-height: 1.3;
  margin-top: 24px;
}
.description {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
  max-width: 410px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 21px 0 25px;
  display: grid;
  gap: 10px;
  font-size: 11px;
  color: #cecec3;
}
.feature-list li:before {
  content: "↳";
  font-family: var(--mono);
  color: var(--product);
  margin-right: 12px;
}
.product-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
.product-button {
  background: var(--product);
  color: #152013;
  font-size: 11px;
  padding: 14px 17px;
  gap: 20px;
}
.product-button:hover {
  background: var(--text);
  color: #152013;
}
.text-link {
  font-size: 11px;
  display: inline-flex;
  gap: 14px;
  align-items: center;
}
.store-link {
  display: inline-block;
  font-size: 10px;
  color: #b0b1a5;
  margin-top: 17px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-visual {
  min-width: 0;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 60%, #5f734624, transparent 68%), #171914;
  border: 1px solid #31372b;
  border-radius: 8px;
  padding: 45px 26px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.cortex .product-visual {
  background:
    radial-gradient(ellipse at 50% 60%, #27455f33, transparent 70%), #15191b;
  border-color: #29353b;
}
.vesper .product-visual {
  background:
    radial-gradient(ellipse at 50% 60%, #4e3a752e, transparent 70%), #19171d;
  border-color: #39323f;
  padding-top: 29px;
}
.screenshot-link {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 20px 40px #0005;
  border: 1px solid #3a4034;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s;
}
.screenshot-link:hover {
  transform: translateY(-4px);
}
.screenshot-link img {
  width: 100%;
  height: auto;
}
.expand-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #22291f;
  color: var(--text);
  border: 1px solid #69755c;
  border-radius: 4px;
  display: grid;
  place-items: center;
}
.product-visual figcaption {
  font: 8px/1.6 var(--mono);
  letter-spacing: 0.15px;
  color: #b4b7a9;
  text-align: center;
  margin-top: 26px;
}
.cortex .product-copy {
  grid-column: 2;
  grid-row: 1;
}
.cortex .product-visual {
  grid-column: 1;
  grid-row: 1;
}
.product-section.cortex {
  grid-template-columns: 1.2fr 0.95fr;
}
.vesper .screenshot-link {
  width: 206px;
  max-width: 100%;
  border: 5px solid #34303b;
  border-radius: 27px;
  box-shadow: 0 20px 65px #0008;
}
.vesper .product-visual {
  max-height: 555px;
}
.vesper .product-visual figcaption {
  margin-top: 19px;
}
.about-section {
  margin-top: 20px;
  padding: 92px 0 68px;
  background: #1a1b17;
  border-block: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about-grid h2 {
  margin-top: 21px;
  font-size: 50px;
  line-height: 1.12;
}
.about-copy p {
  font-size: 13px;
  color: #b3b4a8;
  margin-bottom: 18px;
}
.about-copy .about-lead {
  font-size: 21px;
  color: var(--text);
  margin-bottom: 15px;
  letter-spacing: -0.4px;
}
.about-copy .text-link {
  color: var(--accent);
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 66px;
  border-top: 1px solid #37392e;
  padding-top: 28px;
}
.principles > div {
  position: relative;
  padding-left: 30px;
}
.principles span {
  position: absolute;
  left: 0;
  top: 2px;
  font: 9px var(--mono);
  color: var(--accent);
}
.principles h3 {
  font-size: 13px;
  font-weight: 500;
}
.principles p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}
.contact-band {
  padding-block: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-band h2 {
  margin-top: 17px;
  font-size: 43px;
}
.contact-band .button {
  min-width: 175px;
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-top {
  padding: 45px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-top .brand {
  font-size: 19px;
}
.footer-top p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 11px;
  color: #bdbdb2;
}
.footer-column > span {
  font: 8px var(--mono);
  letter-spacing: 1.5px;
  color: #96988b;
  margin-bottom: 5px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 22px 0 27px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 8px/1.6 var(--mono);
  color: #a7a99a;
}
.document-page {
  padding-top: 78px;
  padding-bottom: 90px;
  min-height: 60vh;
}
.document-page > h1 {
  margin: 22px 0 27px;
  font-size: 64px;
  letter-spacing: -2.5px;
}
.document-lead {
  font-size: 18px;
  color: var(--muted);
}
.prose {
  max-width: 780px;
}
.prose h1 {
  font-size: 48px;
  letter-spacing: -1.7px;
  margin: 20px 0 30px;
}
.prose p,
.prose li {
  font-size: 15px;
  line-height: 1.9;
  color: #bbbdb0;
}
.prose p {
  margin-block: 18px;
}
.prose h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  margin: 24px 0 15px;
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--accent);
}
.prose ul {
  padding-left: 20px;
}
.related-policies {
  border-top: 1px solid var(--line);
  padding-top: 35px;
  margin-top: 40px;
  max-width: 780px;
}
.related-policies h2 {
  font-size: 24px;
  letter-spacing: -0.5px;
}
.related-policies p {
  color: var(--muted);
  font-size: 14px;
  margin-block: 20px;
}
.policy-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--accent);
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
  align-items: start;
}
.contact-card {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.contact-card h2 {
  font-size: 24px;
  letter-spacing: -0.7px;
  margin-block: 22px 15px;
}
.email-link {
  font-size: 15px;
  color: var(--accent);
  overflow-wrap: anywhere;
}
.contact-card > p:last-child {
  font-size: 13px;
  color: var(--muted);
  margin-top: 25px;
}
.support-grid .prose h2 {
  margin-top: 0;
}
.support-products {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-top: 30px;
  margin-top: 45px;
}
.support-products > a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
.support-products img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.support-products small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.support-products > a > span:last-child {
  margin-left: auto;
}
.detail-page {
  padding-top: 45px;
}
.detail-page .product-section {
  border-top: 0;
}
.not-found p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 25px;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 700px;
  }
  .hero-art {
    transform: scale(1.08);
  }
  .hero h1 {
    font-size: 90px;
  }
  .product-section {
    gap: 100px;
    padding-block: 85px;
  }
  .product-visual {
    padding: 50px 30px 22px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 5px;
    min-height: 600px;
  }
  .hero-art {
    transform: scale(0.87);
    transform-origin: center right;
  }
  .hero h1 {
    font-size: 64px;
    letter-spacing: -3px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .hero-description {
    font-size: 18px;
  }
  .product-section,
  .product-section.cortex {
    gap: 38px;
    grid-template-columns: 1fr 1fr;
  }
  .product-tagline {
    font-size: 22px;
  }
  .product-actions {
    gap: 16px;
  }
  .product-visual {
    padding: 28px 16px 18px;
  }
  .about-grid {
    gap: 50px;
  }
  .directory-item {
    padding-inline: 24px;
  }
  .support-grid {
    gap: 30px;
  }
  .contact-card {
    padding: 23px;
  }
}
@media (max-width: 900px) {
  .shell {
    width: calc(100% - 48px);
  }
  .nav-wrap {
    height: 76px;
  }
  #primary-nav {
    gap: 23px;
  }
  .hero {
    grid-template-columns: 1.1fr 1fr;
    min-height: 570px;
    padding-top: 45px;
    padding-bottom: 38px;
    overflow: hidden;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-art {
    width: 450px;
    transform: scale(0.73);
    transform-origin: top left;
    height: 430px;
    margin-top: 48px;
  }
  .hero-copy {
    align-self: start;
    padding-top: 15px;
  }
  .hero .eyebrow {
    max-width: 310px;
    font-size: 8px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-detail {
    font-size: 12px;
  }
  .directory-item {
    padding-inline: 16px;
    gap: 10px;
  }
  .directory-item strong {
    font-size: 12px;
  }
  .directory-item img {
    width: 36px;
    height: 36px;
  }
  .directory-arrow {
    font-size: 17px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .showcase {
    padding-top: 65px;
  }
  .product-section,
  .product-section.cortex {
    gap: 28px;
    padding-block: 48px;
  }
  .product-top {
    gap: 11px;
  }
  .product-top > .product-icon {
    width: 49px;
    height: 49px;
  }
  .product-top h3 {
    font-size: 23px;
  }
  .product-top .eyebrow {
    font-size: 7px;
  }
  .description {
    font-size: 12px;
  }
  .product-visual {
    padding: 22px 12px 15px;
  }
  .product-visual figcaption {
    font-size: 7px;
    letter-spacing: 0;
    margin-top: 16px;
  }
  .vesper .screenshot-link {
    width: 180px;
  }
  .product-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-section .feature-list {
    font-size: 10px;
  }
  .about-grid h2 {
    font-size: 40px;
  }
  .about-grid {
    gap: 35px;
  }
  .principles {
    gap: 20px;
  }
  .principles p {
    font-size: 10px;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-bottom {
    font-size: 7px;
  }
  .support-products {
    gap: 20px;
  }
  .support-products > a {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 90px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .nav-wrap {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 20px;
    gap: 9px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .has-js .nav-toggle {
    display: inline-flex;
    gap: 13px;
    align-items: center;
    background: transparent;
    color: var(--text);
    border: 1px solid #4b4d42;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 11px;
    min-height: 40px;
  }
  .nav-toggle span {
    color: var(--accent);
    font-size: 16px;
  }
  #primary-nav {
    width: 100%;
    padding: 15px 0 20px;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .has-js #primary-nav {
    display: none;
  }
  .has-js #primary-nav.is-open {
    display: flex;
  }
  .nav-contact {
    margin: 0;
    padding: 9px 12px;
  }
  .nav-contact span {
    margin-left: 8px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 28px;
    gap: 0;
    overflow: hidden;
  }
  .hero-copy {
    padding-top: 0;
    align-self: auto;
  }
  .hero .eyebrow {
    max-width: none;
    font-size: 7.2px;
    letter-spacing: 0.8px;
  }
  .hero h1 {
    font-size: clamp(50px, 11.8vw, 76px);
    letter-spacing: -2.8px;
    margin-top: 23px;
    margin-bottom: 21px;
  }
  .hero-description {
    font-size: 18px;
    line-height: 1.55;
  }
  .hero-detail {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 13px;
  }
  .hero .button {
    margin-top: 24px;
    font-size: 12px;
    padding: 15px 21px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 18px;
  }
  .hero-art {
    width: 350px;
    max-width: none;
    height: 355px;
    transform: none;
    margin: 26px auto 0;
  }
  .art-classic {
    width: 142px;
    left: 13px;
    top: 49px;
  }
  .art-cortex {
    width: 153px;
    right: 8px;
    top: 105px;
  }
  .art-vesper {
    width: 109px;
    left: 105px;
    top: 221px;
  }
  .art-tile {
    gap: 12px;
  }
  .art-tile span {
    font-size: 6px;
  }
  .art-coordinate {
    font-size: 6px;
    letter-spacing: 1.5px;
  }
  .coordinate-top {
    top: 0;
    left: 27px;
  }
  .coordinate-bottom {
    bottom: 0;
    right: 13px;
  }
  .orbit-one {
    width: 300px;
    height: 300px;
    left: 25px;
    top: 22px;
  }
  .orbit-two {
    width: 350px;
    height: 230px;
    left: 0;
    top: 67px;
  }
  .cross-one {
    top: 35px;
    right: 2px;
  }
  .cross-two {
    bottom: 46px;
    left: 1px;
  }
  .software-directory {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .directory-item,
  .directory-item:first-child,
  .directory-item:last-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 15px;
  }
  .directory-item:last-child {
    border-bottom: 0;
  }
  .directory-item img {
    width: 36px;
    height: 36px;
  }
  .directory-item strong {
    font-size: 13px;
  }
  .directory-item small {
    font-size: 8px;
    margin-top: 5px;
  }
  .directory-arrow {
    font-size: 20px;
  }
  .showcase {
    padding-top: 58px;
  }
  .section-heading {
    display: block;
    padding-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 36px;
    letter-spacing: -1.6px;
  }
  .section-heading > p {
    margin-top: 16px;
    font-size: 12px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .product-section,
  .product-section.cortex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
    padding: 34px 0 44px;
  }
  .product-top > .product-icon {
    width: 56px;
    height: 56px;
  }
  .product-top h3 {
    font-size: 27px;
  }
  .product-top .eyebrow {
    font-size: 8px;
  }
  .product-top {
    gap: 15px;
  }
  .platforms {
    margin-top: 20px;
  }
  .product-tagline {
    font-size: 24px;
    line-height: 1.35;
    margin-top: 23px;
  }
  .description {
    font-size: 13px;
    max-width: none;
  }
  .product-section .feature-list {
    font-size: 11px;
    gap: 12px;
  }
  .product-actions {
    flex-direction: row;
    align-items: center;
    gap: 19px;
  }
  .product-button {
    font-size: 10px;
    gap: 15px;
    padding: 14px;
  }
  .text-link {
    font-size: 11px;
  }
  .product-visual {
    padding: 27px 13px 17px;
    border-radius: 6px;
  }
  .product-visual figcaption {
    font-size: 7px;
    margin-top: 20px;
  }
  .vesper .screenshot-link {
    width: 203px;
  }
  .vesper .product-visual {
    padding-top: 28px;
  }
  .about-section {
    margin-top: 8px;
    padding-block: 51px 38px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-grid h2 {
    font-size: 42px;
    margin-top: 17px;
  }
  .about-copy p {
    font-size: 13px;
  }
  .about-copy .about-lead {
    font-size: 20px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 32px;
    padding-top: 27px;
  }
  .principles h3 {
    font-size: 13px;
  }
  .principles p {
    font-size: 11px;
    margin-top: 5px;
  }
  .contact-band {
    padding-block: 51px;
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .contact-band h2 {
    font-size: 36px;
  }
  .contact-band .button {
    min-width: 168px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    padding-block: 32px;
    gap: 32px 18px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top .brand {
    font-size: 20px;
  }
  .footer-top p {
    font-size: 11px;
    margin-top: 10px;
  }
  .footer-column {
    font-size: 11px;
    gap: 15px;
  }
  .footer-column > span {
    font-size: 7px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 15px;
    padding: 22px 0;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .document-page {
    padding-block: 43px 60px;
  }
  .document-page > h1 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .document-lead {
    font-size: 15px;
  }
  .prose h1 {
    font-size: 39px;
  }
  .prose p,
  .prose li {
    font-size: 14px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 32px;
  }
  .contact-card {
    padding: 25px;
  }
  .email-link {
    font-size: 13px;
  }
  .support-products {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .support-products > a {
    font-size: 14px;
  }
  .detail-page {
    padding-top: 30px;
  }
  .policy-links {
    gap: 20px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Keep decorative orbit strokes inside the hero at intermediate widths. */
.hero {
  overflow: clip;
}
.screenshot-link picture {
  display: block;
}

/* The wordmark is separate from the N emblem used for browser icons. */
.brand .brand-logo {
  width: 196px;
  height: 64px;
  border-radius: 0;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.nav-wrap {
  height: 88px;
}
.footer-top .brand-logo {
  width: 225px;
  height: 74px;
}
@media (max-width: 900px) {
  .brand .brand-logo {
    width: 180px;
    height: 60px;
  }
  .nav-wrap {
    height: 82px;
  }
}
@media (max-width: 700px) {
  .brand .brand-logo {
    width: 164px;
    height: 54px;
  }
  .nav-wrap {
    height: auto;
    min-height: 76px;
  }
  .footer-top .brand-logo {
    width: 210px;
    height: 70px;
  }
}
