@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/manrope-latin-wght-normal.woff2') format('woff2');
}
:root {
  --ink: #191c21;
  --text: #f2f3f5;
  --muted: #a6adba;
  --blue: #8aafff;
  --gold: #dbb977;
  --red: #df8b84;
  font-synthesis: none;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font:
    1rem/1.6 'Manrope Variable',
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
p,
h1,
figure {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
main:focus {
  outline: none;
}
::selection {
  background: #8aafff;
  color: #111722;
}
.site-shell {
  min-height: 100svh;
  background: radial-gradient(ellipse at 72% 37%, #2b303923, transparent 60%);
}
.wrap {
  width: min(1320px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px 20px;
  background: var(--blue);
  color: var(--ink);
  z-index: 100;
}
.skip-link:focus {
  top: 18px;
}
.header {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}
.brand span:first-child {
  font-size: 1.35rem;
  letter-spacing: 0.005em;
  font-weight: 750;
}
.brand span:last-child {
  font-size: 0.8rem;
  letter-spacing: 0.17em;
  font-weight: 400;
  color: #b1b9c8;
}
.header-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.6875rem;
  letter-spacing: 0.13em;
  color: #b1b9c8;
}
.header-note i {
  width: 5px;
  height: 5px;
  background: var(--blue);
  box-shadow: 0 0 12px #8aafff45;
}
.hero {
  display: grid;
  grid-template-columns: 0.91fr 1.09fr;
  gap: 10px;
  align-items: center;
  min-height: 652px;
  padding-block: 8px 33px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
  font-weight: 600;
  color: #9eafcc;
}
h1 {
  font-size: clamp(3.6rem, 5.15vw, 4.6rem);
  line-height: 1.085;
  letter-spacing: -0.055em;
  font-weight: 550;
}
h1 > span {
  color: #adb5c4;
  font-weight: 400;
}
.hero-description {
  color: #b4bdca;
  font-size: 1.0625rem;
  line-height: 1.9;
  max-width: 420px;
  margin-top: 27px;
  text-wrap: pretty;
}
.session-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 16px 23px;
  margin-top: 31px;
  border-radius: 4px;
  border: 1px solid #a4bded;
  color: #121b2b;
  background: #a6c1f6;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}
.session-button svg {
  transition: transform 0.18s;
}
.session-button:hover {
  background: #bfd3fa;
  box-shadow: 0 0 24px #6b94f218;
}
.session-button:hover svg {
  transform: translate(2px, -2px);
}
.session-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 17px;
  font-size: 0.75rem;
  color: #a1aaba;
}
.session-meta > span {
  color: #7b8699;
}
.hero-art {
  min-width: 0;
  margin: -17px -23px 0 -30px;
}
.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 5%,
    #000 96%,
    transparent
  );
}
.setup-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-block: 30px;
  border-top: 1px solid #363b44;
  border-bottom: 1px solid #363b44;
}
.capabilities {
  flex-shrink: 0;
}
.capabilities > span {
  font-size: 0.9375rem;
  color: #e0e4ec;
  font-weight: 500;
}
.capabilities p {
  font-size: 0.8125rem;
  color: #a1aaba;
  margin-top: 7px;
}
.hardware-list {
  display: flex;
  align-items: center;
  gap: 33px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hardware-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.hardware-list i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 0 17px color-mix(in srgb, currentColor 25%, transparent);
}
.spark {
  color: var(--gold);
}
.server {
  color: var(--blue);
}
.mini {
  color: var(--red);
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 79px;
}
.footer > span {
  font-size: 0.75rem;
  color: #929cac;
}
.details-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  font-size: 0.75rem;
  color: #b4bfd0;
}
.details-link:hover {
  color: var(--blue);
}
.details-link svg {
  width: 14px;
  height: 14px;
}
.session-dialog::backdrop {
  background: #0b0e14d9;
  backdrop-filter: blur(9px);
}
.session-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  background: #20242b;
  color: var(--text);
  border: 1px solid #434c5d;
  padding: 40px;
  border-radius: 10px;
  width: min(520px, calc(100% - 32px));
  max-width: 520px;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 0;
  padding: 10px;
  color: #c1cad9;
}
.session-dialog .eyebrow {
  margin: 8px 0 24px;
}
.dialog-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-bottom: 21px;
}
.dialog-description {
  color: #bcc4d1;
  font-size: 1rem;
  line-height: 1.8;
}
.session-note {
  font-size: 0.875rem;
  color: #a4aebe;
  line-height: 1.8;
  margin-top: 18px;
}
.contact-note {
  background: #2a303b;
  border-left: 2px solid var(--gold);
  padding: 16px 18px;
  margin-top: 25px;
  font-size: 0.8125rem;
}
.contact-note strong {
  color: #e0c794;
  font-weight: 600;
}
.contact-note p {
  margin-top: 7px;
  color: #b8c0ce;
  line-height: 1.8;
}
.contact-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.not-found {
  max-width: 660px;
  padding-block: 90px;
}
.dialog-return {
  margin-top: 26px;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 720px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .hero {
    min-height: 590px;
    grid-template-columns: 0.97fr 1.03fr;
  }
  h1 {
    font-size: clamp(3rem, 5.15vw, 3.7rem);
  }
  .hero-description {
    font-size: 1rem;
    max-width: 350px;
  }
  .hardware-list {
    gap: 22px;
  }
  .setup-strip {
    gap: 25px;
    flex-wrap: wrap;
  }
}
@media (max-width: 780px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header {
    height: 87px;
  }
  .header-note {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 25px;
    gap: 7px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  h1 {
    font-size: clamp(3.1rem, 8.7vw, 4.9rem);
  }
  .hero-description {
    font-size: 1rem;
    max-width: 410px;
    margin-top: 24px;
  }
  .session-button {
    margin-top: 25px;
  }
  .hero-art {
    width: min(600px, calc(100% + 32px));
    margin: 14px -16px -10px;
    justify-self: center;
  }
  .setup-strip {
    padding-block: 24px;
    gap: 24px;
  }
  .capabilities > span {
    font-size: 0.9375rem;
  }
  .hardware-list {
    gap: 24px;
    flex-wrap: wrap;
  }
  .footer {
    min-height: 79px;
  }
}
@media (max-width: 440px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 77px;
  }
  .header-note {
    display: none;
  }
  .brand span:first-child {
    font-size: 1.25rem;
  }
  .brand span:last-child {
    font-size: 0.6875rem;
  }
  .hero {
    padding-top: 27px;
  }
  h1 {
    font-size: clamp(2.7rem, 11.5vw, 3.1rem);
  }
  .hero-description {
    line-height: 1.85;
    margin-top: 22px;
  }
  .session-button {
    padding: 15px 20px;
  }
  .session-meta {
    margin-top: 15px;
  }
  .hero-art {
    margin-top: 14px;
  }
  .capabilities p {
    font-size: 0.75rem;
    line-height: 1.9;
  }
  .hardware-list {
    gap: 13px 23px;
  }
  .hardware-list li {
    font-size: 0.75rem;
  }
  .session-dialog {
    padding: 32px 24px;
  }
  .session-dialog .eyebrow {
    margin-top: 13px;
  }
  .dialog-title {
    font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
