:root {
  --bg: #03080c;
  --ink: #f6f9fb;
  --muted: #9aaab5;
  --blue: #33b8ff;
  --blue-soft: #94dcff;
  --line: rgba(115, 198, 245, .17);
  --panel: rgba(7, 15, 21, .72);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 34%, rgba(39, 170, 237, .10), transparent 31%),
    linear-gradient(145deg, #020405 0%, #03080c 48%, #020609 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.55) 68%, transparent 100%);
}

.page-glow {
  position: fixed;
  width: 38vw;
  aspect-ratio: 1;
  right: -10vw;
  top: 15vh;
  z-index: -1;
  border-radius: 50%;
  background: rgba(51,184,255,.10);
  filter: blur(110px);
  pointer-events: none;
}

.page {
  width: min(var(--max), calc(100% - 64px));
  min-height: 100svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.logo { width: 222px; max-width: 62vw; height: auto; display: block; }
.domain {
  color: #6f8594;
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

main { flex: 1; display: flex; flex-direction: column; }
.hero {
  flex: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  padding: clamp(54px, 6vh, 78px) 0 clamp(36px, 4vh, 54px);
}

.copy { max-width: 650px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .3em;
}
h1 {
  margin: 0;
  font-size: clamp(58px, 6.3vw, 96px);
  line-height: .91;
  letter-spacing: -.066em;
  font-weight: 735;
}
h1 em { color: var(--blue); font-style: normal; }
.lede {
  max-width: 630px;
  margin: 29px 0 0;
  color: #b0bdc6;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.68;
}
.development {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #9eb0bb;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.development span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(51,184,255,.85);
}

.belief {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 590px;
  margin-top: clamp(40px, 5vh, 62px);
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.belief img { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.belief small {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .24em;
}
.belief strong {
  display: block;
  max-width: 470px;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.28;
  letter-spacing: -.02em;
}

.teaser {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8,18,25,.84), rgba(3,8,12,.92));
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}
.teaser-head {
  min-height: 39px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  color: #6e8797;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}
.teaser-head span:first-child { color: var(--blue-soft); }
.screens {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(125px, .72fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  aspect-ratio: 1.54;
}
.screen {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #06101a;
  border: 1px solid rgba(117,199,245,.16);
}
.screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(1,6,10,.20));
  pointer-events: none;
}
.screen-main { grid-row: 1 / 4; }
.screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04) brightness(.91);
  transition: transform .5s ease, filter .5s ease;
}
.screen-main img { object-position: 51% center; }
.teaser:hover .screen-main img { transform: scale(1.015); filter: saturate(.9) contrast(1.04) brightness(.96); }
figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  color: #718694;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
figcaption i { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); opacity: .8; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillars article {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 23px 26px;
  background: rgba(5,12,17,.44);
}
.pillars article + article { border-left: 1px solid var(--line); }
.pillars span { color: var(--blue); font-size: 9px; letter-spacing: .15em; }
.pillars strong { font-size: 14px; font-weight: 600; color: #c8d3da; }

footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #5f7482;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
footer span:first-child { color: #dfe9ef; font-weight: 750; letter-spacing: .2em; }

@media (max-width: 1050px) {
  .page { width: min(var(--max), calc(100% - 36px)); }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 62px;
  }
  .copy { max-width: 770px; }
  .belief { margin-top: 40px; }
  .teaser { max-width: 850px; width: 100%; }
}

@media (max-width: 650px) {
  .page { width: min(var(--max), calc(100% - 24px)); }
  .header { min-height: 78px; }
  .logo { width: 205px; max-width: 72vw; }
  .domain { display: none; }
  .hero { gap: 42px; padding: 46px 0 32px; }
  h1 { font-size: clamp(50px, 15.6vw, 72px); }
  .lede { font-size: 15.5px; line-height: 1.62; }
  .belief { align-items: flex-start; margin-top: 35px; }
  .belief img { width: 45px; height: 45px; }
  .belief strong { font-size: 18px; }
  .teaser { padding: 9px; }
  .screens {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(210px, 1.65fr) minmax(76px, .55fr);
    aspect-ratio: auto;
  }
  .screen-main { grid-column: 1 / 4; grid-row: 1; }
  .screens .screen:not(.screen-main) { grid-row: 2; }
  .teaser-head { padding-inline: 3px; }
  figcaption { gap: 6px; letter-spacing: .09em; font-size: 7px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: 72px; padding: 18px 12px; }
  .pillars article + article { border-left: 0; border-top: 1px solid var(--line); }
  footer { min-height: 130px; padding: 26px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .screen img { transition: none; }
}
