@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Onest:wght@400;500;600&display=swap");

:root {
  --bg: #04070d;
  --surface: #0a101d;
  --ice: #d9f0ff;
  --signal: #78d8ff;
  --white: #f7f9fc;
  --muted: rgba(232, 238, 248, 0.84);
  --soft: rgba(208, 219, 238, 0.76);
  --pointer-x: 0px;
  --pointer-y: 0px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #02050b;
  color: var(--white);
  font-family: "Onest", sans-serif;
}

body {
  min-height: 100dvh;
}

.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;
}

.page-shell {
  overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: #07101d;
}

.hero__scene,
.hero__camera,
.hero__video,
.hero__motion,
.hero__aurora,
.hero__beam,
.hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__scene {
  z-index: -3;
}

.hero__camera {
  inset: -3%;
  animation: camera-drift 18s cubic-bezier(0.45, 0.05, 0.15, 1) infinite alternate;
  will-change: transform;
}

.hero__video {
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.76) contrast(1.28) brightness(0.62);
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1.035);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero__motion {
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.72;
}

.hero__aurora {
  inset: -35% -20%;
  background:
    radial-gradient(ellipse at 68% 41%, rgba(117, 201, 255, 0.14), transparent 23%),
    radial-gradient(ellipse at 40% 58%, rgba(82, 134, 196, 0.08), transparent 28%);
  animation: aurora-breathe 9s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.hero__beam {
  inset: -35% auto -35% 58%;
  width: 18%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 225, 255, 0.06) 38%,
    rgba(222, 243, 255, 0.16) 50%,
    rgba(184, 225, 255, 0.04) 62%,
    transparent
  );
  transform: translate3d(-110vw, 0, 0) rotate(13deg);
  animation: facade-scan 12s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.hero__grain {
  inset: -50%;
  opacity: 0.026;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.hero__overlay,
.hero__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 6, 12, 0.84) 0%, rgba(3, 6, 12, 0.54) 45%, rgba(3, 6, 12, 0.24) 76%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.32), transparent 34%, rgba(2, 5, 10, 0.5));
}

.hero__shade {
  z-index: -1;
  background:
    radial-gradient(circle at 74% 48%, transparent 12%, rgba(1, 4, 9, 0.28) 61%),
    radial-gradient(ellipse at 40% 48%, rgba(101, 168, 224, 0.08), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(1, 4, 9, 0.88));
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: clamp(32px, 5.2vw, 72px) clamp(24px, 8vw, 128px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  min-height: 100dvh;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: clamp(32px, 5vh, 58px);
  color: rgba(225, 236, 247, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  animation: content-enter 1s 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(120, 216, 255, 0.08), 0 0 18px rgba(120, 216, 255, 0.7);
  animation: status-pulse 2.8s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.hero__title {
  margin: 0;
  max-width: 680px;
  color: var(--white);
  font-size: clamp(52px, 5.7vw, 84px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
  animation: content-enter 1.15s 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__body {
  margin: 30px 0 0;
  max-width: 460px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
  animation: content-enter 1.1s 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 42px;
  flex-wrap: nowrap;
  align-items: center;
  animation: content-enter 1.1s 440ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 10px 0 22px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 650ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 650ms cubic-bezier(0.16, 1, 0.3, 1),
    color 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.98);
}

.button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.button--light {
  min-width: 218px;
  background: rgba(245, 247, 255, 0.98);
  color: #08101d;
}

.button--ghost {
  min-width: 214px;
  padding-inline: 22px;
  background: rgba(8, 13, 22, 0.32);
  box-shadow: inset 0 0 0 1px rgba(222, 230, 244, 0.3);
  color: rgba(248, 250, 255, 0.98);
  backdrop-filter: blur(10px);
}

.button--ghost:hover {
  background: rgba(18, 28, 43, 0.58);
}

.button__arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #0a1422;
  color: #f4f8ff;
  font-size: 16px;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover .button__arrow {
  transform: translate3d(2px, -2px, 0) rotate(4deg);
}

.hero__capabilities {
  position: absolute;
  left: clamp(24px, 8vw, 128px);
  bottom: clamp(24px, 5vh, 58px);
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(225, 236, 247, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  animation: content-enter 1.1s 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__capabilities span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 22px 2px 0;
  border-radius: 50%;
  background: rgba(217, 240, 255, 0.44);
}

.selector {
  position: relative;
  min-height: 100dvh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #02050b 0%, #07101a 44%, #02050b 100%),
    #02050b;
}

.selector::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.94) 0%, rgba(2, 5, 11, 0.18) 22%, rgba(2, 5, 11, 0.72) 100%),
    radial-gradient(ellipse at 20% 38%, rgba(91, 157, 209, 0.14), transparent 34%);
}

.selector__visual,
.selector__visual img,
.selector__visual-shade,
.selector__route {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.selector__visual {
  z-index: -2;
}

.selector__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.82) contrast(1.18) brightness(0.62);
  transform: translate3d(var(--section-x, 0px), var(--section-y, 0px), 0) scale(1.03);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.selector__visual-shade {
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.92) 0%, rgba(2, 5, 11, 0.64) 39%, rgba(2, 5, 11, 0.2) 76%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.08), rgba(2, 5, 11, 0.82));
}

.selector__route {
  --route-angle: -8deg;
  width: 36vw;
  height: 1px;
  inset: auto auto 32% 42%;
  background: linear-gradient(90deg, transparent, rgba(123, 216, 255, 0.68), transparent);
  opacity: 0.42;
  transform: rotate(var(--route-angle)) scaleX(0.6);
  transform-origin: left center;
  animation: route-sweep 5.8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.selector__route--two {
  --route-angle: 13deg;
  width: 24vw;
  bottom: 47%;
  left: 58%;
  opacity: 0.34;
  transform: rotate(var(--route-angle)) scaleX(0.6);
  animation-delay: 1.4s;
}

.selector__inner {
  min-height: 100dvh;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(360px, 520px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(72px, 12vw, 180px);
}

.section-kicker,
.quiz-group__label,
.selector-result__meta {
  margin: 0;
  color: rgba(217, 240, 255, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin: 28px 0 0;
  max-width: 520px;
  color: var(--white);
  font-size: clamp(42px, 4.7vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-lead {
  margin: 34px 0 0;
  max-width: 430px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
}

.selector__panel {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 1.8vw, 22px);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(7, 13, 23, 0.84), rgba(5, 9, 15, 0.62)),
    rgba(5, 9, 15, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(217, 232, 250, 0.12),
    0 30px 90px rgba(0, 0, 0, 0.36);
}

.quiz-group {
  display: grid;
  gap: 10px;
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quiz-option {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: rgba(239, 246, 255, 0.86);
  background: rgba(238, 245, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(224, 236, 255, 0.12);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.quiz-option:hover {
  transform: translateY(-1px);
  background: rgba(238, 245, 255, 0.14);
}

.quiz-option:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.quiz-option.is-active {
  color: #06101d;
  background: rgba(242, 247, 255, 0.96);
  box-shadow: 0 10px 28px rgba(120, 216, 255, 0.16);
}

.selector-result {
  margin-top: 4px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(2, 6, 12, 0.62);
  box-shadow: inset 0 0 0 1px rgba(224, 236, 255, 0.14);
}

.selector-result h3 {
  margin: 12px 0 0;
  color: var(--white);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.08;
}

.selector-result p:not(.selector-result__meta) {
  margin: 12px 0 0;
  color: rgba(224, 234, 246, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.selector-result__bar {
  height: 4px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(230, 240, 255, 0.1);
}

.selector-result__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #dfeeff, #78d8ff);
  transition: width 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.selector-result__cta {
  width: fit-content;
  margin-top: 20px;
}

.showcase {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: #02050b;
}

.showcase__image,
.showcase__image img,
.showcase__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.showcase__image {
  z-index: -2;
}

.showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.78) contrast(1.2) brightness(0.58);
  transform: scale(1.025);
}

.showcase__shade {
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.86) 0%, rgba(2, 5, 11, 0.5) 38%, rgba(2, 5, 11, 0.08) 74%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.68) 0%, rgba(2, 5, 11, 0.04) 32%, rgba(2, 5, 11, 0.82) 100%);
}

.showcase__content {
  min-height: 100dvh;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(36px, 8vw, 112px);
  align-content: center;
  align-items: center;
}

.showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.showcase__title {
  margin: 28px 0 0;
  max-width: 600px;
  color: var(--white);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.showcase__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
  color: rgba(239, 246, 255, 0.86);
}

.showcase__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(224, 236, 255, 0.14);
  font-size: 13px;
}

.showcase__cta {
  margin-top: 18px;
}

.showcase__card {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 420px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(238, 245, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(235, 244, 255, 0.16),
    0 34px 90px rgba(0, 0, 0, 0.35);
}

.showcase__card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 1;
  border-radius: 24px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(241, 247, 255, 0.16);
}

.showcase__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% 52%;
  filter: saturate(0.78) contrast(1.08) brightness(0.82);
  transform: scale(1.02);
}

.projects {
  position: relative;
  min-height: 100dvh;
  margin-top: -1px;
  padding: clamp(98px, 10vw, 152px) clamp(20px, 4vw, 52px) clamp(78px, 9vw, 132px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #02050b 0%, rgba(2, 5, 11, 0.94) 12%, rgba(7, 16, 27, 0.96) 52%, #02050b 100%),
    radial-gradient(circle at 16% 6%, rgba(115, 170, 210, 0.14), transparent 28%),
    linear-gradient(180deg, #02050b 0%, #07101b 52%, #02050b 100%);
}

.projects::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
}

.projects::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, #02050b 0%, rgba(2, 5, 11, 0));
}

.projects__header,
.projects__grid {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.projects__title {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--white);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 18px;
  margin-top: clamp(42px, 7vw, 82px);
}

.project-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(238, 245, 255, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(236, 245, 255, 0.14),
    0 32px 90px rgba(0, 0, 0, 0.28);
}

.project-card--video {
  grid-row: span 2;
  min-height: 858px;
}

.project-card__media,
.project-card__media img,
.project-card__media video {
  position: absolute;
  inset: 0;
}

.project-card__media img,
.project-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.12) brightness(0.78);
  transform: scale(1.02);
}

.project-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.04) 0%, rgba(2, 5, 11, 0.28) 45%, rgba(2, 5, 11, 0.88) 100%),
    linear-gradient(90deg, rgba(2, 5, 11, 0.54), transparent 72%);
}

.project-card__body {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 1;
}

.project-card__region {
  margin: 0 0 14px;
  color: rgba(220, 237, 255, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.02;
}

.project-card p:not(.project-card__region) {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(232, 238, 248, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.scenario {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: #02050b;
}

.scenario__backdrop,
.scenario__backdrop img {
  position: absolute;
  inset: 0;
}

.scenario__backdrop {
  z-index: -2;
}

.scenario__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.72) contrast(1.18) brightness(0.36);
  transform: scale(1.03);
}

.scenario::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.88), rgba(2, 5, 11, 0.42) 52%, rgba(2, 5, 11, 0.82)),
    linear-gradient(180deg, rgba(2, 5, 11, 0.72), transparent 38%, rgba(2, 5, 11, 0.88));
}

.scenario__inner {
  min-height: 100dvh;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) clamp(20px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(38px, 8vw, 112px);
  align-content: center;
  align-items: center;
}

.scenario__title {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--white);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.scenario__lead {
  max-width: 420px;
  margin: 28px 0 0;
  color: rgba(232, 238, 248, 0.74);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
}

.contact {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.86), rgba(2, 5, 11, 0.74)),
    #02050b;
}

.contact__backdrop,
.contact__backdrop img {
  position: absolute;
  inset: 0;
}

.contact__backdrop {
  z-index: -2;
}

.contact__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.7) contrast(1.22) brightness(0.36);
  transform: scale(1.04);
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 44%, rgba(120, 216, 255, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(2, 5, 11, 0.9), rgba(2, 5, 11, 0.5) 48%, rgba(2, 5, 11, 0.82)),
    linear-gradient(180deg, rgba(2, 5, 11, 0.1), rgba(2, 5, 11, 0.92));
}

.contact__inner {
  width: min(1220px, 100%);
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(78px, 7vw, 108px) clamp(24px, 5vw, 56px) clamp(108px, 10vw, 156px);
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 520px);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
  align-content: center;
}

.contact__title {
  margin: 22px 0 0;
  max-width: 540px;
  color: var(--white);
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.contact__lead {
  margin: 42px 0 0;
  max-width: 500px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.58;
}

.contact .section-kicker {
  color: rgba(217, 240, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.contact__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 36px;
}

.contact__contacts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(235, 246, 255, 0.82);
  background: rgba(236, 244, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(232, 240, 252, 0.12);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(142, 231, 255, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(244, 248, 255, 0.12), rgba(244, 248, 255, 0.045)),
    rgba(4, 10, 18, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(236, 245, 255, 0.16),
    inset 0 24px 80px rgba(255, 255, 255, 0.035),
    0 34px 100px rgba(0, 0, 0, 0.36);
}

.lead-form::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 27px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(242, 248, 255, 0.11);
}

.lead-form__top,
.lead-form label,
.lead-form__submit,
.lead-form__status {
  position: relative;
  z-index: 1;
}

.lead-form__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 4px 8px 6px;
}

.lead-form__top p,
.lead-form__top span {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-form__top p {
  color: rgba(239, 246, 255, 0.92);
}

.lead-form__top span {
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(142, 231, 255, 0.94);
  background: rgba(142, 231, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(142, 231, 255, 0.18);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label > span {
  color: rgba(235, 246, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 0;
  border-radius: 18px;
  color: rgba(246, 249, 253, 0.92);
  background: rgba(1, 6, 14, 0.42);
  box-shadow: inset 0 0 0 1px rgba(232, 240, 252, 0.12);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-form input {
  min-height: 48px;
  padding: 0 15px;
}

.lead-form textarea {
  min-height: 108px;
  padding: 14px 15px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(232, 238, 248, 0.42);
}

.lead-form input:focus,
.lead-form textarea:focus {
  background: rgba(238, 245, 255, 0.075);
  box-shadow:
    inset 0 0 0 1px rgba(196, 230, 255, 0.3),
    0 0 0 4px rgba(120, 216, 255, 0.07);
}

.lead-form__choice {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.lead-form__choice legend {
  margin: 0 0 8px;
  padding: 0;
  color: rgba(235, 246, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
}

.lead-form__choice label {
  display: block;
  cursor: pointer;
}

.lead-form__choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lead-form__choice label > span {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 13px 15px;
  border-radius: 18px;
  color: rgba(246, 249, 253, 0.9);
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.075), rgba(238, 245, 255, 0.035)),
    rgba(1, 6, 14, 0.38);
  box-shadow: inset 0 0 0 1px rgba(232, 240, 252, 0.12);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-form__choice strong {
  font-size: 14px;
  font-weight: 600;
}

.lead-form__choice small {
  color: rgba(232, 238, 248, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

.lead-form__choice label:hover > span {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.1), rgba(238, 245, 255, 0.045)),
    rgba(1, 6, 14, 0.42);
}

.lead-form__choice input:checked + span {
  background:
    radial-gradient(circle at 0% 0%, rgba(142, 231, 255, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(238, 245, 255, 0.13), rgba(238, 245, 255, 0.06)),
    rgba(4, 12, 22, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(142, 231, 255, 0.38),
    0 12px 38px rgba(0, 0, 0, 0.18);
}

.lead-form__choice input:focus-visible + span {
  box-shadow:
    inset 0 0 0 1px rgba(142, 231, 255, 0.46),
    0 0 0 4px rgba(120, 216, 255, 0.09);
}

.lead-form__consent {
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding: 4px 2px;
}

.lead-form__consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--signal);
}

.lead-form__consent span {
  color: rgba(232, 238, 248, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.lead-form__consent a,
.site-footer a,
.legal-page a {
  color: rgba(168, 226, 255, 0.96);
  text-decoration: none;
}

.lead-form__consent a:hover,
.site-footer a:hover,
.legal-page a:hover {
  text-decoration: underline;
}

.lead-form__submit {
  width: 100%;
}

.lead-form__status {
  min-height: 20px;
  margin: 0;
  color: rgba(235, 246, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 28px 20px 34px;
  background: #02050b;
  color: rgba(232, 238, 248, 0.66);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page {
  min-height: 100dvh;
  background:
    radial-gradient(circle at 76% 0%, rgba(120, 216, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #050b14, #02050b 54%, #050b14);
  color: var(--white);
}

.legal-shell {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 84px) 20px 72px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 46px;
  color: rgba(168, 226, 255, 0.96);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-doc {
  padding: clamp(24px, 5vw, 44px);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.1), rgba(244, 248, 255, 0.04)),
    rgba(4, 10, 18, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(236, 245, 255, 0.14),
    0 28px 90px rgba(0, 0, 0, 0.28);
}

.legal-doc h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.legal-doc h2 {
  margin: 34px 0 12px;
  color: rgba(239, 246, 255, 0.96);
  font-size: 20px;
  font-weight: 600;
}

.legal-doc p,
.legal-doc li {
  color: rgba(232, 238, 248, 0.82);
  font-size: 15px;
  line-height: 1.68;
}

.legal-doc ul {
  padding-left: 20px;
}

.legal-note {
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 20px;
  color: rgba(235, 246, 255, 0.86);
  background: rgba(120, 216, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(120, 216, 255, 0.16);
}

.chat-demo {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 24% 0%, rgba(142, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(244, 248, 255, 0.12), rgba(244, 248, 255, 0.045)),
    rgba(5, 10, 18, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(236, 245, 255, 0.16),
    inset 0 24px 80px rgba(255, 255, 255, 0.035),
    0 34px 100px rgba(0, 0, 0, 0.36);
}

.chat-demo::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 27px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(242, 248, 255, 0.12);
}

.chat-demo__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 8px 18px 0;
}

.chat-demo__top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #8ee7ff;
  box-shadow: 0 0 18px rgba(142, 231, 255, 0.72);
}

.chat-demo__top p,
.chat-demo__top strong {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-demo__top p {
  color: rgba(239, 246, 255, 0.92);
  text-shadow: 0 0 24px rgba(142, 231, 255, 0.16);
}

.chat-demo__top strong {
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(142, 231, 255, 0.94);
  background: rgba(142, 231, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(142, 231, 255, 0.18);
  font-weight: 500;
}

.chat-demo__messages {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 268px;
  max-height: 360px;
  overflow-y: auto;
  padding: 18px 14px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.07), rgba(238, 246, 255, 0.025)),
    rgba(1, 6, 14, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(232, 240, 252, 0.1),
    inset 0 22px 58px rgba(255, 255, 255, 0.025);
}

.chat-message {
  width: fit-content;
  max-width: 82%;
  padding: 13px 15px;
  border-radius: 18px;
  color: rgba(246, 249, 253, 0.9);
  font-size: 14px;
  line-height: 1.45;
  animation: chat-message-in 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.chat-message--bot {
  justify-self: start;
  background: rgba(236, 244, 255, 0.11);
  border-bottom-left-radius: 6px;
}

.chat-message--user {
  justify-self: end;
  color: #06101b;
  background: rgba(231, 244, 255, 0.92);
  border-bottom-right-radius: 6px;
}

.chat-message--typing {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-width: 58px;
  min-height: 42px;
}

.chat-message--typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(233, 247, 255, 0.72);
  animation: typing-dot 920ms cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.chat-message--typing span:nth-child(2) {
  animation-delay: 120ms;
}

.chat-message--typing span:nth-child(3) {
  animation-delay: 240ms;
}

.chat-demo__form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(142, 231, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(238, 246, 255, 0.1), rgba(238, 246, 255, 0.045)),
    rgba(4, 10, 18, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(232, 240, 252, 0.13),
    inset 0 18px 38px rgba(255, 255, 255, 0.025),
    0 18px 50px rgba(0, 0, 0, 0.22);
}

.chat-demo__prompt {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.chat-demo__prompt span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(235, 246, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.chat-demo__prompt span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8ee7ff;
  box-shadow: 0 0 16px rgba(142, 231, 255, 0.72);
}

.chat-demo__prompt button {
  min-height: 30px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  color: rgba(231, 244, 255, 0.94);
  background: rgba(120, 216, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(120, 216, 255, 0.2);
  cursor: pointer;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chat-demo__prompt button:hover {
  background: rgba(120, 216, 255, 0.18);
}

.chat-demo__prompt button:active {
  transform: translateY(1px) scale(0.98);
}

.chat-demo__composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border-radius: 999px;
  background: rgba(1, 6, 14, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(232, 240, 252, 0.12),
    0 12px 34px rgba(0, 0, 0, 0.2);
}

.chat-demo__composer input,
.chat-demo__composer button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
}

.chat-demo__composer input {
  width: 100%;
  padding: 0 16px;
  color: rgba(246, 249, 253, 0.92);
  background: transparent;
  box-shadow: none;
  outline: none;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chat-demo__composer input::placeholder {
  color: rgba(232, 238, 248, 0.46);
}

.chat-demo__composer input:focus {
  background: rgba(238, 245, 255, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(196, 230, 255, 0.24),
    0 0 0 4px rgba(120, 216, 255, 0.06);
}

.chat-demo__composer button {
  padding: 0 18px;
  color: #06101b;
  background: rgba(231, 244, 255, 0.94);
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chat-demo__composer button:active {
  transform: scale(0.98);
}

[data-reveal] .selector__intro,
[data-reveal] .selector__panel,
[data-reveal] .showcase__content,
[data-reveal] .projects__header,
[data-reveal] .projects__grid,
[data-reveal] .scenario__copy,
[data-reveal] .chat-demo,
[data-reveal] .contact__copy,
[data-reveal] .lead-form {
  opacity: 0;
  transform: translate3d(0, 38px, 0);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal] .selector__visual img,
[data-reveal] .showcase__image img,
[data-reveal] .scenario__backdrop img,
[data-reveal] .contact__backdrop img {
  opacity: 0.74;
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal] .showcase__card,
[data-reveal] .project-card {
  opacity: 0;
  transform: translate3d(0, 54px, 0) scale(0.965);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal] .project-card__media img,
[data-reveal] .project-card__media video {
  transform: scale(1.08);
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal] .selector__panel,
[data-reveal] .projects__grid,
[data-reveal] .chat-demo,
[data-reveal] .lead-form {
  transition-delay: 120ms;
}

[data-reveal] .project-card:nth-child(2) {
  transition-delay: 140ms;
}

[data-reveal] .project-card:nth-child(3) {
  transition-delay: 260ms;
}

[data-reveal].is-visible .selector__intro,
[data-reveal].is-visible .selector__panel,
[data-reveal].is-visible .showcase__content,
[data-reveal].is-visible .projects__header,
[data-reveal].is-visible .projects__grid,
[data-reveal].is-visible .scenario__copy,
[data-reveal].is-visible .chat-demo,
[data-reveal].is-visible .contact__copy,
[data-reveal].is-visible .lead-form {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal].is-visible .selector__visual img,
[data-reveal].is-visible .showcase__image img,
[data-reveal].is-visible .scenario__backdrop img,
[data-reveal].is-visible .contact__backdrop img {
  opacity: 1;
}

[data-reveal].is-visible .showcase__card,
[data-reveal].is-visible .project-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-reveal].is-visible .project-card__media img,
[data-reveal].is-visible .project-card__media video {
  transform: scale(1.02);
}

@keyframes camera-drift {
  from {
    transform: scale(1.015) translate3d(-0.4%, 0.35%, 0);
  }
  to {
    transform: scale(1.075) translate3d(0.7%, -0.6%, 0);
  }
}

@keyframes aurora-breathe {
  from {
    opacity: 0.44;
    transform: translate3d(-1.5%, 1%, 0) scale(0.96);
  }
  to {
    opacity: 0.86;
    transform: translate3d(2%, -1%, 0) scale(1.06);
  }
}

@keyframes facade-scan {
  0%,
  20% {
    opacity: 0;
    transform: translate3d(-110vw, 0, 0) rotate(13deg);
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 0.6;
  }
  75%,
  100% {
    opacity: 0;
    transform: translate3d(75vw, 0, 0) rotate(13deg);
  }
}

@keyframes grain-shift {
  0% {
    transform: translate3d(-2%, 1%, 0);
  }
  50% {
    transform: translate3d(1%, -2%, 0);
  }
  100% {
    transform: translate3d(2%, 2%, 0);
  }
}

@keyframes content-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes route-sweep {
  0%,
  22% {
    opacity: 0;
    transform: rotate(var(--route-angle)) scaleX(0.18);
  }
  42% {
    opacity: 0.46;
  }
  78%,
  100% {
    opacity: 0;
    transform: rotate(var(--route-angle)) scaleX(1);
  }
}

@keyframes chat-message-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes typing-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translate3d(0, 0, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -4px, 0);
  }
}

@media (max-width: 1080px) {
  .hero__content {
    width: min(700px, 100%);
    padding-left: clamp(24px, 5vw, 64px);
    padding-right: clamp(24px, 5vw, 64px);
  }

  .hero__title {
    font-size: clamp(48px, 7vw, 72px);
  }

  .hero__capabilities {
    left: clamp(24px, 5vw, 64px);
  }

  .selector__inner {
    grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1fr);
    gap: 58px;
  }
}

@media (max-width: 720px) {
  .hero__video {
    object-position: 58% center;
    filter: saturate(0.82) contrast(1.32) brightness(0.56);
    transform: translate3d(0, 0, 0) scale(1.04);
  }

  .hero__content {
    width: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    justify-content: flex-start;
    padding: max(24px, env(safe-area-inset-top)) 20px max(28px, env(safe-area-inset-bottom));
  }

  .hero__eyebrow {
    margin: 8px 0 0;
    max-width: none;
    font-size: 10px;
    line-height: 1.35;
  }

  .hero__title {
    margin-top: auto;
    max-width: 92%;
    font-size: clamp(46px, 13vw, 64px);
    line-height: 0.98;
  }

  .hero__body {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
  }

  .hero__actions {
    margin-top: 30px;
    margin-bottom: 102px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .button--light,
  .button--ghost {
    min-width: 100%;
  }

  .button {
    min-height: 52px;
  }

  .hero__capabilities {
    left: 20px;
    right: 20px;
    bottom: max(26px, env(safe-area-inset-bottom));
    gap: 10px;
    justify-content: space-between;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .hero__capabilities span + span::before {
    display: none;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(3, 6, 12, 0.42) 0%, rgba(3, 6, 12, 0.14) 31%, rgba(3, 6, 12, 0.92) 73%),
      linear-gradient(90deg, rgba(3, 6, 12, 0.34), transparent 72%);
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(2, 5, 10, 0.08), transparent 35%, rgba(1, 4, 9, 0.76));
  }

  .hero__motion {
    opacity: 0.52;
  }

  .hero__beam {
    width: 28%;
  }

  .selector {
    min-height: auto;
  }

  .selector__visual img {
    object-position: 67% center;
    filter: saturate(0.82) contrast(1.22) brightness(0.46);
    transform: scale(1.06);
  }

  .selector__visual-shade {
    background:
      linear-gradient(180deg, rgba(2, 5, 11, 0.38) 0%, rgba(2, 5, 11, 0.72) 34%, rgba(2, 5, 11, 0.94) 100%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.58), transparent 78%);
  }

  .selector__inner {
    min-height: auto;
    padding: 76px 20px 86px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-title {
    max-width: 340px;
    font-size: clamp(40px, 12vw, 54px);
  }

  .section-lead {
    max-width: 330px;
    margin-top: 24px;
    font-size: 16px;
  }

  .selector__panel {
    padding: 16px;
    border-radius: 24px;
  }

  .quiz-options {
    gap: 7px;
  }

  .quiz-option {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .selector-result {
    padding: 18px;
  }

  .selector-result__cta {
    width: 100%;
  }

  .selector__route {
    display: none;
  }

  .showcase__image img {
    object-position: 58% center;
    filter: saturate(0.82) contrast(1.2) brightness(0.46);
    transform: scale(1.05);
  }

  .showcase__shade {
    background:
      linear-gradient(180deg, rgba(2, 5, 11, 0.4) 0%, rgba(2, 5, 11, 0.58) 42%, rgba(2, 5, 11, 0.9) 100%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.66), transparent 76%);
  }

  .showcase__content {
    min-height: 100dvh;
    padding: 76px 20px 86px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 28px;
  }

  .showcase__title {
    max-width: 340px;
    font-size: clamp(40px, 12vw, 56px);
  }

  .showcase__facts {
    gap: 8px;
    margin-top: 30px;
  }

  .showcase__facts span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .showcase__cta {
    width: 100%;
  }

  .showcase__card {
    width: min(100%, 350px);
    justify-self: start;
    border-radius: 24px;
  }

  .showcase__card::before {
    inset: 7px;
    border-radius: 19px;
  }

  .projects {
    min-height: auto;
    padding: 74px 20px 86px;
  }

  .projects__title {
    max-width: 350px;
    font-size: clamp(40px, 12vw, 56px);
  }

  .projects__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 40px;
  }

  .project-card,
  .project-card--video {
    min-height: 520px;
    grid-row: auto;
    border-radius: 24px;
  }

  .project-card:not(.project-card--video) {
    min-height: 430px;
  }

  .project-card__body {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .project-card h3 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .project-card p:not(.project-card__region) {
    font-size: 14px;
  }

  .scenario__backdrop img {
    object-position: 62% center;
    filter: saturate(0.72) contrast(1.18) brightness(0.32);
    transform: scale(1.06);
  }

  .scenario__inner {
    min-height: 100dvh;
    padding: 76px 20px 86px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 34px;
  }

  .scenario__title {
    max-width: 350px;
    font-size: clamp(40px, 12vw, 56px);
  }

  .scenario__lead {
    max-width: 340px;
    margin-top: 22px;
    font-size: 15px;
  }

  .chat-demo {
    gap: 8px;
    padding: 8px;
    border-radius: 26px;
  }

  .chat-demo::before {
    inset: 8px;
    border-radius: 20px;
  }

  .chat-demo__top {
    grid-template-columns: 10px 1fr auto;
    min-height: 52px;
    padding: 8px 12px 0;
    gap: 10px;
  }

  .chat-demo__top p,
  .chat-demo__top strong {
    font-size: 10px;
  }

  .chat-demo__top strong {
    padding: 6px 8px;
  }

  .chat-demo__messages {
    min-height: 238px;
    max-height: 300px;
    padding: 14px 12px;
    border-radius: 22px;
  }

  .chat-message {
    max-width: 88%;
    font-size: 13px;
  }

  .chat-demo__form {
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .chat-demo__prompt {
    gap: 6px;
  }

  .chat-demo__prompt span {
    flex: 1 1 100%;
    font-size: 12px;
  }

  .chat-demo__prompt button {
    min-height: 28px;
    padding: 0 9px;
    font-size: 12px;
  }

  .chat-demo__composer {
    grid-template-columns: 1fr;
    padding: 6px;
    border-radius: 22px;
  }

  .chat-demo__composer input {
    min-height: 44px;
  }

  .chat-demo__composer button {
    width: 100%;
    min-height: 42px;
  }

  .scenario .chat-demo,
  .scenario .chat-message {
    opacity: 1;
    transform: none;
  }

  .contact__backdrop img {
    object-position: 55% center;
    filter: saturate(0.72) contrast(1.18) brightness(0.32);
    transform: scale(1.06);
  }

  .contact__inner {
    min-height: 100dvh;
    padding: 72px 20px 104px;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: start;
    gap: 34px;
  }

  .contact .section-kicker {
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .contact__title {
    max-width: 350px;
    margin-top: 18px;
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.045em;
  }

  .contact__lead {
    max-width: 340px;
    margin-top: 34px;
    font-size: 15px;
  }

  .contact__contacts {
    gap: 8px;
    margin-top: 28px;
  }

  .contact__contacts span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 9px;
  }

  .lead-form {
    padding: 14px;
    border-radius: 26px;
  }

  .lead-form::before {
    inset: 8px;
    border-radius: 20px;
  }

  .lead-form__top p,
  .lead-form__top span {
    font-size: 10px;
  }

  .lead-form input,
  .lead-form select {
    min-height: 46px;
  }

  .lead-form textarea {
    min-height: 96px;
  }

  .site-footer {
    justify-content: center;
    gap: 12px;
    padding: 24px 20px 30px;
    text-align: center;
    font-size: 10px;
  }

  .legal-doc {
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__camera,
  .hero__aurora,
  .hero__beam,
  .hero__grain,
  .hero__status,
  .hero__eyebrow,
  .hero__title,
  .hero__body,
  .hero__actions,
  .hero__capabilities {
    animation: none;
  }

  [data-reveal] .selector__intro,
  [data-reveal] .selector__panel,
  [data-reveal] .showcase__content,
  [data-reveal] .showcase__card,
  [data-reveal] .projects__header,
  [data-reveal] .projects__grid,
  [data-reveal] .project-card,
  [data-reveal] .scenario__copy,
  [data-reveal] .chat-demo,
  .selector__route {
    animation: none;
    transition: none;
    opacity: 1;
  }

  .chat-message,
  .chat-message--typing span {
    animation: none;
  }

  .hero__camera,
  .hero__video,
  .selector__visual img,
  .showcase__image img,
  .showcase__card img,
  .project-card__media img,
  .project-card__media video,
  .scenario__backdrop img {
    transform: none;
  }

  .hero__motion {
    display: none;
  }
}
